diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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 <matthias@mpb.li> + (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 <matthias@mpb.li> (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 <http://www.gnu.org/licenses/>. 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]) |