diff --git a/debian/changelog b/debian/changelog index badd3f7..cd5a8ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,41 @@ -dump1090-fa (3.8.0~dev) UNRELEASED; urgency=medium +dump1090-fa (3.8.0) UNRELEASED; urgency=medium - * in development + * general: Added support for building on Buster. + * general: Replace use of usleep with nanosleep (PR #53) - -- Oliver Jowett Thu, 07 Nov 2019 10:40:10 +0800 + * dump1090: When applying CRC correction to a DF11 message, assume that the interrogator + overlay value was 0 (e.g. as in an acquisiton squitter) and use the full 24-bit syndrome + to correct errors; do not zero out the low 7 bits of the syndrome. + * dump1090: Changes in aircraft tracking to try to reduce the number of bogus aircraft seen + due to noise; this replaces the crude "require 2 messages" metric used previously. + * dump1090: Added a new statistic for "unreliable tracks", aircraft that were tracked but + which never passed the threshold for being considered a real aircraft. + * dump1090: Added support for per-connection verbatim mode. "--net-verbatim" now controls the + default connection setting, and the per-connection mode can be changed by a Beast settings + command. + * dump1090: Replaced "--aggressive" with "--fix --fix" for 2-bit CRC correction; include + support for this in the standard build. 2-bit corrected messages are only emitted on + verbatim connections. + * dump1090: Update package default options: include "--fix", increase "--net-ro-size", + decrease "--net-ro-interval", remove a duplicated "--net-bo-port" option. + * dump1090: Fixes to CPR decoding when multiple position sources (e.g. ADS-B and MLAT) are + being simultaneously received (PR #55) + * dump1090: Track ADS-B, ADS-R, and TIS-B versions independently; use the appropriate version + when decoding version-dependent messages. + + * view1090: Include ADS-B version in interactive display + * view1090: Display a warning in the header in interactive mode if the dump1090 connection + has been lost + * view1090: Request verbatim mode when connecting to dump1090 + * view1090: Exit on connection loss in --no-interactive mode + + * SkyAware: Corrected icon selection for some aircraft types + * SkyAware: Fixed display of settings checkboxes on high-DPI displays (PR #54) + * SkyAware: Fixes to info box display (PR #51) + * SkyAware: Hide scroll bar when not needed (PR #22) + * SkyAware: Update aircraft registry to 20191216 + + -- Oliver Jowett Thu, 07 Nov 2019 10:40:10 +0800 dump1090-fa (3.7.2) stable; urgency=medium