diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-05-26 16:55:39 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-05-26 16:55:39 +0200 |
commit | 56b5c6ae12136c1c24a8e8f6d001d72bf01b0967 (patch) | |
tree | 922a5dc3a3f171719629edcff3ea2bfd4d2447f1 | |
parent | 21533437b60eea8575272ac3c4a371b7f351548e (diff) | |
download | dabmux-56b5c6ae12136c1c24a8e8f6d001d72bf01b0967.tar.gz dabmux-56b5c6ae12136c1c24a8e8f6d001d72bf01b0967.tar.bz2 dabmux-56b5c6ae12136c1c24a8e8f6d001d72bf01b0967.zip |
Prepare v3.1.1v3.1.1
-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 |