diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,6 +1,14 @@ This file contains information about the changes done to ODR-DabMod in this repository +2018-05-29: Matthias P. Braendli <matthias@mpb.li> + (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 <matthias@mpb.li> (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 <http://www.gnu.org/licenses/>. 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 |