diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-04-06 09:23:25 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-04-06 09:23:25 +0200 |
commit | 6f24f042582fb15f437f865b4889aeb229eb1a45 (patch) | |
tree | 4b18d5abe7a063c882bc7ce542981f77c13566ac | |
parent | e0270f1c958874335624dd2fe69a383b5959d602 (diff) | |
download | dabmod-6f24f042582fb15f437f865b4889aeb229eb1a45.tar.gz dabmod-6f24f042582fb15f437f865b4889aeb229eb1a45.tar.bz2 dabmod-6f24f042582fb15f437f865b4889aeb229eb1a45.zip |
Prepare v2.4.1v2.4.1
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,6 +1,12 @@ This file contains information about the changes done to ODR-DabMod in this repository +2020-04-06: Matthias P. Braendli <matthias@mpb.li> + (v2.4.1): + Fix handling of Ctrl-C. + Fix unaligned memory access in ZeroMQ input. + Fix incorrect display of "EDI AF Packet sequence error". + 2020-03-16: Matthias P. Braendli <matthias@mpb.li> (v2.4.0): Put more code in common with the other ODR-mmbTools. diff --git a/configure.ac b/configure.ac index ec2f0a5..4eaea55 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # along with ODR-DabMod. If not, see <http://www.gnu.org/licenses/>. AC_PREREQ(2.69) -AC_INIT([ODR-DabMod], [2.4.0], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMod], [2.4.1], [matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_SYSTEM |