From 93e517110ee27a45bfb6827ffacb4ae27fdb64e1 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 2 Feb 2022 12:49:33 +0100 Subject: Prepare v2.5.0 --- ChangeLog | 7 +++++++ configure.ac | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3f4f323..a0d99dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,13 @@ This file contains information about the changes done to ODR-DabMod in this repository +2022-02-02: Matthias P. Braendli + (v2.5.0): + Add support for BladeRF devices. + Improve EDI input. + Improve compilation on arm devices. + Avoid stalling the input when FFTW planner takes too much time. + 2021-02-22: Matthias P. Braendli (v2.4.2): Fix some compilation issues for GCC 10 and due to missing includes. diff --git a/configure.ac b/configure.ac index 001177c..7dc7bb5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 Her Majesty the # Queen in Right of Canada (Communications Research Center Canada) -# Copyright (C) 2020 Matthias P. Braendli, http://opendigitalradio.org +# Copyright (C) 2022 Matthias P. Braendli, http://opendigitalradio.org # This file is part of ODR-DabMod. # @@ -19,7 +19,7 @@ # along with ODR-DabMod. If not, see . AC_PREREQ([2.69]) -AC_INIT([ODR-DabMod],[2.4.2],[matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMod],[2.5.0],[matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_TARGET -- cgit v1.2.3