diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 8 insertions, 2 deletions
@@ -1,6 +1,12 @@ This file contains information about the changes done to ODR-EDI2EDI in this repository +2021-06-14: Matthias P. Braendli <matthias@mpb.li> + (v0.4.0): + Fix UDP output packet spreading. + Add -A option. + Pull in lots of changes from common code. + 2020-10-28: Matthias P. Braendli <matthias@mpb.li> (v0.3.0): Automatically reconnect to source diff --git a/configure.ac b/configure.ac index 2e3a4b2..b7918a5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ -# Copyright (C) 2020 Matthias P. Braendli, http://opendigitalradio.org +# Copyright (C) 2021 Matthias P. Braendli, http://opendigitalradio.org AC_PREREQ(2.69) -AC_INIT([ODR-EDI2EDI], [0.3.0], [matthias.braendli@mpb.li]) +AC_INIT([ODR-EDI2EDI], [0.4.0], [matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_SYSTEM |