From 5bb71419937a4d8919ef33df088f73e6c705b028 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 7 Aug 2018 12:04:37 +0200 Subject: Prepare v2.2.0 --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0ade8df..96a72c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,14 @@ This file contains information about the changes done to ODR-DabMod in this repository +2018-08-07: Matthias P. Braendli + (v2.2.0): + Fix bug in CFR implementation that was introduced in v2.1.0. + Make the ZeroMQ list command return JSON. + Add a few GPSDO stats to munin. + Make sure changes applied through RC stay after an internal modulator reset. + Remove the boost dependency. + 2018-05-29: Matthias P. Braendli (v2.1.0): Add s16 output format. diff --git a/configure.ac b/configure.ac index ea1cbb3..3b61ce8 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # along with ODR-DabMod. If not, see . AC_PREREQ(2.69) -AC_INIT([ODR-DabMod], [2.1.0], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMod], [2.2.0], [matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_SYSTEM -- cgit v1.2.3