diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-06-05 11:45:58 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-06-05 11:45:58 +0200 |
commit | 7378fc903a26f779c48114e6305a89e59a3285d6 (patch) | |
tree | cc55ea0a8b9a6e557f03467991412a02e4b687a0 | |
parent | 7610a41afe910df6426aa09eae5aad7431d69e36 (diff) | |
download | dabmux-7378fc903a26f779c48114e6305a89e59a3285d6.tar.gz dabmux-7378fc903a26f779c48114e6305a89e59a3285d6.tar.bz2 dabmux-7378fc903a26f779c48114e6305a89e59a3285d6.zip |
Prepare v1.2.2v1.2.2
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | INSTALL.md | 2 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | TODO | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
5 files changed, 9 insertions, 5 deletions
@@ -1,6 +1,12 @@ This file contains information about the changes done to ODR-DabMux in this repository +2017-06-05: Matthias P. Braendli <matthias@mpb.li> + (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 <matthias@mpb.li> (v1.2.1): Bugfix for illegal memory access in EDI PFT layer. @@ -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 @@ -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 @@ -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 <http://www.gnu.org/licenses/>. 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]) |