diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | README.md | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 12 insertions, 3 deletions
@@ -1,6 +1,14 @@ This file contains information about the changes done to the ODR-DabMod in this repository +2015-01-24: Matthias P. Braendli <matthias@mpb.li> + (v0.5.1) + * odr-dabmod: + Security: force Telnet RC to listen only on + localhost. + Add raspine's ZeroMQ RC and UHD staticdelay setting + Add I/Q format converter (signed 8-bit) + 2014-12-09: Matthias P. Braendli <matthias@mpb.li> (v0.5.0) * odr-dabmod: @@ -16,8 +16,9 @@ In addition to the features of CRC-DabMod, this fork contains: - A FIR filter (previously done in GNURadio by crc-dwap.py) - Improvements in logging (log to file, to syslog) - ETI sources: file (Raw, Framed and Streamed) and ZeroMQ -- A Telnet remote-control that can be used to change some parameters during - runtime +- A Telnet and ZeroMQ remote-control that can be used to change + some parameters during runtime +- 8-bit signed I/Q output format The src/ directory contains the source code of ODR-DabMod. diff --git a/configure.ac b/configure.ac index 739f54a..3f21f89 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.59) -AC_INIT([ODR-DabMod], [0.5.0], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMod], [0.5.1], [matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE([-Wall foreign]) |