diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +2015-05-04: Matthias P. Braendli <matthias@mpb.li> + (v0.7.1): + * dabplus-enc: + Add ICY Text write to file routine (experimental). + * mot-encoder: + Add support for character set conversion from + UTF-8 to EBU Complete Latin Based Repertoire. + Fix issue with short X-PAD lengths. 2015-04-10: Matthias P. Braendli <matthias@mpb.li> (v0.7.0): * dabplus-enc: diff --git a/configure.ac b/configure.ac index f6ef962..ee723fb 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.0], [http://opendigitalradio.org/]) +AC_INIT([fdk-aac-dabplus], [0.7.1], [http://opendigitalradio.org/]) AC_CONFIG_AUX_DIR(.) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([tar-ustar foreign]) |