This file contains information about the changes done to
the tools in this repository

2026-03-11: Matthias P. Braendli <matthias@mpb.li>
	(v0.10.0):
		Add UDP input merge/switch.
		Fix PFT decoding issue that can lead to crashes when fragments are missing.
		Fix ZMQ regeneration for EasyDabv2.

2025-11-17: Matthias P. Braendli <matthias@mpb.li>
	(v0.9.2):
		Fix race condition that can lead to crashes related to stats.
		Replace TCP Keepalive with internal timeout.
		Add options for pre-roll burst and receive timeout.
		Improve logging.

2025-08-11: Matthias P. Braendli <matthias@mpb.li>
	(v0.9.1):
		Fix CRC duplication inside reconstructed AF packet.
		Improve command line parsing for interleave and -t.

2025-05-19: Matthias P. Braendli <matthias@mpb.li>
	(v0.9.0):
		Make EDI settings configurable per-output, and remove PFT override options.
		Add HTTP server for stats in JSON format.
		Change zmq converter -Z to -z and clarify usage.

2025-03-18: Matthias P. Braendli <matthias@mpb.li>
	(v0.8.0):
		Add stats for EDI/TCP outputs.

2025-02-26: Matthias P. Braendli <matthias@mpb.li>
	(v0.7.0):
		Rename binaries to more consistent names:
		digris-edi-tcp-converter digris-edi-udp-converter digris-zmq-converter
		Add EDI/TCP output, for a TCP-TCP proxy functionality.
		Add --no-drop-late, --with-pft, --without-pft options.

2024-07-17: Matthias P. Braendli <matthias@mpb.li>
	(v0.6.0):
		Rename project to digris-contrib-distrib-bridge, and
		rename binaries.
		Add digris-edimcast2edi tool for EDI/UDP to EDI/TCP conversion.
		Add DVB MPE and GSE deframing for sat reception.
		Move zmq2edi into this repo as digris-zmq-converter, also add
		EDI2ZMQ functionality.

2023-03-25: Matthias P. Braendli <matthias@mpb.li>
	(v0.5.1):
		Replace f-strings in edi2edi_remote.py

2022-10-04: Matthias P. Braendli <matthias@mpb.li>
	(v0.5.0):
		Rework backoff, implement source switching, source merging.
		Add stats and remote control.
		Update common code (includes EDI input and output improvements).

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

2020-09-23: Matthias P. Braendli <matthias@mpb.li>
	(v0.2.0):
		Mostly minor fixes

2020-05-06: Matthias P. Braendli <matthias@mpb.li>
	(v0.1.0):
		First working version

2020-04-28: Matthias P. Braendli <matthias@mpb.li>
	(v0.0.1):
		Project creation
