diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2021-06-14 10:49:43 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2021-06-14 10:49:43 +0200 |
commit | 6bea885720b84039e714b44baf15a56c27c86767 (patch) | |
tree | a8844810cbdbc68b1ba48b0e1e69d2d046d73df3 | |
parent | 5bbf58b0252a840934a464746fc3275959a37a02 (diff) | |
download | ODR-EDI2EDI-6bea885720b84039e714b44baf15a56c27c86767.tar.gz ODR-EDI2EDI-6bea885720b84039e714b44baf15a56c27c86767.tar.bz2 ODR-EDI2EDI-6bea885720b84039e714b44baf15a56c27c86767.zip |
-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 |