aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--README.md1
-rw-r--r--configure.ac2
3 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ce97c53..dfe19f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
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])