From a9300929a1291b12c5a6cabb0f70ac7ae0f1681e Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 27 Nov 2015 16:35:50 +0100 Subject: Prepare release v0.8.1 --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b9b9b88..cf70f3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,12 @@ This file contains information about the changes done to the ODR-DabMux in this repository +2015-11-27: Matthias P. Braendli + (v0.8.1): + Fix compilation with test input. + Add PTy to remote control. + Add EDI options to configuration file for multicast settings. + 2015-09-13: Matthias P. Braendli (v0.8.0): Pad labels with spaces instead of terminating them with NUL. diff --git a/configure.ac b/configure.ac index 5491f51..f23df79 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.0], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMux], [0.8.1], [matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE([-Wall subdir-objects foreign]) -- cgit v1.2.3