From 4ba22087556e8967c1efdeb6f8872ffddcdbf59b Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 15 Nov 2019 16:19:40 +0100 Subject: Prepare v0.5.0 --- ChangeLog | 8 ++++++++ README.md | 1 + configure.ac | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ce97c53..dfe19f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2019-11-15: Matthias P. Braendli + (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 (v0.4.0): Add a stats interface for audio levels. diff --git a/README.md b/README.md index bd3e886..51b1a2d 100644 --- a/README.md +++ b/README.md @@ -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]) -- cgit v1.2.3