From 13c6583d4ee44e5b9785385e528de695e4744d11 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 29 May 2018 14:16:45 +0200 Subject: Prepare v2.1.0 --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 90304d3..0ade8df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,14 @@ This file contains information about the changes done to ODR-DabMod in this repository +2018-05-29: Matthias P. Braendli + (v2.1.0): + Add s16 output format. + Add compilation target for the EasyDABv3, which + doesn't have boost and requires constellation points + output. This required changing the configuration file parser. + Avoid RC crash when setting invalid values. + 2018-03-21: Matthias P. Braendli (v2.0.0): Big rework of the SDR device handling, putting in common more diff --git a/configure.ac b/configure.ac index 8691914..30324a0 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # along with ODR-DabMod. If not, see . AC_PREREQ(2.69) -AC_INIT([ODR-DabMod], [2.0.0], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMod], [2.1.0], [matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_SYSTEM -- cgit v1.2.3