summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2018-10-11 16:28:02 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2018-10-11 16:28:02 +0200
commitcec297c1c6e9fd891150ef181910788cd5637376 (patch)
tree7d5d6bc6e6bd67e8c90f57363ca6769a288dbe74
parent3d0534fa8bfaa7458e39e0c12255e341bd58b1c5 (diff)
downloadODR-AudioEnc-cec297c1c6e9fd891150ef181910788cd5637376.tar.gz
ODR-AudioEnc-cec297c1c6e9fd891150ef181910788cd5637376.tar.bz2
ODR-AudioEnc-cec297c1c6e9fd891150ef181910788cd5637376.zip
Prepare v2.3.1v2.3.1
-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])