summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rw-r--r--configure.ac2
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 <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])