diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-06-26 14:16:30 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-06-26 14:16:30 +0200 |
commit | f7b5d4e42f30ba22ef1c830633f0b962a8d8ea0a (patch) | |
tree | 637a98b12d54f9df267e01b6876cc0e9572328a7 | |
parent | 399ab8f99a0e6e520b4a94b770c440078a60358c (diff) | |
download | ODR-SourceCompanion-f7b5d4e42f30ba22ef1c830633f0b962a8d8ea0a.tar.gz ODR-SourceCompanion-f7b5d4e42f30ba22ef1c830633f0b962a8d8ea0a.tar.bz2 ODR-SourceCompanion-f7b5d4e42f30ba22ef1c830633f0b962a8d8ea0a.zip |
Prepare v0.3.0v0.3.0
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2019-06-26: Matthias P. Braendli <matthias@mpb.li> + (v0.3.0): + Refactoring, remove EDI (to be replaced by the future EDI + implementation used in ODR-DabMux and ODR-DabMod). + Change PAD fifo read logic. + 2018-08-06: Matthias P. Braendli <matthias@mpb.li> (v0.2.1): Fix bug due to AAC decoder. diff --git a/configure.ac b/configure.ac index b1d9fe0..b699219 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.1], [http://opendigitalradio.org/]) +AC_INIT([ODR-SourceCompanion], [0.3.0], [http://opendigitalradio.org/]) AC_CONFIG_AUX_DIR(.) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([tar-ustar foreign]) |