aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2022-06-09 08:45:55 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2022-06-09 08:58:05 +0200
commitfe2c5e875e6410376f4dc2e9257b3beaf52d33e0 (patch)
treed9b723826a59a47ca6f81afaff739e5646451b60
parent94367aff7ccebd8943a6bb0524fa6ff7f7c6d4cc (diff)
downloadODR-SourceCompanion-fe2c5e875e6410376f4dc2e9257b3beaf52d33e0.tar.gz
ODR-SourceCompanion-fe2c5e875e6410376f4dc2e9257b3beaf52d33e0.tar.bz2
ODR-SourceCompanion-fe2c5e875e6410376f4dc2e9257b3beaf52d33e0.zip
Prepare v1.2.0v1.2.0
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8037258..b093d0a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-06-09: Matthias P. Braendli <matthias@mpb.li>
+ (v1.2.0):
+ Fix issue, process blocking on missing PAD data.
+ Add startupcheck.
+ Improve EDI output and other common code.
+
2021-01-23: Matthias P. Braendli <matthias@mpb.li>
(v1.1.0):
Update common code with some EDI output changes and internal improvements.
diff --git a/configure.ac b/configure.ac
index 0a2aaa5..d0016c2 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.1.0], [http://opendigitalradio.org/])
+AC_INIT([ODR-SourceCompanion], [1.2.0], [http://opendigitalradio.org/])
AC_CONFIG_AUX_DIR(.)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([tar-ustar foreign])