summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e46cb5..3a47b31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2018-10-11: Matthias P. Braendli <matthias@mpb.li>
+ (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 <matthias@mpb.li>
(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])