summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2018-08-07 12:04:37 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2018-08-07 12:04:37 +0200
commit5bb71419937a4d8919ef33df088f73e6c705b028 (patch)
tree61a0c056d0b4ab07fd15740474876ecbdd63b7b0
parentd2a45bf2b4a35fa0396936d0f5a6f2bb9d385e59 (diff)
downloaddabmod-5bb71419937a4d8919ef33df088f73e6c705b028.tar.gz
dabmod-5bb71419937a4d8919ef33df088f73e6c705b028.tar.bz2
dabmod-5bb71419937a4d8919ef33df088f73e6c705b028.zip
Prepare v2.2.0v2.2.0
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
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 <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