diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-03-01 18:47:38 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-03-01 18:47:38 +0100 |
commit | 5ad35e1cf6c4a08cf4b6e944e7338a8343c7dd39 (patch) | |
tree | e0989d6a9b02aee70a38726fe2ce781814ecd89d | |
parent | 404f8355c43ab23cdb9d7a8940c24e2449d90199 (diff) | |
download | dabmux-5ad35e1cf6c4a08cf4b6e944e7338a8343c7dd39.tar.gz dabmux-5ad35e1cf6c4a08cf4b6e944e7338a8343c7dd39.tar.bz2 dabmux-5ad35e1cf6c4a08cf4b6e944e7338a8343c7dd39.zip |
Prepare v2.0.0v2.0.0
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,6 +1,16 @@ This file contains information about the changes done to ODR-DabMux in this repository +2018-03-01: Matthias P. Braendli <matthias@mpb.li> + (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 <matthias@mpb.li> (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 <http://www.gnu.org/licenses/>. 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 |