From 5ad35e1cf6c4a08cf4b6e944e7338a8343c7dd39 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Thu, 1 Mar 2018 18:47:38 +0100 Subject: Prepare v2.0.0 --- ChangeLog | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 45bb816..b4a8acf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,16 @@ This file contains information about the changes done to ODR-DabMux in this repository +2018-03-01: Matthias P. Braendli + (v2.0.0): + Configuration file syntax changed for Frequency Information + and Other Services settings. + Statistics server changes: audio-level peak information is + measured over the last second, and not anymore since the last + request. Same for buffers, where min/max are measured over + thirty seconds. + Make nonblock available again for file inputs. + 2018-02-09: Matthias P. Braendli (v1.3.3): Add dynamic/static PTy setting to configuration. diff --git a/configure.ac b/configure.ac index 94822cd..cd7ce3e 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], [1.3.3], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMux], [2.0.0], [matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_SYSTEM -- cgit v1.2.3