diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2025-05-19 08:14:01 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2025-05-19 08:14:01 +0200 |
commit | 354872579c8d4d9184555bdfc2888abaf0bd445c (patch) | |
tree | 42dee3a863953fc7868e1005c0f75aa73ab2cec5 | |
parent | 103841bc578888a828d176eddfdd9fa345549f03 (diff) | |
download | dabmux-354872579c8d4d9184555bdfc2888abaf0bd445c.tar.gz dabmux-354872579c8d4d9184555bdfc2888abaf0bd445c.tar.bz2 dabmux-354872579c8d4d9184555bdfc2888abaf0bd445c.zip |
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | man/odr-dabmux.1 | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,6 +1,11 @@ This file contains information about the changes done to ODR-DabMux in this repository +2025-05-19: Matthias P. Braendli <matthias@mpb.li> + (v5.2.0): + Rework FIG0/10 DAB time indication to match EDI time. + Make PFT per-output configurable. + 2025-03-18: Matthias P. Braendli <matthias@mpb.li> (v5.1.0): Fix startup value of DLFC and FCT. diff --git a/configure.ac b/configure.ac index 23463d0..b706c05 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],[5.1.0],[matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMux],[5.2.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 6e946a5..fcf11c5 100644 --- a/man/odr-dabmux.1 +++ b/man/odr-dabmux.1 @@ -1,4 +1,4 @@ -.TH ODR-DABMUX "1" "March 2025" "odr-dabmux 5.1.0" "User Commands" +.TH ODR-DABMUX "1" "May 2025" "odr-dabmux 5.2.0" "User Commands" .SH NAME \fBodr\-dabmux\fR \- A software DAB multiplexer .SH SYNOPSIS |