diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2025-10-01 16:06:21 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2025-10-01 16:06:21 +0200 |
commit | a5f80a99e0dad51c45e8511347f27d816ae92e20 (patch) | |
tree | 422472095e242df1779952bd210bb0007d8d9f9d | |
parent | d8fab73aeb2c4401bbd88024556a7726ff2129ea (diff) | |
download | dabmux-a5f80a99e0dad51c45e8511347f27d816ae92e20.tar.gz dabmux-a5f80a99e0dad51c45e8511347f27d816ae92e20.tar.bz2 dabmux-a5f80a99e0dad51c45e8511347f27d816ae92e20.zip |
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | man/odr-dabmux.1 | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,6 +1,12 @@ This file contains information about the changes done to ODR-DabMux in this repository +2025-10-01: Matthias P. Braendli <matthias@mpb.li> + (v5.4.1): + Fix race condition in TCP output stats that can lock up + odr-dabmux on some systems. + Add linkage-set hot-reload. + 2025-09-10: Matthias P. Braendli <matthias@mpb.li> (v5.4.0): Add support for UDP EDI input to specify local interface IP. diff --git a/configure.ac b/configure.ac index e59cb5b..6d336b0 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.4.0],[matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMux],[5.4.1],[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 14fcc12..07cc992 100644 --- a/man/odr-dabmux.1 +++ b/man/odr-dabmux.1 @@ -1,4 +1,4 @@ -.TH ODR-DABMUX "1" "September 2025" "odr-dabmux 5.4.0" "User Commands" +.TH ODR-DABMUX "1" "October 2025" "odr-dabmux 5.4.1" "User Commands" .SH NAME \fBodr\-dabmux\fR \- A software DAB multiplexer .SH SYNOPSIS |