aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d36b18..9c689c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,15 @@
This file contains information about the changes done to
ODR-DabMod in this repository
+2019-07-08: Matthias P. Braendli <matthias@mpb.li>
+ (v2.3.1):
+ Add analog bandwidth setting for UHD and SoapySDR outputs.
+ Implement 10s check for ZMQ input, resetting the socket if no
+ data arrives.
+ Fix compilation against UHD 3.14.
+ Add EDI-over-TCP input.
+ Other minor fixes for GUI and ODR-DabMod.
+
2019-01-23: Matthias P. Braendli <matthias@mpb.li>
(v2.3.0):
Many improvements on GUI and DPDCE: It is now possible
diff --git a/configure.ac b/configure.ac
index a4c539b..270a3ff 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.3.0], [matthias.braendli@mpb.li])
+AC_INIT([ODR-DabMod], [2.3.1], [matthias.braendli@mpb.li])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_SYSTEM