From 417cd7e7ce8a75ed79dc01687428d172f590189d Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 20 May 2014 21:34:34 +0200 Subject: Prepare v0.7.1 --- ChangeLog | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0338add..4524c1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,16 @@ This file contains information about the changes done to the ODR-DabMux in this repository +2014-05-20: Matthias P. Braendli + (v0.7.1): + This is a bugfix release, with a minor update + to the input state server. + * odr-dabmux: + Fix -r command line option. + Correct internal allocation/deallocation mistakes. + Add "Silent" state to input states. + Little changes in munin graph script. + 2014-04-25: Matthias P. Braendli (v0.7.0): This version supports a new ZeroMQ frame format. The diff --git a/configure.ac b/configure.ac index f5ec95c..20f6a16 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.7.0], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMux], [0.7.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