From 49e5d8b196993db7d352fd046f6ded7ff407fc30 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 23 Sep 2020 08:54:51 +0200 Subject: Prepare v3.0.0 --- ChangeLog | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e18a84c..868055e 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 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 (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]) -- cgit v1.2.3