summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a47b31..4a4ee1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2019-07-15: Matthias P. Braendli <matthias@mpb.li>
+ (v2.4.0):
+ Add Stats output to Unix DGRAM socket, see
+ `./example_stats_receiver.py`.
+ Internal refactoring, with ongoing EDI output work (not yet complete)
+ Avoid crashes when invalid command line options are given.
+
2018-10-11: Matthias P. Braendli <matthias@mpb.li>
(v2.3.1):
Improve internal queue behaviour to avoid dropping data when not using
diff --git a/configure.ac b/configure.ac
index 8ae8383..c6d8c33 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-AudioEnc], [2.3.1], [http://opendigitalradio.org/])
+AC_INIT([ODR-AudioEnc], [2.4.0], [http://opendigitalradio.org/])
AC_CONFIG_AUX_DIR(.)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([tar-ustar foreign])