From c1f2a58fd909071f0f6cfe98ab9c33bcf2c68bdb Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Thu, 3 Jun 2021 09:46:43 +0200 Subject: Prepare v4.0.0 --- ChangeLog | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2a896a1..eb52966 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,17 @@ This file contains information about the changes done to ODR-DabMux in this repository +2021-06-03: Matthias P. Braendli + (v4.0.0): + Incompatible change: Replace EDI packet interleaving by packet spreading (changes configuration + file format for ODR-DabMux and command line options for zmq2edi). + Add configurability for EDI UDP multicast input. + Simplify FIG 0/9, avoid sending an empty subfield list. + FIG 0/13 improvements for packet services, deprecate 'figtype' component setting which is replaced by 'user-application'. + Improvements for timestamped input. + Add --version command line option to all tools. + EDI output: make transport addressing optional. + 2020-05-26: Matthias P. Braendli (v3.1.1): Fix FIG2 segment count issue. diff --git a/configure.ac b/configure.ac index e2383a1..1bda2a6 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # along with ODR-DabMux. If not, see . AC_PREREQ([2.69]) -AC_INIT([ODR-DabMux],[3.1.1],[matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMux],[4.0.0],[matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_TARGET -- cgit v1.2.3