236 lines
10 KiB
Plaintext
236 lines
10 KiB
Plaintext
dump1090-fa (3.7.1) stable; urgency=medium
|
|
|
|
* dump1090: TSV buffer overflow fix/increase max TSV packet size
|
|
* dump1090: Fix incorrect mode_s bit number usage
|
|
* dump1090: Rework use of pkg-config to work around librtlsdr packaging bugs
|
|
in Ubuntu distro
|
|
* dump1090: Minimal polyfill to support building older bladeRF libs
|
|
* dump1090: Add COMMB_AMBIGUOUS enum type for Comm-B messages we're unsure of
|
|
* dump1090: Comm-b message decoding updates
|
|
* dump1090: Require more fields to be populated in BDS5,0/BDS6,0 before accepting
|
|
* dump1090: Update aircraft DB to 20190502
|
|
* dump1090: Doc/README updates
|
|
|
|
-- Eric Tran <eric.tran@flightaware.com> Fri, 03 May 2019 12:35:00 -6000
|
|
|
|
dump1090-fa (3.7.0.1) stable; urgency=medium
|
|
|
|
* dump1090: Fix piaware lat/lon variable
|
|
|
|
-- Eric Tran <eric.tran@flightaware.com> Fri, 29 Mar 2019 7:04:00 -6000
|
|
|
|
dump1090-fa (3.7.0) stable; urgency=medium
|
|
|
|
* 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
|
|
is missing
|
|
* dump1090: 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.
|
|
* 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> Fri, 22 Mar 2019 15:58:04 +0000
|
|
|
|
dump1090-fa (3.6.3) stable; urgency=medium
|
|
|
|
* Fix port 30003 output (Basestation) timestamp formatting broken in 3.6.0
|
|
* Ignore altitudes in DF17 "airborne" positions with airGround = ground
|
|
* SkyView layout change and proper support for extended data fields
|
|
|
|
-- Oliver Jowett <oliver@mutability.co.uk> Tue, 11 Sep 2018 14:52:20 +0100
|
|
|
|
dump1090-fa (3.6.2) stable; urgency=medium
|
|
|
|
* Update SkyView flags for Libya, Serbia, Montenegro
|
|
* Improve handling of bad callsigns in ADS-B messages
|
|
* Update FlightAware aircraft static data export
|
|
* Add --direct option to enable rtlsdr direct sampling mode
|
|
|
|
-- Oliver Jowett <oliver@mutability.co.uk> Fri, 27 Jul 2018 18:32:30 +0100
|
|
|
|
dump1090-fa (3.6.1) stable; urgency=medium
|
|
|
|
* Fix tracking of NICbaro
|
|
* Don't translate 7x00 to emergency status, it obscures the source of the
|
|
data (squawk vs ADS-B v2)
|
|
* Support for building on stretch
|
|
|
|
-- Oliver Jowett <oliver@mutability.co.uk> Mon, 16 Jul 2018 14:58:59 +0100
|
|
|
|
dump1090-fa (3.6.0) stable; urgency=medium
|
|
|
|
* 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 <oliver@mutability.co.uk> Wed, 09 May 2018 22:34:24 +0100
|
|
|
|
dump1090-fa (3.5.3) stable; urgency=medium
|
|
|
|
* Skip 3.5.2 to align with piaware versioning
|
|
* Skyview: Update OpenLayers to fix performance problems on some browsers
|
|
|
|
-- Oliver Jowett <oliver@mutability.co.uk> Fri, 03 Nov 2017 22:44:40 +0000
|
|
|
|
dump1090-fa (3.5.1) stable; urgency=medium
|
|
|
|
* Skyview: fix font mappings
|
|
* Skyview: mark tisb_icao and tisb_other addresses as TIS-B
|
|
* Skyview: fix unit selection on Firefox
|
|
* Skyview: report data source correctly in popup
|
|
* Skyview: change default color for grounded aircraft to brown
|
|
* Skyview: initial history load speedups (Steven Davies)
|
|
* Skyview: fix L2T/L2P icon selection
|
|
* Makefile cleanups (Michael Tatarinov)
|
|
|
|
-- Oliver Jowett <oliver@mutability.co.uk> Mon, 31 Jul 2017 13:43:32 +0100
|
|
|
|
dump1090-fa (3.5.0) stable; urgency=medium
|
|
|
|
* SkyView map UI added.
|
|
* Only enable lighttpd config once, not on every package upgrade in case the
|
|
user has deliberately disabled it.
|
|
* Fix AGC gain setting.
|
|
* Updated the FlightAware aircraft data export.
|
|
* Minor bugfixes.
|
|
|
|
-- Oliver Jowett <oliver@mutability.co.uk> Mon, 03 Apr 2017 17:53:48 +0100
|
|
|
|
dump1090-fa (3.4.0) stable; urgency=medium
|
|
|
|
* Add bladeRF support.
|
|
* Clean up the FlightAware photos link so it works for registrations containing
|
|
non-alphanumeric characters.
|
|
|
|
-- Oliver Jowett <oliver@mutability.co.uk> Thu, 09 Feb 2017 17:41:43 +0000
|
|
|
|
dump1090-fa (3.3.0) stable; urgency=medium
|
|
|
|
* Improvements to the Mode A/C demodulator.
|
|
* Automatically enable Mode A/C if a Beast command requesting it is received.
|
|
(disable with --no-modeac-auto)
|
|
* Process the radarcape position message, emit it from faup1090.
|
|
* If view1090 is started with --modeac, request Mode A/C data from dump1090.
|
|
* Remove the last traces of the internal webserver.
|
|
* Updated the FlightAware aircraft data export.
|
|
* Updated the default package-based maximum range to 360NM to match what
|
|
piaware-support configured for sdcard installs.
|
|
* Remove internal webserver code entirely (previously, it was just disabled
|
|
at compile time).
|
|
* Tweak the timing reported for Mode S and Mode A/C messages to match how
|
|
the Beast/Radarcape does it. This affects the interval between Mode S
|
|
and Mode A/C messages only; intervals between Mode S messages and other
|
|
Mode S messages, or A/C and other A/C, are unchanged.
|
|
|
|
-- Oliver Jowett <oliver@mutability.co.uk> Sun, 15 Jan 2017 13:35:56 +0000
|
|
|
|
dump1090-fa (3.2.0) stable; urgency=medium
|
|
|
|
* Fix a stray extra comma in port 30003 output if only GNSS altitude
|
|
was available
|
|
* Track CPR encoding type directly rather than inferring it from airground;
|
|
using airground meant some position messages that should be usable were
|
|
not used
|
|
* Mode A/C aircraft association tuning, allows dump1090 to handle much
|
|
higher A/C rates without chewing tons of CPU
|
|
* Map: Decrease the maximum marker size shown
|
|
* Map: Show additional datasource information (TIS-B etc) in table mode
|
|
* Map: Move the datablock so it doesn't overlap the zoom control
|
|
* Map: Allow skipping the history load by adding a #nohistory fragment
|
|
to the URL (e.g. for high latency connections)
|
|
* view1090-fa: Use ncurses to reduce flicker on remote connections
|
|
* view1090-fa: Fix knots -> km/h conversion in interactive mode
|
|
|
|
-- Oliver Jowett <oliver@mutability.co.uk> Tue, 25 Oct 2016 23:40:01 +0100
|
|
|
|
dump1090-fa (3.1.0) stable; urgency=medium
|
|
|
|
* Update to latest dump1090-mutability master
|
|
* Preserve more map settings in browser local storage
|
|
* Add a NEXRAD weather layer (US only) to the map
|
|
* Decoder overhaul/cleanup
|
|
* Prefer ES data over Mode S data when both are available
|
|
* Improved air/ground detection
|
|
* Lots of map interface changes:
|
|
* aircraft info moves to a draggable popup rather than top of the sidebar
|
|
* sidebar is resizeable / hideable
|
|
* table-only (no map) mode
|
|
* improved FlightAware aircraft links
|
|
* configurable units display (metric / imperial / aeronautical)
|
|
* filter displayed aircraft by altitude
|
|
* option to show all aircraft tracks
|
|
* more aircraft markers
|
|
* use aircraft markers based on aircraft type info where available
|
|
* scale marker size based on zoom to avoid overlap when zoomed out
|
|
* Include a greatly expanded aircraft type/registration database (used by the
|
|
map display) based on the publically-distributable parts of FlightAware's
|
|
internal database
|
|
* Try to compute a registration from ICAO address for aircraft where there
|
|
is a predictable mapping (e.g. US N-registrations)
|
|
* Try to coexist with other packages (e.g. dump1090-mutability) that also
|
|
provide a lighttpd config that changes the server.stat-cache-engine setting
|
|
* Serve actual map data on port 8080, not just a redirect
|
|
* Redirect requests for /dump1090-fa to /dump1090-fa/ rather than 404ing.
|
|
|
|
-- Oliver Jowett <oliver@mutability.co.uk> Thu, 22 Sep 2016 17:19:01 +0100
|
|
|
|
dump1090-fa (3.0.5) stable; urgency=medium
|
|
|
|
* No-change release for PiAware 3.0.5
|
|
|
|
-- Oliver Jowett <oliver@mutability.co.uk> Wed, 31 Aug 2016 13:02:42 +0100
|
|
|
|
dump1090-fa (3.0.3) stable; urgency=medium
|
|
|
|
* No-change release for PiAware 3.0.3
|
|
|
|
-- Oliver Jowett <oliver@mutability.co.uk> Mon, 01 Aug 2016 12:23:47 +0100
|
|
|
|
dump1090-fa (3.0.2) stable; urgency=medium
|
|
|
|
* Release for PiAware 3.0.2
|
|
* Correct the radius of the receiver range circles
|
|
* Fix errors when selecting a positionless aircraft via the table
|
|
* Improve Mode A/C reception
|
|
* Add a Bing roadmap layer option (with a Bing API key)
|
|
|
|
-- Oliver Jowett <oliver@mutability.co.uk> Wed, 27 Jul 2016 17:12:53 +0100
|
|
|
|
dump1090-fa (3.0.1) stable; urgency=medium
|
|
|
|
* PiAware 3.0.1
|
|
|
|
-- Oliver Jowett <oliver@mutability.co.uk> Fri, 15 Jul 2016 13:04:47 +0100
|
|
|
|
dump1090-fa (3.0~flightfeeder) stable; urgency=medium
|
|
|
|
* New release series based on dump1090-mutability.
|
|
* Initial 3.0 release for FlightFeeder images.
|
|
|
|
-- Oliver Jowett <oliver@mutability.co.uk> Mon, 11 Jan 2016 17:20:05 +0000
|