aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2020-09-23 08:54:51 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2020-09-23 08:54:51 +0200
commit49e5d8b196993db7d352fd046f6ded7ff407fc30 (patch)
tree5e38e317aa26833849262bdf0aecc0b61b35defe
parent8a55c33a669d45034496c0fd17ff828e6610f022 (diff)
downloadODR-PadEnc-49e5d8b196993db7d352fd046f6ded7ff407fc30.tar.gz
ODR-PadEnc-49e5d8b196993db7d352fd046f6ded7ff407fc30.tar.bz2
ODR-PadEnc-49e5d8b196993db7d352fd046f6ded7ff407fc30.zip
Prepare v3.0.0HEADv3.0.0master
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e18a84c..868055e 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 the audio encoder. This is a breaking change,
+ modifying also the command line options, and it removes the
+ burst / uniform distinction.
+
2020-09-15: Matthias P. Braendli <matthias@mpb.li>
(v2.4.0):
Add --version option.
diff --git a/configure.ac b/configure.ac
index 3c073e9..3d70686 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-PadEnc], [2.4.0], [http://opendigitalradio.org/])
+AC_INIT([ODR-PadEnc], [3.0.0], [http://opendigitalradio.org/])
AC_CONFIG_AUX_DIR(.)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([tar-ustar foreign])