From 94bcb7587c267c33dc54ceff98c90fe24612fa0c Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 11 Feb 2020 14:34:11 +0100 Subject: Prepare v2.5.0 --- ChangeLog | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ee07a93..dc2fc04 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2020-02-11: Matthias P. Braendli + (v2.5.0): + Integrate FDK-AAC into this repository. This removes the external + dependency, and the issues with differing .so versions depending + on the distribution. The included FDK is v2. + Add TIST support for EDI output. + 2019-07-31: Matthias P. Braendli (v2.4.1): Bugfix for regression in v2.4.0: Insertion diff --git a/configure.ac b/configure.ac index 8191f10..8324947 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.4.1], [http://opendigitalradio.org/]) +AC_INIT([ODR-AudioEnc], [2.5.0], [http://opendigitalradio.org/]) AC_CONFIG_AUX_DIR(.) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([tar-ustar foreign]) -- cgit v1.2.3