2015-01-22 14:19:15 +01:00
|
|
|
dump1090-mutability (1.13) UNRELEASED; urgency=medium
|
2015-01-20 00:29:07 +01:00
|
|
|
|
|
|
|
* Fix stable sort of rows with no sortable values (would cause "jumping"
|
|
|
|
rows at the end of the table)
|
2015-01-20 17:49:01 +01:00
|
|
|
* License for my modifications changed to GPL2+.
|
2015-01-20 00:29:07 +01:00
|
|
|
|
|
|
|
-- Oliver Jowett <oliver@mutability.co.uk> Mon, 19 Jan 2015 23:28:51 +0000
|
|
|
|
|
2015-01-17 22:04:10 +01:00
|
|
|
dump1090-mutability (1.10.3010.14mu-12) unstable; urgency=medium
|
2015-01-16 21:37:55 +01:00
|
|
|
|
|
|
|
* Add generation of history JSON.
|
|
|
|
* Load history when the webmap is initialized.
|
|
|
|
* Display stats on exit in --net-only mode.
|
|
|
|
* Explicitly pick the closest tuner gain to the one requested.
|
|
|
|
* Include a status message in HTTP response headers.
|
|
|
|
* Fix sort-by-message-count in the webmap.
|
2015-01-17 13:31:52 +01:00
|
|
|
* Always sort missing values at the end of the table, even in a descending sort.
|
2015-01-17 19:26:06 +01:00
|
|
|
* Avoid a (rare) divide-by-zero crash in 2MHz --phase-enhance.
|
2015-01-17 20:23:57 +01:00
|
|
|
* Try to work around a libusb crash on exit after SIGINT.
|
2015-01-16 21:37:55 +01:00
|
|
|
|
2015-01-17 22:04:10 +01:00
|
|
|
-- Oliver Jowett <oliver@mutability.co.uk> Sat, 17 Jan 2015 21:03:55 +0000
|
2015-01-16 21:37:55 +01:00
|
|
|
|
2015-01-14 02:17:57 +01:00
|
|
|
dump1090-mutability (1.10.3010.14mu-11) unstable; urgency=medium
|
2015-01-11 12:54:17 +01:00
|
|
|
|
|
|
|
* Fix UTC clock display in non-UTC timezones.
|
2015-01-11 13:12:58 +01:00
|
|
|
* Layout tweaks in the info panel.
|
2015-01-11 13:15:54 +01:00
|
|
|
* Change plane color if we have not seen a recent position update
|
|
|
|
(previously, any type of message was enough).
|
2015-01-12 02:19:43 +01:00
|
|
|
* Fix thinko in skipping over decoded message samples in the 2.4MHz demodulator.
|
|
|
|
* Fix a couple of problems found by valgrind.
|
2015-01-12 17:31:22 +01:00
|
|
|
* Fix several problems with surface position decoding and relative
|
|
|
|
position decoding.
|
2015-01-13 22:41:23 +01:00
|
|
|
* Fix hang on exit after SIGINT.
|
2015-01-13 22:53:48 +01:00
|
|
|
* Add --max-range parameter. Use it for relative position limits, and to
|
|
|
|
discard bad position results.
|
2015-01-13 23:02:39 +01:00
|
|
|
* Display message rate (30 sec average) on the webmap.
|
2015-01-14 01:34:06 +01:00
|
|
|
* Restart lighttpd on package upgrade if we changed its config files.
|
2015-01-14 02:15:54 +01:00
|
|
|
* Require that the JSON refresh interval is at least 1, as it is used
|
|
|
|
to control the webmap refresh rate even if JSON files are not being written.
|
2015-01-11 12:54:17 +01:00
|
|
|
|
2015-01-14 02:17:57 +01:00
|
|
|
-- Oliver Jowett <oliver@mutability.co.uk> Wed, 14 Jan 2015 01:17:51 +0000
|
2015-01-11 12:54:17 +01:00
|
|
|
|
2015-01-08 00:54:54 +01:00
|
|
|
dump1090-mutability (1.10.3010.14mu-10) unstable; urgency=medium
|
2015-01-06 00:20:03 +01:00
|
|
|
|
2015-01-07 22:42:57 +01:00
|
|
|
* Many changes to aircraft.json and the webserver code:
|
|
|
|
|
|
|
|
* Restructure to include the current timestamp, and move
|
|
|
|
aircraft data down a level. If you're processing the JSON yourself,
|
|
|
|
you will need to adjust your code to handle this.
|
|
|
|
* Only include aircraft data when we are sure it's valid.
|
|
|
|
* Include the time of the last position report in.
|
|
|
|
* If the aircraft is on the ground, report altitude as "ground".
|
|
|
|
* Strip trailing query strings from URLs before matching, to allow AJAX
|
|
|
|
cache-busting query strings to work.
|
|
|
|
* Disable the lighttpd stat cache in the provided config fragment, to
|
|
|
|
avoid problems with partial content being served if lighttpd caches an
|
|
|
|
old size for the JSON data. This would manifest as "bad content length"
|
|
|
|
or JSON parse errors in the webmap.
|
|
|
|
|
|
|
|
* Many changes to the webmap javascript:
|
|
|
|
|
|
|
|
* Internal restructuring of how the plane table and map markers are
|
|
|
|
maintained. Should be faster and less memory-hungry.
|
|
|
|
* Sorting the plane table now sorts missing data high (end of the table for an
|
|
|
|
ascending sort).
|
|
|
|
* On-the-ground aircraft display an altitude of "ground".
|
|
|
|
* Dashed tracks are used when there are lots of missing position reports (more
|
|
|
|
than 5 seconds between positions).
|
|
|
|
* Green tracks are used for on-the-ground aircraft.
|
|
|
|
* Limit history storage requirements by only retaining at most one position
|
|
|
|
per 5 seconds.
|
|
|
|
* Removal of old aircraft should be much more reliable now, even across
|
|
|
|
long pauses (e.g. browser hibernation).
|
|
|
|
* Change the clocks to be two UTC clocks: one from local browser time,
|
|
|
|
one reflecting the receiver timestamp in the last update.
|
|
|
|
* Add "total aircraft" and "total aircraft with positions" counters to the
|
|
|
|
infobox when no aircraft is selected.
|
|
|
|
* Add a "history positions" counter to the infobox when no aircraft is
|
|
|
|
selected; this shows the number of points making up the historical track
|
|
|
|
lines.
|
|
|
|
* When an aircraft is selected, show both metric and imperial units in the
|
|
|
|
infobox (metric setting controls which is shown first).
|
|
|
|
* When an aircraft is selected, show the time since last message and time
|
|
|
|
since last position message in the infobox.
|
|
|
|
* If aircraft.json can't be retrieved, display a warning.
|
|
|
|
* If aircraft.json can be retrieved but doesn't appear to be being updated
|
|
|
|
(e.g. external webserver, and dump1090 has stopped), display a warning.
|
|
|
|
* config.js: Change the default map zoom setting to be more zoomed in.
|
|
|
|
* config.js: Add some comments.
|
|
|
|
* config.js: Add an option to hide the clocks.
|
|
|
|
* Remove extension.js and options.js, as they aren't really maintained.
|
|
|
|
* Enable strict mode for script.js / planeObject.js.
|
2015-01-06 00:20:03 +01:00
|
|
|
|
2015-01-08 00:54:54 +01:00
|
|
|
* Fix initial map centering to correctly use the receiver location.
|
|
|
|
|
|
|
|
-- Oliver Jowett <oliver@mutability.co.uk> Wed, 07 Jan 2015 23:54:10 +0000
|
2015-01-06 00:20:03 +01:00
|
|
|
|
2015-01-04 21:23:30 +01:00
|
|
|
dump1090-mutability (1.10.3010.14mu-9) unstable; urgency=medium
|
2015-01-04 21:08:33 +01:00
|
|
|
|
|
|
|
* Fix warnings. Add -Werror so they break the build in future.
|
2015-01-04 21:09:38 +01:00
|
|
|
* Remove dead tracking code related to the removed PlanePlotter feed.
|
2015-01-04 21:08:33 +01:00
|
|
|
|
2015-01-04 21:23:30 +01:00
|
|
|
-- Oliver Jowett <oliver@mutability.co.uk> Sun, 04 Jan 2015 20:23:26 +0000
|
2015-01-04 21:08:33 +01:00
|
|
|
|
2015-01-04 13:32:36 +01:00
|
|
|
dump1090-mutability (1.10.3010.14mu-8) unstable; urgency=medium
|
|
|
|
|
|
|
|
* Version-only rebuild to reflect the upstream dump1090 version we
|
|
|
|
have merged from. Retaining the trailing build number to avoid
|
|
|
|
confusion (as far as that's possible given this versioning system!)
|
|
|
|
|
|
|
|
-- Oliver Jowett <oliver@mutability.co.uk> Sun, 04 Jan 2015 12:32:30 +0000
|
|
|
|
|
2015-01-02 23:53:58 +01:00
|
|
|
dump1090-mutability (1.08.2302.14+1mu-7) unstable; urgency=medium
|
2015-01-02 23:29:29 +01:00
|
|
|
|
|
|
|
* Notice if we lose the RTLSDR device, and try to reconnect when that happens.
|
|
|
|
This lets you unplug/replug the RTLSDR without dump1090 exiting, and also
|
|
|
|
lets dump1090 tolerate occasional USB glitches that make the dongle reset
|
|
|
|
itself.
|
|
|
|
* Fix some of the more glaring pthread bugs.
|
2015-01-02 23:48:27 +01:00
|
|
|
* Center the webmap on the receiver location.
|
|
|
|
* Mark config.js as a conffile, so user changes won't get overwritten.
|
2015-01-02 23:29:29 +01:00
|
|
|
|
2015-01-02 23:53:58 +01:00
|
|
|
-- Oliver Jowett <oliver@mutability.co.uk> Fri, 02 Jan 2015 22:53:55 +0000
|
2015-01-02 23:29:29 +01:00
|
|
|
|
2014-12-30 18:09:44 +01:00
|
|
|
dump1090-mutability (1.08.2302.14+1mu-6) unstable; urgency=medium
|
2014-12-30 17:40:15 +01:00
|
|
|
|
|
|
|
* Add support for LOG_DECODED_MESSAGES option to log all messages (disables --quiet).
|
|
|
|
|
2014-12-30 18:09:44 +01:00
|
|
|
-- Oliver Jowett <oliver@mutability.co.uk> Tue, 30 Dec 2014 17:09:36 +0000
|
2014-12-30 17:40:15 +01:00
|
|
|
|
2014-12-30 01:01:58 +01:00
|
|
|
dump1090-mutability (1.08.2302.14+1mu-5) unstable; urgency=medium
|
2014-12-29 23:59:47 +01:00
|
|
|
|
|
|
|
* Add Provides: fatsv-data-source
|
|
|
|
|
2014-12-30 01:01:58 +01:00
|
|
|
-- Oliver Jowett <oliver@mutability.co.uk> Tue, 30 Dec 2014 00:01:51 +0000
|
2014-12-29 23:59:47 +01:00
|
|
|
|
2014-12-27 23:24:51 +01:00
|
|
|
dump1090-mutability (1.08.2302.14+1mu-4) unstable; urgency=medium
|
2014-12-27 21:11:10 +01:00
|
|
|
|
|
|
|
* Remove half-implemented --no-decode option.
|
2014-12-27 21:21:36 +01:00
|
|
|
* Remove Windows support files that aren't needed for the Debian package.
|
|
|
|
* Remove some legacy support scripts not needed by the Debian package.
|
2014-12-27 21:52:56 +01:00
|
|
|
* Add support for controlling the accuracy of the receiver location
|
|
|
|
written in the JSON metadata used by the webmap.
|
2014-12-27 22:22:43 +01:00
|
|
|
* Oversampling is now less scary!
|
2014-12-27 22:25:32 +01:00
|
|
|
* Warn if --modeac is used together with --oversample.
|
2014-12-27 22:40:18 +01:00
|
|
|
* Link to github from the webmap.
|
2014-12-27 21:11:10 +01:00
|
|
|
|
2014-12-27 23:24:51 +01:00
|
|
|
-- Oliver Jowett <oliver@mutability.co.uk> Sat, 27 Dec 2014 22:24:39 +0000
|
2014-12-27 21:11:10 +01:00
|
|
|
|
2014-12-10 22:58:26 +01:00
|
|
|
dump1090-mutability (1.08.2302.14+1mu-3) unstable; urgency=medium
|
2014-12-10 03:02:19 +01:00
|
|
|
|
|
|
|
* Ask about json interval before json dir and skip the dir question if
|
|
|
|
the interval is disabled, it makes more sense that way.
|
2014-12-10 03:03:57 +01:00
|
|
|
* Be much more cautious about missing config settings so we don't explode
|
|
|
|
so badly if something is omitted.
|
2014-12-10 13:25:43 +01:00
|
|
|
* Use the package version as the version number compiled into the binary.
|
2014-12-10 18:05:22 +01:00
|
|
|
* Add data/receiver.json (generated once) and support for it in script.js.
|
|
|
|
* Internal webserver rearrangement to support multiple json files.
|
2014-12-10 21:26:51 +01:00
|
|
|
* Dongle "device index" actually accepts serial numbers too, document that.
|
|
|
|
* Add input validation to most of the config questions.
|
2014-12-10 03:02:19 +01:00
|
|
|
|
2014-12-10 22:58:26 +01:00
|
|
|
-- Oliver Jowett <oliver@mutability.co.uk> Wed, 10 Dec 2014 21:58:12 +0000
|
2014-12-10 03:02:19 +01:00
|
|
|
|
2014-12-10 02:07:26 +01:00
|
|
|
dump1090-mutability (1.08.2302.14+1mu-2) unstable; urgency=medium
|
2014-12-07 15:14:51 +01:00
|
|
|
|
|
|
|
* Fix a memory leak from use of realpath() in HTTP request processing.
|
2014-12-08 20:56:45 +01:00
|
|
|
* Add direct support for FATSV-format output, adapted from the FlightAware
|
|
|
|
fork.
|
2014-12-09 21:37:52 +01:00
|
|
|
* Big rearrangement of configuration to add debconf support.
|
2014-12-09 22:41:14 +01:00
|
|
|
* Update Build-Depends based on glitches found building under pbuilder.
|
2014-12-07 15:14:51 +01:00
|
|
|
|
2014-12-10 02:07:26 +01:00
|
|
|
-- Oliver Jowett <oliver@mutability.co.uk> Wed, 10 Dec 2014 01:06:56 +0000
|
2014-12-07 15:14:51 +01:00
|
|
|
|
2014-12-07 00:07:16 +01:00
|
|
|
dump1090-mutability (1.08.2302.14+1mu-1) unstable; urgency=medium
|
2014-12-06 17:08:42 +01:00
|
|
|
|
2014-12-06 22:47:46 +01:00
|
|
|
* Initial release.
|
2014-12-06 17:08:42 +01:00
|
|
|
|
2014-12-07 00:07:16 +01:00
|
|
|
-- Oliver Jowett <oliver@mutability.co.uk> Sat, 06 Dec 2014 23:07:02 +0000
|