diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-05-09 14:07:53 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-05-09 14:07:53 +0200 |
commit | a49219a40207bd36673f9ced85a93dcf334ebdfe (patch) | |
tree | fe8e678d56129aace4d8e769ce1c6e12d8baaed9 | |
parent | 966a696e55f2112bb44d95b2b22a7e20423d1bad (diff) | |
download | dabmux-a49219a40207bd36673f9ced85a93dcf334ebdfe.tar.gz dabmux-a49219a40207bd36673f9ced85a93dcf334ebdfe.tar.bz2 dabmux-a49219a40207bd36673f9ced85a93dcf334ebdfe.zip |
Prepare v4.4.0v4.4.0
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | man/odr-dabmux.1 | 2 | ||||
-rw-r--r-- | man/odr-zmq2edi.1 | 2 |
4 files changed, 11 insertions, 4 deletions
@@ -1,6 +1,13 @@ This file contains information about the changes done to ODR-DabMux in this repository +2023-05-09: Matthias P. Braendli <matthias@mpb.li> + (v4.4.0): + Ensure CIF count continuity on startup, and make CIF + count consistent with timestamp across restarts. + Ensure EDI output inserts ESTn tags in the order given + in the config file. + 2022-10-18: Matthias P. Braendli <matthias@mpb.li> (v4.3.0): Add "load_entire_file" configuration setting for file inputs. diff --git a/configure.ac b/configure.ac index edf17fc..926724c 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) 2022 Matthias P. Braendli, http://opendigitalradio.org +# Copyright (C) 2023 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],[4.3.0],[matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMux],[4.4.0],[matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_TARGET diff --git a/man/odr-dabmux.1 b/man/odr-dabmux.1 index 69c85dd..27da4a8 100644 --- a/man/odr-dabmux.1 +++ b/man/odr-dabmux.1 @@ -1,4 +1,4 @@ -.TH ODR-DABMUX "1" "October 2022" "odr-dabmux 4.3.0" "User Commands" +.TH ODR-DABMUX "1" "May 2023" "odr-dabmux 4.4.0" "User Commands" .SH NAME \fBodr\-dabmux\fR \- A software DAB multiplexer .SH SYNOPSIS diff --git a/man/odr-zmq2edi.1 b/man/odr-zmq2edi.1 index 5315a53..f6f74f6 100644 --- a/man/odr-zmq2edi.1 +++ b/man/odr-zmq2edi.1 @@ -1,4 +1,4 @@ -.TH ODR-ZMQ2EDI "1" "April 2022" "" "User Commands" +.TH ODR-ZMQ2EDI "1" "May 2023" "odr-zmq2edi" "User Commands" .SH NAME \fBodr-zmq2edi\fR \- Convert an ZeroMQ stream to EDI .SH SYNOPSIS |