From 7378fc903a26f779c48114e6305a89e59a3285d6 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 5 Jun 2017 11:45:58 +0200 Subject: Prepare v1.2.2 --- ChangeLog | 6 ++++++ INSTALL.md | 2 +- README.md | 2 +- TODO | 2 -- configure.ac | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 670e564..e4b24e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,12 @@ This file contains information about the changes done to ODR-DabMux in this repository +2017-06-05: Matthias P. Braendli + (v1.2.2): + Add support for FIG0/21 "Frequency Information". + Improve EDI fragment interleaver. + Avoid stalling the multiplexer when the TCP output is used. + 2017-01-29: Matthias P. Braendli (v1.2.1): Bugfix for illegal memory access in EDI PFT layer. diff --git a/INSTALL.md b/INSTALL.md index 5e01634..10d5954 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -20,7 +20,7 @@ Install odr-dabmux % make install # Install ODR-DabMux Nearly as simple install procedure using repository: -==================================================== +---------------------------------------------------- The *master* branch in the repository always points to the latest release. If you are looking for a new feature or bug-fix diff --git a/README.md b/README.md index 0fcc850..2df4b65 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Features of ODR-DabMux: - Monitoring using munin tool - Includes a Telnet and ZMQ Remote Control for setting/getting parameters - EDI output -- Support for FarSync TE1 cards (G.703) +- Support for FarSync TE1 and TE1e cards (G.703) - Something that will one day become a nice GUI for configuration, see gui/README.md diff --git a/TODO b/TODO index a3142f0..80c63d6 100644 --- a/TODO +++ b/TODO @@ -26,8 +26,6 @@ It is impossible to activate/deactive linkage sets. Commit 5c3c6d7 added some code to transmit a FIG0/6 CEI, but this was subsequently reverted because it was not tested enough. -Announcement of other frequencies on which to find programmes using FIG 0/21 is -also missing. Inputs for packet data ---------------------- diff --git a/configure.ac b/configure.ac index cf52e05..ed9ece3 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # along with ODR-DabMux. If not, see . AC_PREREQ(2.61) -AC_INIT([ODR-DabMux], [1.2.1], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMux], [1.2.2], [matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE([-Wall subdir-objects foreign]) -- cgit v1.2.3