diff options
-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]) |