diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 9 insertions, 1 deletions
@@ -1,6 +1,13 @@ This file contains information about the changes done to ODR-DabMod in this repository +2021-02-22: Matthias P. Braendli <matthias@mpb.li> + (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 <matthias@mpb.li> (v2.4.1): Fix handling of Ctrl-C. @@ -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 <http://www.gnu.org/licenses/>. 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 |