From 262a43fc5dcc04731a8951ee44555f582f7e8106 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 10 Apr 2015 16:56:20 +0200 Subject: Prepare release v0.7.3 --- ChangeLog | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e21d645..2608ac1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,15 @@ This file contains information about the changes done to the ODR-DabMux in this repository +2015-04-10: Matthias P. Braendli + (v0.7.3): + Security: RC only listens on localhost. + Change FIG signalisation handling for User Application Type, + which has an impact on Slideshow. + -e parameter becomes optional. + Improve error messages and documentation. + Start some activities for a web-based GUI. + 2014-09-26: Matthias P. Braendli (v0.7.2): Fix a memory leak with the ZMQ input. diff --git a/configure.ac b/configure.ac index 78ffe82..c7d2380 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.2], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMux], [0.7.3], [matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE([-Wall subdir-objects foreign]) -- cgit v1.2.3