2020-09-24 15:31:52 +00:00
dump1090-fa (4.0) stable; urgency=medium
2020-05-02 06:53:30 +00:00
2020-09-24 15:39:52 +00:00
* dump1090: Build support for OS X, FreeBSD, OpenBSD [courtesy @mikenor / @apparentorder on Github, PRs #33 / #38]
2020-09-24 15:31:52 +00:00
* dump1090: Overhaul of SDR / ring buffer / demodulator interface to make it easier to add new SDR types
* dump1090: LimeSDR support [courtesy @Glutton on Github, PR #75]
* dump1090: HackRF support [courtesy @kr105 on Github, PR #57]
* dump1090: Stratux-compatible network output [courtesy @Determinant on Github, PR #61]
* dump1090: Change option syntax for 2-bit correction from --fix --fix (introduced in 3.8.0) to --fix-2bit. Any number of --fix options now yields 1-bit correction.
* dump1090: Support building under GCC 10 (github issue #65)
* dump1090: Include a (disabled by default) example HTTPS configuration [courtesy @jwbernin on Github, PR #66)
2020-09-24 15:39:52 +00:00
* dump1090: For manual builds, if no explicit SDR choice is made, autodetect available libraries via pkg-config
* dump1090: Add a --version command-line option that shows just the version without needing to show the full help screen
* dump1090: Only emit verbose command-line option help if --help is requested, not on any error
* dump1090: List supported device types if --device-type is given without a device type
* dump1090: Removed Debian Wheezy support (distribution is no longer supported upstream)
* dump1090: Remove the "dump1090" Debian metapackage that exists only to provide an upgrade path from very very old installs
* dump1090: Add package profiles to selectively build packages with reduced SDR library dependencies. See the README for details.
* dump1090: If a network port option (--net-bo-port et al) is given on the command line, implicitly enable networking, but don't enable the default port assignments
* dump1090: Provide Mode A / Mode C hit count in aircraft.json
2020-09-24 15:31:52 +00:00
* SkyAware: Update aircraft registry to 20200924
* SkyAware: Update to OpenLayers6
* SkyAware: New basemap layers added/enabled
* SkyAware: Added customizable aircraft table columns
2020-09-24 15:39:52 +00:00
* SkyAware: Added URL query parameter feature to customize display [courtesy @sigwx on Github, PR #58)
2020-09-24 15:31:52 +00:00
* SkyAware: Display registration number in aircraft table if ident is not present
* SkyAware: Fix duplicated Access-Control-Allow-Origin header [courtesy @ianrenton on Github, PR #74)
2020-05-02 06:53:30 +00:00
2020-09-24 15:31:52 +00:00
-- Eric Tran <eric.tran@flightaware.com> Thu, 24 Sep 2020 10:21:00 -6000
2020-05-02 06:53:30 +00:00
2020-03-19 14:21:17 +00:00
dump1090-fa (3.8.1) stable; urgency=medium
2020-01-30 15:16:44 +00:00
2020-03-19 14:20:22 +00:00
* SkyAware: Fixed SkyAware banner aspect ratio
* SkyAware: Fixed issue with "Group By Data Type" and "All Aircraft Trails" checkboxes
not saving across browser refreshes
* SkyAware: Fixed bug with ShowFlags=False config.js setting
* SkyAware: Added position age to aircraft detail pane
* SkyAware: Added ability to customize range ring distances in SkyAware
2020-01-30 15:16:44 +00:00
2020-03-19 14:21:17 +00:00
-- Eric Tran <eric.tran@flightaware.com> Thu, 19 Mar 2020 09:20:00 -6000
2020-01-30 15:16:44 +00:00
2019-12-30 14:16:12 +00:00
dump1090-fa (3.8.0) stable; urgency=medium
2019-11-07 02:40:24 +00:00
2019-12-16 17:05:07 +00:00
* general: Added support for building on Buster.
* general: Replace use of usleep with nanosleep (PR #53)
2019-11-07 02:40:24 +00:00
2019-12-16 17:05:07 +00:00
* 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
2019-12-30 14:16:12 +00:00
-- Oliver Jowett <oliver.jowett@flightaware.com> Mon, 30 Dec 2019 22:11:52 +0800
2019-11-07 02:40:24 +00:00
2019-09-09 14:29:26 +00:00
dump1090-fa (3.7.2) stable; urgency=medium
2019-07-31 16:28:21 +00:00
2019-09-09 14:29:26 +00:00
* dump1090: Fix reversed sense of Track Angle/Heading bit in surface opstatus messages
* dump1090: Have filter-regs emit a special value "-COMPUTED-" for filtered data
values, rather than blanking them out entirely
* Fix registration side mappings with a non-zero offset
* dump1090: Update aircraft DB to 20190816
* dump1090: Reject outright libbladerf that's too old
* dump1090: Trigger build after bladeRF build; turn off build durability; turn
off concurrent builds
* SkyAware: SkyAware Renaming
* SkyAware: Fix some display errors for ground vehicles
* SkyAware: Fix aircraft trail handling
2019-07-31 16:28:21 +00:00
2019-09-09 14:29:26 +00:00
-- Eric Tran <eric.tran@flightaware.com> Mon, 09 Sep 2019 09:25:00 -6000
2019-07-31 16:28:21 +00:00
2019-05-03 17:37:46 +00:00
dump1090-fa (3.7.1) stable; urgency=medium
2019-04-15 16:26:51 +00:00
2019-05-03 17:37:46 +00:00
* 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
2019-04-15 16:26:51 +00:00
2019-05-03 17:37:46 +00:00
-- Eric Tran <eric.tran@flightaware.com> Fri, 03 May 2019 12:35:00 -6000
2019-04-15 16:26:51 +00:00
2019-03-30 00:05:26 +00:00
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
2019-03-22 15:58:13 +00:00
dump1090-fa (3.7.0) stable; urgency=medium
2019-03-04 15:36:32 +00:00
2019-03-21 22:18:19 +00:00
* 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
2019-03-07 18:44:26 +00:00
* Skyview: don't spin forever if there's no history to load / receiver.json
is missing
2019-03-21 22:18:19 +00:00
* dump1090: Bail out if rtlsdr_read_async() returns early; it probably means we lost
2019-03-07 18:44:26 +00:00
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.
2019-03-21 22:18:19 +00:00
* 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
2019-03-04 15:36:32 +00:00
2019-03-22 15:58:13 +00:00
-- Oliver Jowett <oliver@mutability.co.uk> Fri, 22 Mar 2019 15:58:04 +0000
2019-03-04 15:36:32 +00:00
2018-09-11 13:52:42 +00:00
dump1090-fa (3.6.3) stable; urgency=medium
2018-08-17 17:00:39 +00:00
2018-09-11 13:52:42 +00:00
* 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
2018-08-17 17:00:39 +00:00
2018-09-11 13:52:42 +00:00
-- Oliver Jowett <oliver@mutability.co.uk> Tue, 11 Sep 2018 14:52:20 +0100
2018-08-17 17:00:39 +00:00
2018-07-27 17:34:22 +00:00
dump1090-fa (3.6.2) stable; urgency=medium
2018-07-20 19:34:33 +00:00
2018-07-27 17:34:22 +00:00
* 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
2018-07-20 19:34:33 +00:00
2018-07-27 17:34:22 +00:00
-- Oliver Jowett <oliver@mutability.co.uk> Fri, 27 Jul 2018 18:32:30 +0100
2018-07-20 19:34:33 +00:00
2018-07-16 14:00:56 +00:00
dump1090-fa (3.6.1) stable; urgency=medium
2018-06-12 00:13:03 +00:00
2018-07-16 14:00:56 +00:00
* 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
2018-06-12 00:13:03 +00:00
2018-07-16 14:00:56 +00:00
-- Oliver Jowett <oliver@mutability.co.uk> Mon, 16 Jul 2018 14:58:59 +0100
2018-06-12 00:13:03 +00:00
2018-05-09 16:34:20 +00:00
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
2017-06-19 16:12:23 +00:00
2018-05-09 21:34:38 +00:00
-- Oliver Jowett <oliver@mutability.co.uk> Wed, 09 May 2018 22:34:24 +0100
2017-06-19 16:12:23 +00:00
2017-11-03 22:45:17 +00:00
dump1090-fa (3.5.3) stable; urgency=medium
2017-11-02 12:42:48 +00:00
2017-11-03 22:45:17 +00:00
* Skip 3.5.2 to align with piaware versioning
2017-11-02 12:42:48 +00:00
* Skyview: Update OpenLayers to fix performance problems on some browsers
2017-11-03 22:45:17 +00:00
-- Oliver Jowett <oliver@mutability.co.uk> Fri, 03 Nov 2017 22:44:40 +0000
2017-11-02 12:42:48 +00:00
2017-07-31 12:43:45 +00:00
dump1090-fa (3.5.1) stable; urgency=medium
2017-07-31 12:41:55 +00:00
* 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)
2017-07-31 12:43:45 +00:00
-- Oliver Jowett <oliver@mutability.co.uk> Mon, 31 Jul 2017 13:43:32 +0100
2017-07-31 12:41:55 +00:00
2017-04-03 16:54:03 +00:00
dump1090-fa (3.5.0) stable; urgency=medium
2017-03-22 11:31:45 +00:00
2017-04-03 16:54:03 +00:00
* 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.
2017-03-22 11:31:45 +00:00
2017-04-03 16:54:03 +00:00
-- Oliver Jowett <oliver@mutability.co.uk> Mon, 03 Apr 2017 17:53:48 +0100
2017-03-22 11:31:45 +00:00
2017-02-09 17:43:48 +00:00
dump1090-fa (3.4.0) stable; urgency=medium
2017-01-30 21:55:52 +00:00
2017-02-09 17:43:48 +00:00
* Add bladeRF support.
* Clean up the FlightAware photos link so it works for registrations containing
non-alphanumeric characters.
2017-01-30 21:55:52 +00:00
2017-02-09 17:43:48 +00:00
-- Oliver Jowett <oliver@mutability.co.uk> Thu, 09 Feb 2017 17:41:43 +0000
2017-01-30 21:55:52 +00:00
2017-01-15 13:36:15 +00:00
dump1090-fa (3.3.0) stable; urgency=medium
2016-11-12 14:09:18 +00:00
2017-01-06 14:51:21 +00:00
* 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.
2017-01-12 13:54:59 +00:00
* Updated the FlightAware aircraft data export.
2017-01-15 13:35:44 +00:00
* 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).
2017-01-16 15:48:27 +00:00
* 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.
2016-11-12 14:09:18 +00:00
2017-01-15 13:36:15 +00:00
-- Oliver Jowett <oliver@mutability.co.uk> Sun, 15 Jan 2017 13:35:56 +0000
2016-11-12 14:09:18 +00:00
2016-10-25 22:40:19 +00:00
dump1090-fa (3.2.0) stable; urgency=medium
2016-10-11 13:16:07 +00:00
2016-10-24 21:02:23 +00:00
* 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
2016-10-11 13:16:07 +00:00
2016-10-25 22:40:19 +00:00
-- Oliver Jowett <oliver@mutability.co.uk> Tue, 25 Oct 2016 23:40:01 +0100
2016-10-11 13:16:07 +00:00
2016-09-22 16:21:04 +00:00
dump1090-fa (3.1.0) stable; urgency=medium
2016-09-14 16:36:44 +00:00
2016-09-20 11:22:11 +00:00
* 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)
2016-09-22 16:21:04 +00:00
* 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.
2016-09-14 16:36:44 +00:00
2016-09-22 16:21:04 +00:00
-- Oliver Jowett <oliver@mutability.co.uk> Thu, 22 Sep 2016 17:19:01 +0100
2016-09-14 16:36:44 +00:00
2016-08-31 12:03:08 +00:00
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
2016-08-01 11:24:09 +00:00
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
2016-07-27 16:13:28 +00:00
dump1090-fa (3.0.2) stable; urgency=medium
2016-07-25 12:07:39 +00:00
2016-07-27 16:13:28 +00:00
* 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)
2016-07-25 12:07:39 +00:00
2016-07-27 16:13:28 +00:00
-- Oliver Jowett <oliver@mutability.co.uk> Wed, 27 Jul 2016 17:12:53 +0100
2016-07-25 12:07:39 +00:00
2016-07-15 12:05:21 +00:00
dump1090-fa (3.0.1) stable; urgency=medium
2016-06-05 23:25:57 +00:00
2016-07-15 12:05:21 +00:00
* PiAware 3.0.1
2016-06-05 23:25:57 +00:00
2016-07-15 12:05:21 +00:00
-- Oliver Jowett <oliver@mutability.co.uk> Fri, 15 Jul 2016 13:04:47 +0100
2016-06-05 23:25:57 +00:00
2016-04-12 17:20:45 +00:00
dump1090-fa (3.0~flightfeeder) stable; urgency=medium
2016-01-13 00:00:08 +00:00
2016-04-11 16:19:09 +00:00
* New release series based on dump1090-mutability.
* Initial 3.0 release for FlightFeeder images.
2016-01-13 00:00:08 +00:00
-- Oliver Jowett <oliver@mutability.co.uk> Mon, 11 Jan 2016 17:20:05 +0000