diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-07-30 19:13:14 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-07-30 19:13:14 +0200 |
commit | 19caa87a466e02e53e91a97f1084d860b02de9eb (patch) | |
tree | 7d3c115764be49b16241aa0b3e7fa82516f241d4 | |
parent | 350195adc995a74ff32f689f3493f2066c8d7b6b (diff) | |
download | ODR-AudioEnc-19caa87a466e02e53e91a97f1084d860b02de9eb.tar.gz ODR-AudioEnc-19caa87a466e02e53e91a97f1084d860b02de9eb.tar.bz2 ODR-AudioEnc-19caa87a466e02e53e91a97f1084d860b02de9eb.zip |
Prepare release v1.1.0v1.1.0
-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]) |