diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,11 @@ +2019-11-15: Matthias P. Braendli <matthias@mpb.li> + (v0.5.0): + Use common code from + https://github.com/Opendigitalradio/odr-mmbtools-common + Add EDI output (over UDP and TCP). Supported inputs are still UDP and + RTP. + Fix PAD transmit bug impacting v0.4.0 + 2019-07-09: Matthias P. Braendli <matthias@mpb.li> (v0.4.0): Add a stats interface for audio levels. @@ -16,6 +16,7 @@ Requirements: * A C++11 compiler * ZeroMQ 4.0.4 or more recent +* fdk-aac This package: diff --git a/configure.ac b/configure.ac index 37442e3..47b1477 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-SourceCompanion], [0.4.0], [http://opendigitalradio.org/]) +AC_INIT([ODR-SourceCompanion], [0.5.0], [http://opendigitalradio.org/]) AC_CONFIG_AUX_DIR(.) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([tar-ustar foreign]) |