From 0946d5165d8d142b38148aa2013762fec3f87fd8 Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Thu, 7 Mar 2019 18:44:26 +0000 Subject: [PATCH] changelog --- debian/changelog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 698e6ba..a0873c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,14 @@ dump1090-fa (3.7.0~dev) UNRELEASED; urgency=medium * in development + * Skyview: don't spin forever if there's no history to load / receiver.json + is missing + * Skyview: use heading data for icon orientation if track data is unavailable + * Bail out if rtlsdr_read_async() returns early; it probably means we lost + the USB device. There was a workaround for this (originally implemented + in dump1090-mutability) that got lost in the refactoring needed to support + different SDRs. librtlsdr can still be flaky under disconnect conditions, so + this won't catch everything. -- Oliver Jowett Mon, 04 Mar 2019 15:36:16 +0000