From 8912158484d7e75f5e8c343ac33ca98f3e6f7f50 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 24 Jan 2015 11:21:16 +0100 Subject: Prepare release v0.5.1 --- ChangeLog | 8 ++++++++ README.md | 5 +++-- configure.ac | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index e005721..d13be34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 + (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 (v0.5.0) * odr-dabmod: diff --git a/README.md b/README.md index 8ea87c9..292bba5 100644 --- a/README.md +++ b/README.md @@ -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 . 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]) -- cgit v1.2.3