From 78a801e4d716c6f2403cc56cf6c5b6f138f24b2f Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 2 Sep 2016 16:10:47 +0200 Subject: Prepare release v1.2.0 --- ChangeLog | 10 +++++++++- configure.ac | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 844199b..b6cd307 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ +2016-09-02: Matthias P. Braendli + (v1.2.0): + * dabplus-enc: + VLC input can extract Artist and Title from stream if available, for + DL+ + * mot-encoder: + Try compressing slides to PNG if size is smaller than JPG. + Fix memory leak in JPG compressor. 2016-07-30: Matthias P. Braendli - (v.1.1.0): + (v1.1.0): * dabplus-enc: Fix inputs using drift compensation in DAB mode. This includes JACK, ALSA and VLC. diff --git a/configure.ac b/configure.ac index bf46243..04ffbec 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.1.0], [http://opendigitalradio.org/]) +AC_INIT([fdk-aac-dabplus], [1.2.0], [http://opendigitalradio.org/]) AC_CONFIG_AUX_DIR(.) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([tar-ustar foreign]) -- cgit v1.2.3