Changelog, version bump
This commit is contained in:
parent
77c8f9aafa
commit
18c0758a67
16
debian/changelog
vendored
16
debian/changelog
vendored
|
@ -1,14 +1,22 @@
|
||||||
dump1090-fa (3.7.0~dev) UNRELEASED; urgency=medium
|
dump1090-fa (3.7.0) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* in development
|
* dump1090: Fix Rc decoding errors
|
||||||
|
* dump1090: Compute ADS-B v0 NACp/SIL
|
||||||
|
* dump1090: When generating aircraft.json, leave space for the final line;
|
||||||
|
otherwise the generated json may have trailing garbage
|
||||||
|
* dump1090: Don't update the known-address-set from DF18 messages
|
||||||
|
* Skyview: use heading data for icon orientation if track data is unavailable
|
||||||
* Skyview: don't spin forever if there's no history to load / receiver.json
|
* Skyview: don't spin forever if there's no history to load / receiver.json
|
||||||
is missing
|
is missing
|
||||||
* Skyview: use heading data for icon orientation if track data is unavailable
|
* dump1090: Bail out if rtlsdr_read_async() returns early; it probably means we lost
|
||||||
* Bail out if rtlsdr_read_async() returns early; it probably means we lost
|
|
||||||
the USB device. There was a workaround for this (originally implemented
|
the USB device. There was a workaround for this (originally implemented
|
||||||
in dump1090-mutability) that got lost in the refactoring needed to support
|
in dump1090-mutability) that got lost in the refactoring needed to support
|
||||||
different SDRs. librtlsdr can still be flaky under disconnect conditions, so
|
different SDRs. librtlsdr can still be flaky under disconnect conditions, so
|
||||||
this won't catch everything.
|
this won't catch everything.
|
||||||
|
* dump1090: add ENABLED to /etc/default/dump1090-fa
|
||||||
|
* dump1090: track FMS and MCP selected altitudes separately
|
||||||
|
* skyview: use whichever selected altitude is available
|
||||||
|
* faup1090: updates to support PiAware 3.7.0
|
||||||
|
|
||||||
-- Oliver Jowett <oliver@mutability.co.uk> Mon, 04 Mar 2019 15:36:16 +0000
|
-- Oliver Jowett <oliver@mutability.co.uk> Mon, 04 Mar 2019 15:36:16 +0000
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue