diff options
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,6 +1,17 @@ This file contains information about the changes done to ODR-DabMux in this repository +2021-06-03: Matthias P. Braendli <matthias@mpb.li> + (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 <matthias@mpb.li> (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 <http://www.gnu.org/licenses/>. 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 |