diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,6 +1,14 @@ This file contains information about the changes done to ODR-DabMod in this repository +2018-08-07: Matthias P. Braendli <matthias@mpb.li> + (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 <matthias@mpb.li> (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 <http://www.gnu.org/licenses/>. 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 |