summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2019-01-07 16:14:37 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2019-01-07 16:27:44 +0100
commita8cc30be9589280d9bde3ddaf676610c9b12af2a (patch)
tree7f2a068d46fe0d54f43e8489b0675f2444bac038
parentf80cb1376c9873bcb433c4622ec4486d9eaf0d86 (diff)
downloaddabmux-a8cc30be9589280d9bde3ddaf676610c9b12af2a.tar.gz
dabmux-a8cc30be9589280d9bde3ddaf676610c9b12af2a.tar.bz2
dabmux-a8cc30be9589280d9bde3ddaf676610c9b12af2a.zip
Prepare v2.3.1v2.3.1
-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