From 398081ba13003b963f9ac9abc5c8df9b4968d3e9 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 26 Sep 2014 12:06:05 +0200 Subject: Prepare v0.4.5 --- ChangeLog | 7 +++++++ README | 2 +- configure.ac | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0d6a15c..28a9f04 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,13 @@ This file contains information about the changes done to the ODR-DabMod in this repository +2014-09-26: Matthias P. Braendli + (v0.4.5) + * odr-dabmod: + Change UHD normalisation to reduce risk of nonlinearities. + Add digital gain setting to RC. + Fix handling of timestamps when using ZMQ input, for the SFN + scenario. 2014-05-20: Matthias P. Braendli (v0.4.4) * odr-dabmod: diff --git a/README b/README index cf0039f..05290d9 100644 --- a/README +++ b/README @@ -14,7 +14,7 @@ In addition to the features of CRC-DabMod, this fork contains: - Timestamping support required for SFN - 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 (one frame per message) +- ETI sources: file (Raw, Framed and Streamed) and ZeroMQ - A Telnet remote-control that can be used to change some parameters during runtime diff --git a/configure.ac b/configure.ac index a6f9ac3..9b8bcb7 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.4.4], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMod], [0.4.5], [matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE([-Wall]) -- cgit v1.2.3