From fe2c5e875e6410376f4dc2e9257b3beaf52d33e0 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Thu, 9 Jun 2022 08:45:55 +0200 Subject: Prepare v1.2.0 --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8037258..b093d0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2022-06-09: Matthias P. Braendli + (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 (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]) -- cgit v1.2.3