diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-12-03 15:09:57 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-12-03 15:09:57 +0100 |
commit | 20d3b59de3aa330059139d54a40c368230683a7b (patch) | |
tree | 9f2b68bd9d2c95f535587c004672e4cfc3aa1202 | |
parent | 2d79c8b23bdee866af53be9418c99b20419a397c (diff) | |
download | ODR-AudioEnc-20d3b59de3aa330059139d54a40c368230683a7b.tar.gz ODR-AudioEnc-20d3b59de3aa330059139d54a40c368230683a7b.tar.bz2 ODR-AudioEnc-20d3b59de3aa330059139d54a40c368230683a7b.zip |
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | man/odr-audioenc.1 | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2024-12-03: Matthias P. Braendli <matthias@mpb.li> + (v3.6.0): + Make stats output JSON compatible. + Improve GSt teardown logic. + Add --edi-verbose flag with log output in case of reconnects. + 2024-05-07: Matthias P. Braendli <matthias@mpb.li> (v3.5.0): Improve ClockTAI download. diff --git a/configure.ac b/configure.ac index ce7d8e4..a548536 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl -*- Autoconf -*- dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([ODR-AudioEnc],[3.5.0],[http://opendigitalradio.org/]) +AC_INIT([ODR-AudioEnc],[3.6.0],[http://opendigitalradio.org/]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_TARGET diff --git a/man/odr-audioenc.1 b/man/odr-audioenc.1 index d529df0..9d9089d 100644 --- a/man/odr-audioenc.1 +++ b/man/odr-audioenc.1 @@ -1,4 +1,4 @@ -.TH ODR-AUDIOENC "1" "May 2024" "odr-audioenc 3.5.0" "ODR-mmbTools" +.TH ODR-AUDIOENC "1" "December 2024" "odr-audioenc 3.6.0" "ODR-mmbTools" .SH NAME odr-audioenc \- DAB and DAB+ audio encoder .SH SYNOPSIS |