diff options
-rw-r--r-- | AUTHORS | 23 | ||||
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.ac | 4 |
3 files changed, 24 insertions, 11 deletions
@@ -1,10 +1,10 @@ Jean-Daniel Langlois <> for the Communications Research Centre, Ottawa, Canada, 2002: - Fisrt version of DabMux.cpp (a.k.a. createETI.cpp) + First version of DabMux.cpp (a.k.a. createETI.cpp) Pascal Charest <pascal [dot] charest [at] crc [dot] ca> for the Communications Research Centre, Ottawa, Canada, 2002-2009: - All files. + Principal developer and maintainer of CRC-DABMUX Jean-Michel Bouffard <jean-michel [dot] bouffard [at] crc [dot] ca> for the Communications Research Centre, Ottawa, Canada, 2004: @@ -17,12 +17,17 @@ the Communications Research Centre, Ottawa, Canada, 2004, 2006: FarSite Communications Ltd. All files included in lib/farsite/ -Matthias P. Braendli <matthias [at] mpb [dot] li> - Time encoding into MNSC necessary for SFN using CRC-DabMod. - Refactoring of configuration input for command line. - Creation of a configuration file format. - ZeroMQ ETI output. - ZeroMQ DAB+ input with buffer monitoring (munin) +Robin Alexander + Improvements on the Web GUI + +Matthias P. Braendli <matthias [at] mpb [dot] li> for +Opendigitalradio, since 2012: + Configuration file + Time encoding into necessary for SFN using ODR-DabMod and third-party modulators + Service linking, announcements, frequency information + EDI inputs and outputs + Improved logging (syslog) and monitoring Remote Control - Improved logging (syslog) + ZeroMQ ETI output and contribution inputs + STI/D UDP input @@ -1,6 +1,14 @@ This file contains information about the changes done to ODR-DabMux in this repository +2022-03-15: Matthias P. Braendli <matthias@mpb.li> + (v4.1.0): + Improve EDI input. + Fix crash when FIG0/7 doesn't have enough space. + Fix FIG0/6 (service linking) database continuation flag. + Simplify compilation on ARM. + Rework web GUI (Thanks to Robin) + 2021-06-03: Matthias P. Braendli <matthias@mpb.li> (v4.0.0): Incompatible change: Replace EDI packet interleaving by packet spreading (changes configuration diff --git a/configure.ac b/configure.ac index 1bda2a6..c58f456 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Copyright (C) 2008, 2009 Her Majesty the Queen in Right of Canada # (Communications Research Center Canada) # -# Copyright (C) 2020 Matthias P. Braendli, http://opendigitalradio.org +# Copyright (C) 2022 Matthias P. Braendli, http://opendigitalradio.org # This file is part of ODR-DabMux. # @@ -19,7 +19,7 @@ # along with ODR-DabMux. If not, see <http://www.gnu.org/licenses/>. AC_PREREQ([2.69]) -AC_INIT([ODR-DabMux],[4.0.0],[matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMux],[4.1.0],[matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_TARGET |