diff options
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ +2016-07-30: Matthias P. Braendli <matthias@mpb.li> + (v.1.1.0): + * dabplus-enc: + Fix inputs using drift compensation in DAB mode. This includes + JACK, ALSA and VLC. + Fix mono in DAB mode. + Fix SCF-CRC insertion in DAB mode. + * mot-encoder: + Add DL+ support + * developer documentation: + Add a Doxygen target for the whole project. 2016-03-29: Matthias P. Braendli <matthias@mpb.li> (v1.0.1): * dabplus-enc: diff --git a/configure.ac b/configure.ac index 4449ea5..bf46243 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([fdk-aac-dabplus], [1.0.1], [http://opendigitalradio.org/]) +AC_INIT([fdk-aac-dabplus], [1.1.0], [http://opendigitalradio.org/]) AC_CONFIG_AUX_DIR(.) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([tar-ustar foreign]) |