From 4f2fcae5ad028b76ac1d41a279857df85f20c376 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 18 Nov 2017 03:32:53 +0100 Subject: Prepare v1.1.0 --- ChangeLog | 11 +++++++++++ README.md | 10 +++++----- configure.ac | 2 +- 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index f2e0c6c..5b6e52a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,17 @@ This file contains information about the changes done to ODR-DabMod in this repository +2017-11-18: Matthias P. Braendli + (v1.1.0): + Fix TII insertion power level. + Fix bug in parsing timestamps appearing in rare conditions. + Add Crest Factor Reduction prototype. + Cleanup console output of flowgraph statistics. + Add prototype for Digital Predistortion. + Enable some additional compiler warnings. + Add some useful UHD statistics to RC. + Add configure option to disable march=native. + 2017-06-05: Matthias P. Braendli (v1.0.1): Move GainControl into a separate thread to make better use diff --git a/README.md b/README.md index 8b622c7..4711028 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ OVERVIEW ======== ODR-DabMod is a *DAB (Digital Audio Broadcasting)* modulator compliant -to ETSI EN 300 401. It is the continuation of the work started by which was -developed by the Communications Research Center Canada on CRC-DabMod, and -is now pursued in the +to ETSI EN 300 401. It is the continuation of the work started by +the Communications Research Center Canada, and is now pursued in the [Opendigitalradio project](http://opendigitalradio.org). -ODR-DabMod is part of the ODR-mmbTools tool set. More information about the +ODR-DabMod is part of the ODR-mmbTools tool-set. More information about the ODR-mmbTools is available in the *guide*, available on the [Opendigitalradio mmbTools page](http://www.opendigitalradio.org/mmbtools). -Short list of features: +Features +-------- - Reads ETI and EDI, outputs compliant COFDM I/Q - Supports native DAB sample rate and can also resample to other rates diff --git a/configure.ac b/configure.ac index 0c07732..6b58d3f 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], [1.0.1], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMod], [1.1.0], [matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_SYSTEM -- cgit v1.2.3