From d31d7709bdaee4323f0abf3a4fea25b4f1b1dcf6 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 31 Oct 2018 10:02:34 +0100 Subject: Prepare v2.3.0 --- ChangeLog | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1f58e9c..e6b2dfd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,16 @@ This file contains information about the changes done to ODR-DabMux in this repository +2018-10-30: Matthias P. Braendli + (v2.3.0): + Correct FIG0/6 output for services with different ECC. + Add support for transmitting empty Linkage Sets. + Save leap-second cache to /var/tmp, which doesn't get + cleared across reboots. + Rework audio level measurement in the statistics server to + alleviate some timing-related issues. + odr-zmq2edi: Add option to drop late packets. + 2018-07-31: Matthias P. Braendli (v2.2.0): Fix delays and FIG repetition burst on announcement switching. diff --git a/configure.ac b/configure.ac index 676ccfa..e5a8027 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # along with ODR-DabMux. If not, see . AC_PREREQ(2.69) -AC_INIT([ODR-DabMux], [2.2.0], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMux], [2.3.0], [matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_SYSTEM -- cgit v1.2.3