diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-02-09 12:08:45 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-02-09 12:08:45 +0100 |
commit | e526c97dcdaf12de4d4c6324ca007eec60884165 (patch) | |
tree | 86695d7515a5145aaa36a43892dc6063cd901ff0 | |
parent | 4897c53db48386fbbd2556e8be6d5a60e9d1a7ba (diff) | |
download | dabmux-e526c97dcdaf12de4d4c6324ca007eec60884165.tar.gz dabmux-e526c97dcdaf12de4d4c6324ca007eec60884165.tar.bz2 dabmux-e526c97dcdaf12de4d4c6324ca007eec60884165.zip |
Prepare v1.3.3v1.3.3
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,6 +1,14 @@ This file contains information about the changes done to ODR-DabMux in this repository +2018-02-09: Matthias P. Braendli <matthias@mpb.li> + (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 <matthias@mpb.li> (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 <http://www.gnu.org/licenses/>. 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 |