summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2015-11-27 16:35:50 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2015-11-27 16:38:34 +0100
commita9300929a1291b12c5a6cabb0f70ac7ae0f1681e (patch)
tree98c9b0ac1cc61701cb3678615d6656e16f6a7d94
parent653f63a0a834ee3dc52bb0e32b4e2387f13edeb2 (diff)
downloaddabmux-a9300929a1291b12c5a6cabb0f70ac7ae0f1681e.tar.gz
dabmux-a9300929a1291b12c5a6cabb0f70ac7ae0f1681e.tar.bz2
dabmux-a9300929a1291b12c5a6cabb0f70ac7ae0f1681e.zip
Prepare release v0.8.1v0.8.1
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b9b9b88..cf70f3c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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])