From fae852391354752e1fe73a7ee14503b77a53943a Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 20 Dec 2019 11:21:44 +0100 Subject: Prepare v2.4.2 This is a special release that backports a fix that went into v3 back onto v2.4.1. --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 307023f..b71d0af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ This file contains information about the changes done to ODR-DabMux in this repository +2019-12-20: Matthias P. Braendli + (v2.4.2): + Backport the file input nonblock fix to v2.4.1. + 2019-06-25: Matthias P. Braendli (v2.4.1): Fix bug when odr-zmq2edi is used with more than one destination. diff --git a/configure.ac b/configure.ac index 50623a2..9974f1f 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # along with ODR-DabMux. If not, see . AC_PREREQ(2.69) -AC_INIT([ODR-DabMux], [2.4.1], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMux], [2.4.2], [matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_SYSTEM -- cgit v1.2.3