From 1b2384c5e21490542d93a22928d30ca3cca1ae44 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 27 Jan 2017 10:12:36 +0100 Subject: Prepare v2.0.1 --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1066cfc..ea7ba7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-01-27: Matthias P. Braendli + (v2.0.1): + Increase internal VLC input buffers to fix interruptions + occurring with some AAC streams. + Fix compilation on some systems. + Check for the correct version of FDK-AAC in the configure phase. 2016-09-16: Matthias P. Braendli (v2.0.0): The FDK-AAC-DABplus project was split in three repositories: diff --git a/configure.ac b/configure.ac index c35a47d..d6ff522 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.0.0], [http://opendigitalradio.org/]) +AC_INIT([ODR-AudioEnc], [2.0.1], [http://opendigitalradio.org/]) AC_CONFIG_AUX_DIR(.) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([tar-ustar foreign]) -- cgit v1.2.3