diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | man/odr-dabmux.1 | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -2,6 +2,10 @@ This file contains information about the changes done to ODR-DabMux in this repository 2022-04-19: Matthias P. Braendli <matthias@mpb.li> + (v4.2.1): + Fix `make dist` + +2022-04-19: Matthias P. Braendli <matthias@mpb.li> (v4.2.0): Add FIG 0/14 FEC scheme defintion, for enhancedpacket mode subchannels. Remove useless List Terminator for FIG0/13, and add support for Broadcast WebSite. diff --git a/configure.ac b/configure.ac index e52fc5a..2fdce01 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],[4.2.0],[matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMux],[4.2.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 0a612e8..6b3be54 100644 --- a/man/odr-dabmux.1 +++ b/man/odr-dabmux.1 @@ -1,4 +1,4 @@ -.TH ODR-DABMUX "1" "April 2022" "odr-dabmux 4.2.0" "User Commands" +.TH ODR-DABMUX "1" "April 2022" "odr-dabmux 4.2.1" "User Commands" .SH NAME \fBodr\-dabmux\fR \- A software DAB multiplexer .SH SYNOPSIS |