diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | configure.ac | 4 |
3 files changed, 9 insertions, 3 deletions
@@ -1,6 +1,12 @@ This file contains information about the changes done to ODR-DabMux in this repository +2020-05-26: Matthias P. Braendli <matthias@mpb.li> + (v3.1.1): + Fix FIG2 segment count issue. + Handle disconnects better in EDI output. + Fix buffering issue with timestamped EDI input. + 2020-04-15: Matthias P. Braendli <matthias@mpb.li> (v3.1.0): Initialise TIST on startup rounded to 24ms, as it was done before @@ -75,7 +75,7 @@ Pascal Charest *pascal [dot] charest [at] crc [dot] ca* Acknowledgements ================ -David Lutton, Yoann Queret and Stefan Pöschel for bug-fix patches, +David Lutton, Yoann Queret, Stefan Pöschel and Maik for bug-fix patches, Wim Nelis for the Xymon monitoring scripts, and many more for feedback and bug reports. diff --git a/configure.ac b/configure.ac index c0aa9df..91e680c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Copyright (C) 2008, 2009 Her Majesty the Queen in Right of Canada # (Communications Research Center Canada) # -# Copyright (C) 2019 Matthias P. Braendli, http://opendigitalradio.org +# Copyright (C) 2020 Matthias P. Braendli, http://opendigitalradio.org # This file is part of ODR-DabMux. # @@ -19,7 +19,7 @@ # along with ODR-DabMux. If not, see <http://www.gnu.org/licenses/>. AC_PREREQ(2.69) -AC_INIT([ODR-DabMux], [3.1.0], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMux], [3.1.1], [matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_SYSTEM |