summarylogtreecommitdiffstats
path: root/mlat-client-git.changelog
diff options
context:
space:
mode:
Diffstat (limited to 'mlat-client-git.changelog')
-rw-r--r--mlat-client-git.changelog57
1 files changed, 57 insertions, 0 deletions
diff --git a/mlat-client-git.changelog b/mlat-client-git.changelog
index 1c0b00ee00f5..7107801711fd 100644
--- a/mlat-client-git.changelog
+++ b/mlat-client-git.changelog
@@ -1,3 +1,60 @@
+mlat-client (0.2.10) stable; urgency=medium
+
+ * Fix handling of special (synthetic mlat / zero) message timestamps
+ * Fix handling of Radarcape UTC midnight timestamp rollover
+ * Fix typo in feet/meters conversion
+ * Increase listen queue size on listening output sockets
+ * Add a message timing correlation script
+
+ -- Oliver Jowett <oliver@mutability.co.uk> Thu, 02 Nov 2017 13:11:26 +0000
+
+mlat-client (0.2.9) stable; urgency=medium
+
+ * Fix jsonclient result path (github issue #18)
+
+ -- Oliver Jowett <oliver@mutability.co.uk> Mon, 03 Apr 2017 13:29:01 +0100
+
+mlat-client (0.2.8) stable; urgency=medium
+
+ * Mode A/C support
+ * DF18 trackfile identifier support for Mode A/C results
+ * Radarcape position message support
+ * Update Beast-format timestamp adjustments to match the behavior of
+ the Beast/Radarcape. This effectively only changes Mode A/C.
+
+ -- Oliver Jowett <oliver@mutability.co.uk> Mon, 16 Jan 2017 14:14:29 +0000
+
+mlat-client (0.2.7) stable; urgency=medium
+
+ * Add --no-anon-results option
+
+ -- Oliver Jowett <oliver@mutability.co.uk> Tue, 25 Oct 2016 23:42:40 +0100
+
+mlat-client (0.2.6) stable; urgency=medium
+
+ * Fix missing METH_KEYWORDS that would cause a crash on amd64
+ * Use sendto, not connect/send, for the UDP transport so that the
+ UDP source address follows any routing changes that happen
+
+ -- Oliver Jowett <oliver@mutability.co.uk> Wed, 27 Jul 2016 17:09:36 +0100
+
+mlat-client (0.2.5) stable; urgency=medium
+
+ * Overhaul of the extension module to allow much more filtering to happen
+ before messages are passed to the Python layer
+ * Autodetect input format where possible
+ * Generate results as DF18 TIS-B, not DF17
+ * Support generating DF18 "anonymous address" results
+ * Don't fail entirely if a result output listener can't be created
+ * IPv6 support
+ * Interpret Radarcape status messages and change clock mode based on GPS
+ status
+ * Send a settings message on Beast-format connections so that (if the
+ other end understands them) we get only the specific messages we care
+ about
+
+ -- Oliver Jowett <oliver@mutability.co.uk> Fri, 15 Jul 2016 13:13:03 +0100
+
mlat-client (0.2.4) unstable; urgency=medium
* Better periodic stats logging.