From 7a50aff45d650e6bd143e52c58bc38221df1f43a Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 16 Jul 2019 16:01:47 +0200 Subject: Prepare v2.4.0 --- ChangeLog | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3a47b31..4a4ee1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2019-07-15: Matthias P. Braendli + (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 (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]) -- cgit v1.2.3