From f7b5d4e42f30ba22ef1c830633f0b962a8d8ea0a Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 26 Jun 2019 14:16:30 +0200 Subject: Prepare v0.3.0 --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7e0ab7c..82651b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2019-06-26: Matthias P. Braendli + (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 (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]) -- cgit v1.2.3