aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
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 <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