diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-06-30 10:13:59 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-06-30 10:13:59 +0200 |
commit | c49acf830b68d25dbb18ed3e74683cba89187626 (patch) | |
tree | 57aab34edae9c35a2a70667aa624b6e6855a1552 | |
parent | db8f68aa0587e46bbf2b0d79923440517e59d286 (diff) | |
download | dabmux-c49acf830b68d25dbb18ed3e74683cba89187626.tar.gz dabmux-c49acf830b68d25dbb18ed3e74683cba89187626.tar.bz2 dabmux-c49acf830b68d25dbb18ed3e74683cba89187626.zip |
Prepare v1.3.0v1.3.0
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,6 +1,16 @@ This file contains information about the changes done to ODR-DabMux in this repository +2017-06-30: Matthias P. Braendli <matthias@mpb.li> + (v1.3.0): + Add support for FIG0/24 to announce that a service is present + in another ensemble. This completes the implementation of all + service linking FIGs according to ETSI TS 103 176 Figure 1. + Allow EDI packet lengths up to 1400 bytes. + Add local cache for the leap second information downloaded from + IETF, remove download from USNO servers, as they don't give validity + information. + 2017-06-05: Matthias P. Braendli <matthias@mpb.li> (v1.2.2): Add support for FIG0/21 "Frequency Information". diff --git a/configure.ac b/configure.ac index ed9ece3..d3d1a65 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.2.2], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMux], [1.3.0], [matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE([-Wall subdir-objects foreign]) |