aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2021-02-22 13:19:48 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2021-02-22 13:19:48 +0100
commit5fa3e1d291e5331f9684ad144ae302e7085174cb (patch)
treed1cf292dc1da129c191738f96ac71924bd8e6b14
parentd14814a92377084177753c7a60d83a9307ad0672 (diff)
downloaddabmod-5fa3e1d291e5331f9684ad144ae302e7085174cb.tar.gz
dabmod-5fa3e1d291e5331f9684ad144ae302e7085174cb.tar.bz2
dabmod-5fa3e1d291e5331f9684ad144ae302e7085174cb.zip
Prepare v2.4.2v2.4.2
-rw-r--r--ChangeLog7
-rw-r--r--README.md1
-rw-r--r--configure.ac2
3 files changed, 9 insertions, 1 deletions
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 <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.
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 <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