summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--configure.ac4
2 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e6b2dfd..452e353 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,15 @@
This file contains information about the changes done to
ODR-DabMux in this repository
+2019-01-07: Matthias P. Braendli <matthias@mpb.li>
+ (v2.3.1):
+ Happy new year!
+ Fix TAI bulletin parsing on systems where long is 32 bit.
+ Add configurable URLs to download TAI clock bulletin and
+ rework the download logic.
+ Do not read TAI clock cache file from /tmp anymore, only
+ use /var/tmp.
+
2018-10-30: Matthias P. Braendli <matthias@mpb.li>
(v2.3.0):
Correct FIG0/6 output for services with different ECC.
diff --git a/configure.ac b/configure.ac
index e5a8027..25dec53 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# Copyright (C) 2008, 2009 Her Majesty the Queen in Right of Canada
# (Communications Research Center Canada)
#
-# Copyright (C) 2018 Matthias P. Braendli, http://opendigitalradio.org
+# Copyright (C) 2019 Matthias P. Braendli, http://opendigitalradio.org
# This file is part of ODR-DabMux.
#
@@ -19,7 +19,7 @@
# along with ODR-DabMux. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.69)
-AC_INIT([ODR-DabMux], [2.3.0], [matthias.braendli@mpb.li])
+AC_INIT([ODR-DabMux], [2.3.1], [matthias.braendli@mpb.li])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_SYSTEM