diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-04-15 15:32:31 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-04-15 15:32:31 +0200 |
commit | 1d9063532cec5d6389782c31f609df53fb621d71 (patch) | |
tree | cfb3687f439c06c0567f131b7016b0d44cf6aa31 | |
parent | 88e46d22e59df65de3202074352ecbacf56e4b16 (diff) | |
download | dabmux-04265a11737920e8a8f012115851ff99a6cbdc01.tar.gz dabmux-04265a11737920e8a8f012115851ff99a6cbdc01.tar.bz2 dabmux-04265a11737920e8a8f012115851ff99a6cbdc01.zip |
Prepare v3.1.0v3.1.0
-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 |