diff options
| author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-12-20 11:21:44 +0100 | 
|---|---|---|
| committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-12-20 11:21:44 +0100 | 
| commit | fae852391354752e1fe73a7ee14503b77a53943a (patch) | |
| tree | a2ca4b5f95ecf87b8ed414e8c3b50eecbf67ff4a | |
| parent | 2441cc2dfff9aa0fe995ada8be0222ca37c7882c (diff) | |
| download | dabmux-fae852391354752e1fe73a7ee14503b77a53943a.tar.gz dabmux-fae852391354752e1fe73a7ee14503b77a53943a.tar.bz2 dabmux-fae852391354752e1fe73a7ee14503b77a53943a.zip  | |
Prepare v2.4.2v2.4.2
This is a special release that backports a fix that went into v3 back onto
v2.4.1.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | configure.ac | 2 | 
2 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,10 @@  This file contains information about the changes done to  ODR-DabMux in this repository +2019-12-20: Matthias P. Braendli <matthias@mpb.li> +	(v2.4.2): +		Backport the file input nonblock fix to v2.4.1. +  2019-06-25: Matthias P. Braendli <matthias@mpb.li>  	(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 <http://www.gnu.org/licenses/>.  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  | 
