aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2021-01-23 09:58:19 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2021-01-23 09:58:19 +0100
commite09efacb85e9dafe0ad6e837d8c52178c3f908ab (patch)
tree81d7446ddbabc91794d72ca02ab76ba42096c5eb
parentb8002ab0a7767bd8e983d91009674520677e810f (diff)
downloadODR-SourceCompanion-e09efacb85e9dafe0ad6e837d8c52178c3f908ab.tar.gz
ODR-SourceCompanion-e09efacb85e9dafe0ad6e837d8c52178c3f908ab.tar.bz2
ODR-SourceCompanion-e09efacb85e9dafe0ad6e837d8c52178c3f908ab.zip
Prepare v1.1.0v1.1.0
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 14582b2..8037258 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-01-23: Matthias P. Braendli <matthias@mpb.li>
+ (v1.1.0):
+ Update common code with some EDI output changes and internal improvements.
+ Fix command line option parsing on ARM and other platforms where char is unsigned.
+
2020-09-23: Matthias P. Braendli <matthias@mpb.li>
(v1.0.0):
Replacement of PAD fifo with a socket, offering bidirectional
diff --git a/configure.ac b/configure.ac
index 90aaea7..0a2aaa5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl -*- Autoconf -*-
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([ODR-SourceCompanion], [1.0.0], [http://opendigitalradio.org/])
+AC_INIT([ODR-SourceCompanion], [1.1.0], [http://opendigitalradio.org/])
AC_CONFIG_AUX_DIR(.)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([tar-ustar foreign])