From fcbf32dc4997e4790e0e56ceed12c1f2f1c81e12 Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Wed, 9 May 2018 17:34:20 +0100 Subject: [PATCH] Prepare for 3.6.0 release --- debian/changelog | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 206c386..fb398f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,23 @@ -dump1090-fa (3.6.0~dev) UNRELEASED; urgency=medium +dump1090-fa (3.6.0) stable; urgency=medium - * In development + * dump1090: implement speculative decoding for Comm-B messages, capturing + most of the Mode S EHS data: + BDS 1,0 (datalink capabilities); BDS 1,7 (GICB capabilities); + BDS 2,0 (aircraft identification); BDS 3,0 (ACAS RA); + BDS 4,0 (vertical intention); BDS 5,0 (track and turn); + BDS 6,0 (heading and speed) + * dump1090: implement decoding of most of DO-260A/DO-260B including + ADS-B version, autopilot settings, NIC/Rc, NAC, SIL, GVA, etc. + * dump1090: aircraft state tracking overhaul; track data age in milliseconds + * dump1090: emit newly decoded fields in aircraft.json + * Skyview: experimental display of new fields, disabled by default; to + enable, set ExtendedData = true in config.js or add #extended to the URL + * Skyview: Remove obsolete chartbundle WAC layer, add heli layer + * Skyview: Remove Mapzen layer as Mapzen is shutting down + * faup1090: Restructure emitted data to include data age and source + * faup1090: Include newly decoded fields in reports + * dump1090, faup1090: fix use of snprintf to correctly handle buffer overruns + * dump1090: don't bother tracking ICAO 000000 -- Oliver Jowett Mon, 19 Jun 2017 11:11:59 -0500