summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2019-10-29 16:42:54 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2019-10-29 16:42:54 +0100
commitca773982f97d30789a2954c149585f0869019b09 (patch)
treee88e502b90185a481a7ac6eed0ee84cff8ff2dec /ChangeLog
parent4a55c7e123dee0f606b84f8c7599e5ce581ad828 (diff)
downloaddabmux-8a17d70922860e626a64b23da3d1e20ee846c638.tar.gz
dabmux-8a17d70922860e626a64b23da3d1e20ee846c638.tar.bz2
dabmux-8a17d70922860e626a64b23da3d1e20ee846c638.zip
Prepare v3.0.0v3.0.0
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 307023f..9448749 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,21 @@
This file contains information about the changes done to
ODR-DabMux in this repository
+2019-10-29: Matthias P. Braendli <matthias@mpb.li>
+ (v3.0.0):
+ Add EDI input with support for timestamps, which requires a change
+ in the configuration file format for the input specification. This
+ marks the beginning of a transition away from the ZMQ contribution
+ protocol towards the standard EDI, including EDI-over-TCP.
+ Move code shared with other mmbTools into a separate `common`
+ repository.
+ Change default TAI clock cache storage location to
+ `/var/tmp/odr-leap-seconds.cache`.
+ Add encoder version and uptime to stats if available (carried over
+ EDI, not ZMQ).
+ Fix nonblocking file input.
+ Modify ODR-zmq2edi and ODR-zmq2farsync timeout behaviour.
+
2019-06-25: Matthias P. Braendli <matthias@mpb.li>
(v2.4.1):
Fix bug when odr-zmq2edi is used with more than one destination.