From 59e3d57ec0772d0dc5d7cde5a02130548a584840 Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Thu, 2 Nov 2017 13:13:34 +0000 Subject: [PATCH] Release 0.2.10 --- debian/changelog | 10 ++++++++++ mlat/client/version.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index aa2c22c..7107801 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +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 Thu, 02 Nov 2017 13:11:26 +0000 + mlat-client (0.2.9) stable; urgency=medium * Fix jsonclient result path (github issue #18) diff --git a/mlat/client/version.py b/mlat/client/version.py index 802b566..84c98da 100644 --- a/mlat/client/version.py +++ b/mlat/client/version.py @@ -18,4 +18,4 @@ """Just a version constant!""" -CLIENT_VERSION = "0.2.9" +CLIENT_VERSION = "0.2.10"