From e526c97dcdaf12de4d4c6324ca007eec60884165 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 9 Feb 2018 12:08:45 +0100 Subject: Prepare v1.3.3 --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dfbc4a3..45bb816 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,14 @@ This file contains information about the changes done to ODR-DabMux in this repository +2018-02-09: Matthias P. Braendli + (v1.3.3): + Add dynamic/static PTy setting to configuration. + Add UTF-8 to EBU Latin character set converter for labels. + Show TAI bulletin expiration in RC. + Stop using SUBDIRS in automake, and build the executable in ./ and not + in ./src anymore. + 2018-01-23: Matthias P. Braendli (v1.3.2): Add clock selection to RAW output. diff --git a/configure.ac b/configure.ac index 4e443e0..94822cd 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # along with ODR-DabMux. If not, see . AC_PREREQ(2.69) -AC_INIT([ODR-DabMux], [1.3.2], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMux], [1.3.3], [matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_SYSTEM -- cgit v1.2.3