diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-03-21 11:00:18 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-03-21 11:00:18 +0100 |
commit | 510b1edfd400752f91957e058fd6e009ed694d92 (patch) | |
tree | 8dfe375f827cfe8932ac97389832b65db812dbee | |
parent | c5c4e089f6939ac0e895a30976d6ebf12980b13f (diff) | |
download | ODR-AudioEnc-510b1edfd400752f91957e058fd6e009ed694d92.tar.gz ODR-AudioEnc-510b1edfd400752f91957e058fd6e009ed694d92.tar.bz2 ODR-AudioEnc-510b1edfd400752f91957e058fd6e009ed694d92.zip |
Prepare v2.3.0v2.3.0
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 3 deletions
@@ -1,7 +1,13 @@ -2018-01-29: Matthias P. Braendli <matthias@mpb.li> - (upcoming version): +2018-03-21: Matthias P. Braendli <matthias@mpb.li> + (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 <matthias@mpb.li> (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]) |