summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2020-04-15 15:32:31 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2020-04-15 15:32:31 +0200
commit1d9063532cec5d6389782c31f609df53fb621d71 (patch)
treecfb3687f439c06c0567f131b7016b0d44cf6aa31 /ChangeLog
parent88e46d22e59df65de3202074352ecbacf56e4b16 (diff)
downloaddabmux-1d9063532cec5d6389782c31f609df53fb621d71.tar.gz
dabmux-1d9063532cec5d6389782c31f609df53fb621d71.tar.bz2
dabmux-1d9063532cec5d6389782c31f609df53fb621d71.zip
Prepare v3.1.0v3.1.0
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c46ad7..c9d88d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,19 @@
This file contains information about the changes done to
ODR-DabMux in this repository
+2020-04-15: Matthias P. Braendli <matthias@mpb.li>
+ (v3.1.0):
+ Initialise TIST on startup rounded to 24ms, as it was done before
+ v2.4.0 (see '5b1dea7').
+ Refresh TAI bulletin before it expires.
+ Set SO_REUSEADDR for TCP listening sockets (avoids some startup failures).
+ Add EDI input TIST delay setting, and improve EDI input stats and error handling.
+ Add FIG 0/7 and Alarm announcement support (Thanks to Mathias Kuntze).
+ Add startupcheck functionality to ODR-DabMux and ODR-ZMQ2EDI.
+ ZMQ2EDI will not quit anymore in case of input issues.
+ Handle FCT discontinuity in ZMQ2EDI, and display better statistics
+ which are usable by the new munin stats script doc/stats_zmq2edi_munin.py.
+
2019-10-30: Matthias P. Braendli <matthias@mpb.li>
(v3.0.1):
Fix compilation on older systems (like debian jessie)