aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2020-04-27 15:03:33 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2020-04-27 15:03:33 +0200
commit9a30ccf89e93f970832465ae1c443c684ba9e0bf (patch)
tree074456eb11a639873d89060bf8dc9d0a84717d55
parenteefac4b3742458d912c661973c91f70cc0c551b8 (diff)
downloadODR-SourceCompanion-9a30ccf89e93f970832465ae1c443c684ba9e0bf.tar.gz
ODR-SourceCompanion-9a30ccf89e93f970832465ae1c443c684ba9e0bf.tar.bz2
ODR-SourceCompanion-9a30ccf89e93f970832465ae1c443c684ba9e0bf.zip
Prepare v0.6.0v0.6.0
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index aa73bb3..5e06ee1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2020-04-27: Matthias P. Braendli <matthias@mpb.li>
+ (v0.6.0):
+ Timestamp the arrival of UDP packets and use for EDI.
+ Add --identifier option.
+ Download TAI bulletin before expiry.
+ Handle disconnection / auto reconnection in EDI/TCP output.
+
2019-11-18: Matthias P. Braendli <matthias@mpb.li>
(v0.5.1):
Improve alignment of frames inside the superframe,
diff --git a/configure.ac b/configure.ac
index 64aedf3..153e4ad 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.5.1], [http://opendigitalradio.org/])
+AC_INIT([ODR-SourceCompanion], [0.6.0], [http://opendigitalradio.org/])
AC_CONFIG_AUX_DIR(.)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([tar-ustar foreign])