aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--README.md2
-rw-r--r--configure.ac2
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 <matthias@mpb.li>
+ (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 <matthias@mpb.li>
(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])