From af0dfd303377961cb1222a15bb92a7c346b3b305 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 23 Sep 2020 09:07:52 +0200 Subject: Prepare v1.0.0 --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b74ee5a..14582b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2020-09-23: Matthias P. Braendli + (v1.0.0): + Replacement of PAD fifo with a socket, offering bidirectional + communication with ODR-PadEnc. + Add --version option. + 2020-06-30: Matthias P. Braendli (v0.6.1): Remove regular 'frames received' message. diff --git a/configure.ac b/configure.ac index 808c694..90aaea7 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], [0.6.1], [http://opendigitalradio.org/]) +AC_INIT([ODR-SourceCompanion], [1.0.0], [http://opendigitalradio.org/]) AC_CONFIG_AUX_DIR(.) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([tar-ustar foreign]) -- cgit v1.2.3