diff options
-rw-r--r-- | ChangeLog | 13 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -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) diff --git a/configure.ac b/configure.ac index 6d7face..42ff99a 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # along with ODR-DabMux. If not, see <http://www.gnu.org/licenses/>. AC_PREREQ(2.69) -AC_INIT([ODR-DabMux], [3.0.1], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMux], [3.1.0], [matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_SYSTEM |