diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2025-09-10 09:23:13 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2025-09-10 09:29:39 +0200 |
commit | 1b6ce454b7538e5847c30c39c8d4acdbdec810f4 (patch) | |
tree | 7ba801f4de2164efb3396243e091997ec8d2a8fa | |
parent | d30cf3e7c31f9299062b9ef85a0949e60611509f (diff) | |
download | dabmux-1b6ce454b7538e5847c30c39c8d4acdbdec810f4.tar.gz dabmux-1b6ce454b7538e5847c30c39c8d4acdbdec810f4.tar.bz2 dabmux-1b6ce454b7538e5847c30c39c8d4acdbdec810f4.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-09-10: Matthias P. Braendli <matthias@mpb.li> + (v5.4.0): + Add support for UDP EDI input to specify local interface IP. + Make sourceport optional in EDI output config. + 2025-06-25: Matthias P. Braendli <matthias@mpb.li> (v5.3.0): Remove broken gui/ and point towards ODR-DabMux-GUI in README instead. diff --git a/configure.ac b/configure.ac index 316e177..e59cb5b 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.3.0],[matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMux],[5.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 95f3181..14fcc12 100644 --- a/man/odr-dabmux.1 +++ b/man/odr-dabmux.1 @@ -1,4 +1,4 @@ -.TH ODR-DABMUX "1" "June 2025" "odr-dabmux 5.3.0" "User Commands" +.TH ODR-DABMUX "1" "September 2025" "odr-dabmux 5.4.0" "User Commands" .SH NAME \fBodr\-dabmux\fR \- A software DAB multiplexer .SH SYNOPSIS |