diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-09-23 08:54:51 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-09-23 08:54:51 +0200 |
commit | 49e5d8b196993db7d352fd046f6ded7ff407fc30 (patch) | |
tree | 5e38e317aa26833849262bdf0aecc0b61b35defe | |
parent | 8a55c33a669d45034496c0fd17ff828e6610f022 (diff) | |
download | ODR-PadEnc-49e5d8b196993db7d352fd046f6ded7ff407fc30.tar.gz ODR-PadEnc-49e5d8b196993db7d352fd046f6ded7ff407fc30.tar.bz2 ODR-PadEnc-49e5d8b196993db7d352fd046f6ded7ff407fc30.zip |
Prepare v3.0.0v3.0.0
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -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]) |