From 201389e928d6317263674fdcbdc97fc06027a0e1 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 10 Mar 2017 18:04:22 +0100 Subject: Prepare v2.1.0 --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ea7ba7a..70ed186 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-03-10: Matthias P. Braendli + (v2.1.0): + Improve drift compensation quality, reduce occurrence of microglitches. + VLC: Ask float samples to avoid that VLC chooses the ugly_resampler. + Print libtoolame debug output to stderr instead of stdout. 2017-01-27: Matthias P. Braendli (v2.0.1): Increase internal VLC input buffers to fix interruptions diff --git a/configure.ac b/configure.ac index d6ff522..53ae845 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.1], [http://opendigitalradio.org/]) +AC_INIT([ODR-AudioEnc], [2.1.0], [http://opendigitalradio.org/]) AC_CONFIG_AUX_DIR(.) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([tar-ustar foreign]) -- cgit v1.2.3