summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 63e438f..844199b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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])