diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-08-06 11:55:44 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-08-06 11:55:44 +0200 |
commit | 239378a7fce009c902ced567f545f1251e3c80e9 (patch) | |
tree | 8a9283af1a43e851d1644b22eef8243f2c973966 | |
parent | fdc9c2bdd04302b5c3a72f1bd0fd8f5880c08fc2 (diff) | |
download | ODR-SourceCompanion-239378a7fce009c902ced567f545f1251e3c80e9.tar.gz ODR-SourceCompanion-239378a7fce009c902ced567f545f1251e3c80e9.tar.bz2 ODR-SourceCompanion-239378a7fce009c902ced567f545f1251e3c80e9.zip |
Prepare v0.2.1v0.2.1
-rw-r--r-- | ChangeLog | 13 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -1,3 +1,16 @@ +2018-08-06: Matthias P. Braendli <matthias@mpb.li> + (v0.2.1): + Fix bug due to AAC decoder. + Fix compilation on some systems. + +2018-07-18: Matthias P. Braendli <matthias@mpb.li> + (v0.2.0): + Add buggy AAC decoder + +2017-02-16: Matthias P. Braendli <matthias@mpb.li> + (v0.1.0): + A few fixes + 2017-02-12: Matthias P. Braendli <matthias@mpb.li> (v0.0.1): Creation diff --git a/configure.ac b/configure.ac index 4f5e454..d0c404b 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-SourceCompanion], [0.2.0], [http://opendigitalradio.org/]) +AC_INIT([ODR-SourceCompanion], [0.2.1], [http://opendigitalradio.org/]) AC_CONFIG_AUX_DIR(.) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([tar-ustar foreign]) |