diff options
| author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2021-06-03 09:46:43 +0200 | 
|---|---|---|
| committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2021-06-03 09:52:01 +0200 | 
| commit | c1f2a58fd909071f0f6cfe98ab9c33bcf2c68bdb (patch) | |
| tree | 86d03a08ab04aacb523bfae8e4d26b0b9eb41f26 | |
| parent | 1d5d7ca96aaafbac9cab5511858173a2712dce87 (diff) | |
| download | dabmux-c1f2a58fd909071f0f6cfe98ab9c33bcf2c68bdb.tar.gz dabmux-c1f2a58fd909071f0f6cfe98ab9c33bcf2c68bdb.tar.bz2 dabmux-c1f2a58fd909071f0f6cfe98ab9c33bcf2c68bdb.zip  | |
Prepare v4.0.0v4.0.0
| -rw-r--r-- | ChangeLog | 11 | ||||
| -rw-r--r-- | configure.ac | 2 | 
2 files changed, 12 insertions, 1 deletions
@@ -1,6 +1,17 @@  This file contains information about the changes done to  ODR-DabMux in this repository +2021-06-03: Matthias P. Braendli <matthias@mpb.li> +	(v4.0.0): +		Incompatible change: Replace EDI packet interleaving by packet spreading (changes configuration +		file format for ODR-DabMux and command line options for zmq2edi). +		Add configurability for EDI UDP multicast input. +		Simplify FIG 0/9, avoid sending an empty subfield list. +		FIG 0/13 improvements for packet services, deprecate 'figtype' component setting which is replaced by 'user-application'. +		Improvements for timestamped input. +		Add --version command line option to all tools. +		EDI output: make transport addressing optional. +  2020-05-26: Matthias P. Braendli <matthias@mpb.li>  	(v3.1.1):  		Fix FIG2 segment count issue. diff --git a/configure.ac b/configure.ac index e2383a1..1bda2a6 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@  # along with ODR-DabMux.  If not, see <http://www.gnu.org/licenses/>.  AC_PREREQ([2.69]) -AC_INIT([ODR-DabMux],[3.1.1],[matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMux],[4.0.0],[matthias.braendli@mpb.li])  AC_CONFIG_AUX_DIR([build-aux])  AC_CONFIG_MACRO_DIR([m4])  AC_CANONICAL_TARGET  | 
