diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-05-20 21:34:34 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-05-20 21:34:34 +0200 |
commit | 417cd7e7ce8a75ed79dc01687428d172f590189d (patch) | |
tree | ae1cc9bc4f003366f8984dea89cad7830f14e758 | |
parent | e9c241061626a05f5e198d6bd98fc508db46c81e (diff) | |
download | dabmux-417cd7e7ce8a75ed79dc01687428d172f590189d.tar.gz dabmux-417cd7e7ce8a75ed79dc01687428d172f590189d.tar.bz2 dabmux-417cd7e7ce8a75ed79dc01687428d172f590189d.zip |
Prepare v0.7.1v0.7.1
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -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 <matthias@mpb.li> + (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 <matthias@mpb.li> (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 <http://www.gnu.org/licenses/>. 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]) |