diff options
-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]) |