From 510b1edfd400752f91957e058fd6e009ed694d92 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 21 Mar 2018 11:00:18 +0100 Subject: Prepare v2.3.0 --- ChangeLog | 10 ++++++++-- configure.ac | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 75f3c8e..1e46cb5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ -2018-01-29: Matthias P. Braendli - (upcoming version): +2018-03-21: Matthias P. Braendli + (v2.3.0): Deprecate -R option. Allow usage of zeromq IPC socket. + Improve portability. + Deprecate autorestart, as it was not a good concept. Autorestart + functionality is much better handled by an external supervisor. + Improve a few mono scenarios. + Fix .wav header write when using --decode option. + Make compatible with VLC 3. 2017-11-18: Matthias P. Braendli (v2.2.0): diff --git a/configure.ac b/configure.ac index 07fbf7d..0a5cd6f 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.2.0], [http://opendigitalradio.org/]) +AC_INIT([ODR-AudioEnc], [2.3.0], [http://opendigitalradio.org/]) AC_CONFIG_AUX_DIR(.) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([tar-ustar foreign]) -- cgit v1.2.3