aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2020-03-16 11:34:22 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2020-03-16 11:34:22 +0100
commitd4331e326b3bdf553db106b83fc5b40d059f6581 (patch)
treebdb1f5789518d23af69b24439eb726635bc5a933
parent5e75a8406ed47d8c576bba77a3bb68a5092cd558 (diff)
downloaddabmod-d4331e326b3bdf553db106b83fc5b40d059f6581.tar.gz
dabmod-d4331e326b3bdf553db106b83fc5b40d059f6581.tar.bz2
dabmod-d4331e326b3bdf553db106b83fc5b40d059f6581.zip
Prepare v2.4.0v2.4.0
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac4
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c689c4..c659282 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
This file contains information about the changes done to
ODR-DabMod in this repository
+2020-03-16: Matthias P. Braendli <matthias@mpb.li>
+ (v2.4.0):
+ Put more code in common with the other ODR-mmbTools.
+ Rework EDI input, which is now always compiled-in and preferred
+ to ZMQ input (for standards compliance).
+ Add native Lime support.
+
2019-07-08: Matthias P. Braendli <matthias@mpb.li>
(v2.3.1):
Add analog bandwidth setting for UHD and SoapySDR outputs.
diff --git a/configure.ac b/configure.ac
index d21ec29..c663e60 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 Her Majesty the
# Queen in Right of Canada (Communications Research Center Canada)
-# Copyright (C) 2019 Matthias P. Braendli, http://opendigitalradio.org
+# Copyright (C) 2020 Matthias P. Braendli, http://opendigitalradio.org
# This file is part of ODR-DabMod.
#
@@ -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.3.1], [matthias.braendli@mpb.li])
+AC_INIT([ODR-DabMod], [2.4.0], [matthias.braendli@mpb.li])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_SYSTEM