aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2019-11-18 15:59:15 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2019-11-18 15:59:15 +0100
commit814ec3abaede73ea38c7130333c7bc0a18e05d91 (patch)
treede34dccd04a354e34fc3915c290ac6610d24881b
parent34cd833198b2edab8ebb537c1cf598c1e850c437 (diff)
downloadODR-SourceCompanion-814ec3abaede73ea38c7130333c7bc0a18e05d91.tar.gz
ODR-SourceCompanion-814ec3abaede73ea38c7130333c7bc0a18e05d91.tar.bz2
ODR-SourceCompanion-814ec3abaede73ea38c7130333c7bc0a18e05d91.zip
Prepare v0.5.1v0.5.1
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index dfe19f0..aa73bb3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2019-11-18: Matthias P. Braendli <matthias@mpb.li>
+ (v0.5.1):
+ Improve alignment of frames inside the superframe,
+ to guarantee proper alignment in case of network
+ glitch.
+ Minor bugfixes.
+
2019-11-15: Matthias P. Braendli <matthias@mpb.li>
(v0.5.0):
Use common code from
diff --git a/configure.ac b/configure.ac
index 47b1477..5cfc18e 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.0], [http://opendigitalradio.org/])
+AC_INIT([ODR-SourceCompanion], [0.5.1], [http://opendigitalradio.org/])
AC_CONFIG_AUX_DIR(.)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([tar-ustar foreign])