aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-09-02 15:37:56 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-09-02 15:37:56 +0200
commite0b501d897c90530df485add40a47864883bd26a (patch)
tree6c3f10f97606d8db90fb91fc2d816af0a90c9642
parent1165d4d7c948e6e1a0898e19e1ae5b82501ebb44 (diff)
downloaddabmux-e0b501d897c90530df485add40a47864883bd26a.tar.gz
dabmux-e0b501d897c90530df485add40a47864883bd26a.tar.bz2
dabmux-e0b501d897c90530df485add40a47864883bd26a.zip
Prepare v1.1.0v1.1.0
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e0e3f24..d23ba2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
This file contains information about the changes done to
ODR-DabMux in this repository
+2016-09-02: Matthias P. Braendli <matthias@mpb.li>
+ (v1.1.0):
+ Switch FIG0/10 to long form, the latest draft spec marks the
+ short form as legacy.
+ Add RC support for deferred triggering of announcements, see
+ doc/remote_control.txt
+
2016-07-30: Matthias P. Braendli <matthias@mpb.li>
(v1.0.0):
Remove old carousel.
diff --git a/configure.ac b/configure.ac
index 38b44a0..03c34d8 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], [1.0.0], [matthias.braendli@mpb.li])
+AC_INIT([ODR-DabMux], [1.1.0], [matthias.braendli@mpb.li])
AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE([-Wall subdir-objects foreign])