From 5fa3e1d291e5331f9684ad144ae302e7085174cb Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 22 Feb 2021 13:19:48 +0100 Subject: Prepare v2.4.2 --- ChangeLog | 7 +++++++ README.md | 1 + configure.ac | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f27446f..3f4f323 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,13 @@ This file contains information about the changes done to ODR-DabMod in this repository +2021-02-22: Matthias P. Braendli + (v2.4.2): + Fix some compilation issues for GCC 10 and due to missing includes. + Fix external PPS input sync for B200. + Properly handle and edge value of TIST. + Update common ODR-mmbTools code. + 2020-04-06: Matthias P. Braendli (v2.4.1): Fix handling of Ctrl-C. diff --git a/README.md b/README.md index 90735de..d066cd8 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Features - A FIR filter for improved spectrum mask - TII insertion - Logging: log to file, to syslog +- EDI sources: TCP and UDP, both with and without Protection and Fragmentation Layer. - ETI sources: ETI-over-TCP, file (Raw, Framed and Streamed) and ZeroMQ - A Telnet and ZeroMQ remote-control that can be used to change some parameters during runtime and retrieve statistics. diff --git a/configure.ac b/configure.ac index 83873a0..71db762 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # along with ODR-DabMod. If not, see . AC_PREREQ(2.69) -AC_INIT([ODR-DabMod], [2.4.1], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMod], [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