Release 4.0 and update changelog

This commit is contained in:
Eric Tran 2020-09-24 15:31:52 +00:00
parent 3167459bfc
commit 863694761a
1 changed files with 26 additions and 6 deletions

32
debian/changelog vendored
View File

@ -1,11 +1,31 @@
dump1090-fa (4.0~dev) UNRELEASED; urgency=medium
dump1090-fa (4.0) stable; urgency=medium
* in development
* --fix --fix was a bad choice for 2-bit correction since some existing configs
accidentally specified it twice anyway. Change 2-bit correction to a separate
option, --fix-2bit
* dump1090: build support for OS X, FreeBSD, OpenBSD [courtesy @mikenor / @apparentorder on Github, PRs #33 / #38]
* 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)
* 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
* SkyAware: Update aircraft registry to 20200924
* SkyAware: Update to OpenLayers6
* SkyAware: New basemap layers added/enabled
* SkyAware: Added customizable aircraft table columns
* SkyAware: Added URL query parameter feature to customize display
* 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)
-- Eric Tran <eric.tran@flightaware.com> Mon, 21 Sep 2020 10:30:00 -6000
-- Eric Tran <eric.tran@flightaware.com> Thu, 24 Sep 2020 10:21:00 -6000
dump1090-fa (3.8.1) stable; urgency=medium