summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
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 <matthias@mpb.li>
+ (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 <matthias@mpb.li>
(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 <http://www.gnu.org/licenses/>.
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])