From 665989a46f97a90c1c601514caeaf0f079da0275 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 26 Mar 2016 12:16:43 +0100 Subject: Prepare v0.9.0 --- ChangeLog | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cf70f3c..29fa1c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,18 @@ This file contains information about the changes done to the ODR-DabMux in this repository +2016-03-26: Matthias P. Braendli + (v0.9.0): + Enable new carousel by default. + Integrate munin script improvements. + EDI bugfix when many CU are used. + EDI: add support for PFT with FEC=0 (only fragmentation). + EDI: backward-incompatible configuration change. + EDI: transmit timestamp with TAI vs UTC correction (experimental). + Get compilation working under FreeBSD and OSX. + Add ability to specify source and TTL for UDP output. + Split example.mux into a simple and a more advanced example. + 2015-11-27: Matthias P. Braendli (v0.8.1): Fix compilation with test input. diff --git a/configure.ac b/configure.ac index 927bdc8..1767f81 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # along with ODR-DabMux. If not, see . AC_PREREQ(2.61) -AC_INIT([ODR-DabMux], [0.8.1], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMux], [0.9.0], [matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE([-Wall subdir-objects foreign]) -- cgit v1.2.3