diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-05-09 22:37:02 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-05-09 22:37:02 +0200 |
commit | b5d910704541550fa23f14a610848402d51ba542 (patch) | |
tree | 7bb1e1f02c5ab2fc2d9bc88778299e4bd2977afc | |
parent | f5edfbd94a5a6e3765200a5dc995849d76dd3c48 (diff) | |
download | ODR-AudioEnc-b5d910704541550fa23f14a610848402d51ba542.tar.gz ODR-AudioEnc-b5d910704541550fa23f14a610848402d51ba542.tar.bz2 ODR-AudioEnc-b5d910704541550fa23f14a610848402d51ba542.zip |
Prepare release v0.7.2v0.7.2
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +2015-05-09: Matthias P. Braendli <matthias@mpb.li> + (v0.7.2): + * dabplus-enc: + Fix segmentation fault when libVLC 2.1 or older is + used. + Switch to C++11. + Remove Boost dependency. 2015-05-04: Matthias P. Braendli <matthias@mpb.li> (v0.7.1): * dabplus-enc: diff --git a/configure.ac b/configure.ac index b288218..aca62c4 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], [0.7.1], [http://opendigitalradio.org/]) +AC_INIT([fdk-aac-dabplus], [0.7.2], [http://opendigitalradio.org/]) AC_CONFIG_AUX_DIR(.) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([tar-ustar foreign]) |