From 7474a3ec554f48e0259e426c64013c22b6cd5b75 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 23 Sep 2020 09:01:35 +0200 Subject: Prepare v3.0.0 --- ChangeLog | 7 +++++++ README.md | 2 +- configure.ac | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0767018..02ccdb0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2020-09-23: Matthias P. Braendli + (v3.0.0): + Replacement of PAD fifo with a socket, offering bidirectional + communication with ODR-PadEnc. This is a breaking change, + modifying also the command line options. + Update the fdk-aac library to 2.0.1. + 2020-05-26: Matthias P. Braendli (v2.6.1): Add --version option. diff --git a/README.md b/README.md index d92ae67..d7013fe 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ at the rate defined by the system clock, and therefore sound card clock drift compensation is also used. *odr-audioenc* can insert Programme-Associated Data, that can be generated with -ODR-PadEnc. +ODR-PadEnc. ODR-AudioEnc v3 is compatible with ODR-PadEnc v3. For detailed usage, see the usage screen of the tool with the *-h* option. diff --git a/configure.ac b/configure.ac index 27932d1..0e59cf5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl -*- Autoconf -*- dnl Process this file with autoconf to produce a configure script. -AC_INIT([ODR-AudioEnc], [2.6.1], [http://opendigitalradio.org/]) +AC_INIT([ODR-AudioEnc], [3.0.0], [http://opendigitalradio.org/]) AC_CONFIG_AUX_DIR(.) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([tar-ustar foreign]) -- cgit v1.2.3