From cec297c1c6e9fd891150ef181910788cd5637376 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Thu, 11 Oct 2018 16:28:02 +0200 Subject: Prepare v2.3.1 --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1e46cb5..3a47b31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2018-10-11: Matthias P. Braendli + (v2.3.1): + Improve internal queue behaviour to avoid dropping data when not using + drift compensation. + Check for fdk-aac using pkg-config, to fix compilation on systems + where both libfdk-aac.so.0 and libfdk-aac.so.1 are present. + Set ZMQ socket linger time to 0, to fix some teardown lockups. + 2018-03-21: Matthias P. Braendli (v2.3.0): Deprecate -R option. diff --git a/configure.ac b/configure.ac index 915f43d..8ae8383 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.0], [http://opendigitalradio.org/]) +AC_INIT([ODR-AudioEnc], [2.3.1], [http://opendigitalradio.org/]) AC_CONFIG_AUX_DIR(.) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([tar-ustar foreign]) -- cgit v1.2.3