adsb-receiver/CHANGELOG.md

250 wiersze
14 KiB
Markdown

2015-12-15 17:20:42 +00:00
# CHANGELOG :airplane:
The following is a history of the changes made to this project.
## v2.7.2 *(prerelease)*
* Updated current PiAware and dump1090-fa versions to 3.9.3.
* When installing dump1090-fa the maintainer packages for libbladerf are used.
* Removed installation restriction for dump1090-fa on Ubuntu.
* Fixed reported JSON incompatabilities with dump1090-fa. *(advanced)*
* Removed Flightradar24 ARM client version from variables file.
* Fixed issue pertaining to theremoval of old style ADS-B Exchange rc.local enties.
* Added indexes to tables to improve performance. (thanks to @target-drone) *(advanced)*
## v2.7.1 *(not released)*
2019-03-04 20:55:57 +00:00
* Added missing purgeAircraft setting to the database. *(advanced)*
## v2.7.0 *(not released)*
* Added option to install dump1090-hptoa.
* Added ADSBHub support.
* Added OpenSky Network support
* Graph data now restored properly by the backup script.
* Script now checks for php7.2-sqlite3 instead on php7.2-sqlite on Ubuntu 18.04+.
2018-06-23 08:50:24 +00:00
## v2.6.3 *(June 23rd, 2018)*
2018-06-21 15:25:51 +00:00
* Fix to navigation bar auto hiding code submitted by @vitaliy-sk.
* SQLite query fix submitted by @vitaliy-sk.
* DefaultCenterLat and DefaultCenterLon in dump1090-mutabilities config.js is now set.
* Checks for the location of socat and uses the proper path to feed ADS-B Exchange.
* Added switch to force apt update when executing install.sh.
* Updated current Planefinder client versions to 4.1.1.
2018-06-21 21:35:01 +00:00
* Updated current dump1090-fa version to 3.2.3.
2018-06-22 15:20:47 +00:00
* The system page bandwidth meter now defaults to MB/sec on fresh installations.
2018-06-21 15:25:51 +00:00
2018-04-07 00:44:00 +00:00
## v2.6.2 *(April 6th, 2018)*
2018-03-22 17:32:49 +00:00
2018-04-07 00:44:00 +00:00
* Images created using the latest version of Raspbian which supports the Raspberry Pi 3 b+.
2018-03-23 18:28:35 +00:00
* Option to install dump1090-fa removed on Ubuntu 17.10 or higher due to cx_freeze issue.
* Fixed so Ubunbtu 17.10 and higher properly installs PHP 7.1 and its related packages.
* ADS-B Exchange run script now uses socat instead of netcat to send data.
2018-03-22 17:32:49 +00:00
* Removed Mapzen support from the scripts due to the service shutting down.
* Added option to auto hide portal navigation and footer elements. (thanks to @Mictronics)
* User can opt to skip the installation of the Postfix MTA using the --mta= flag.
2018-03-23 18:28:35 +00:00
* OS and release variables temporarily exported to save repeating the detection process.
2018-03-22 17:32:49 +00:00
2018-03-01 01:51:00 +00:00
## v2.6.1 *(February 28th, 2018)*
2018-03-01 01:51:00 +00:00
* Readded missing RTL-SDR kernel module blacklist to dump1090-mutability script.
* Password recovery token column used for password retrieval not added properly in the past.
* Postix package installation was removed at some point and is now reintroduced.
2018-02-28 21:37:57 +00:00
* When created remote database users are now allowed to access the server remotly.
* Fixes to issues contained within maintenance.py. (thanks to @mkrzysztofowicz)
2018-02-28 21:37:57 +00:00
* Consolidated simple queries which run on both MySQL and SQLite in maintenance.py.
* Dump1090-mutability wget permission error fixed. (thanks to SCX77)
2018-02-26 02:36:11 +00:00
* Latitude and longitude sent to get altitude was hard coded in ADS-B Exchange script.
* The ADS-B Exchange script was not getting latitude and longitude from dump1090-mutability.
* Fixed RTLSDR device permissions issue by downloading rtl-sdr.rules if not present.
* The option to upgrade the Planefinder client now appears when one is available.
2018-02-25 05:55:44 +00:00
* Updated to install planefinder.net ARM client version 3.7.40.
* Updated to install PiAware version 3.5.3.
* The version of mlat-client installed has been reverted back to v0.2.6 from v0.2.9.
* Fixed path variable to where the built dump1090-mutability packages are archived.
* Fixed path variable used to check if the ADS-B Exchange build directory exists.
* Simplified and fixed lines killing existing ADS-B Exchange processes during reinstallation.
* Simplified and fixed lines killing existing AboveTustin processes during reinstallation.
* Simplified and fixed lines killing existing BeastSplitter processes during reinstallation.
* Fixed many minor bash script output syntax and formating issues.
* Some Whiptail dialogs have been expanded to be more descriptive.
* AboveTustin script was not retriving the current longitude when upgrading it.
2017-10-21 19:29:05 +00:00
## v2.6.0 *(October 21st, 2017)*
2017-10-12 16:33:35 +00:00
* Added "Extras" option to install process.
* Added the ability to install beast-splitter as an extra.
* Added the ability to setup Duck DNS dynamic DNS service as an extra.
* Added the ability to setup the AboveTustin Twitter bot.
2017-10-05 18:19:08 +00:00
* Ubuntu 16.04 and above now detected properly when deciding which version of PHP to use.
* Raspbian 9 and above now detected properly when deciding which version of PHP to use.
* Debian 9 and above now detected properly when deciding which version of PHP to use.
* As requested users must now claim PiAware receivers via the FlightAware site.
2017-10-05 18:19:08 +00:00
* Updated to install mlat-client version 0.2.9.
* Updated to install planfinder.net ARM client version 3.7.20.
* Updated to install planfinder.net I386 client version 3.7.1.
* Updated to install PiAware version 3.5.1.
* Creates and enables /etc/rc.local if dump978 is installed.
* Creates and enables /etc/rc.local if ADS-B Exchange support is added.
* Added check for the dvb_usb_rtl28xxu kernel module before trying to remove it.
* Checks for the package dirmngr before executing the Flightradar24 setup script.
* Fixed text displaying date time formats which were swapped in the portal settings.
* Help pertaining to the new switches is available using the -h or --help switch.
* An installation log file can be kept by using either the -l or --log-output switch.
* The branch you wish to use can be specified using the -b or --branch switch.
* Pagination on the flights page has been minimized.
* Corrected the page count on the flights page.
2017-10-02 23:05:43 +00:00
* Added -d --development flags to install.sh to avoid overwriting changes made.
2017-10-05 17:07:13 +00:00
* All .deb packages built by the scripts are archived in an archive folder.
2017-10-05 20:10:31 +00:00
* Addressed issue where altitude was not returned when setting up ADS-B Exchange feed.
* Dump1090-mutability --measure-noise argument moved to the configuration file.
2016-12-06 03:54:06 +00:00
## v2.5.0 *(December 5th, 2016)*
2016-10-11 16:29:33 +00:00
2016-11-28 19:30:16 +00:00
* Can now specify the unit of measurement for dump1090-mutability during setup.
2016-11-29 21:43:37 +00:00
* Users can now specify the repository branch they wish to use in the file install.sh.
2016-11-28 19:30:16 +00:00
* Possible fix for blog post containing characters not UTF-8 compatible. *(lite)*
2016-11-15 20:59:55 +00:00
* Added script to automate the portal backup process.
2016-11-15 20:36:08 +00:00
* Added ability to specify the latitude and longitude of the receiver for dump978.
2016-10-17 18:08:39 +00:00
* Administrators can now specify custom links to be displayed within the portal.
* The loading speed for the flights page has been dramatically reduced. *(advanced)*
2016-10-11 16:29:33 +00:00
* When upgrading dump1090 the user is once again asked for the LAT and LON settings.
2016-11-29 22:16:00 +00:00
* Portal related python scripts are now located in the folder named python.
2016-10-11 16:29:33 +00:00
* A Google Maps API key can now be specified for use with portal maps.
2016-11-29 22:16:00 +00:00
* When setting up dump1090-mutability the user is asked for a Bing Maps API key.
* When setting up dump1090-mutability the user is asked for a Mapzen API key.
2016-10-11 16:29:33 +00:00
* Portal upgrade scripts have been split into multiple files.
* The path to the SQLite database is no longer hard coded in the portal PHP files.
2016-10-14 19:23:46 +00:00
* Pagination links now show first and last page links properly.
2016-10-17 18:08:39 +00:00
* When no patch is applied N\A is given for the patch version on the system page.
2016-12-01 18:42:34 +00:00
* Yes set to default when asked whether to bind dump1090-mutability to all IP addresses.
* Fixed issue with install script causing PiAware to not upgrade.
* Fixed collectd graph generation script so it works with newer versions of rrdtool.
2016-12-02 22:04:09 +00:00
* The navigation bar for the default portal template has been modified to fit better.
2016-10-11 16:29:33 +00:00
## v2.4.0 *(September 27th, 2016)*
* Users can now choose to install dump1090-fa instead of dump1090-mutability.
* Scripts are now updated from the master branch each time install.sh is ran.
* The file install.sh now executes ~/bash/main.sh after updates are applied.
* Changed dump1090-mutability build directory to ~/build/dump1090-mutability.
2016-09-27 16:04:01 +00:00
* Removed dump1090-fa map option from portal due to the fact it is no longer needed.
2016-09-27 17:00:04 +00:00
* Flights.py has been temporariliy switched back to reading aircraft.json over HTTP.
2016-10-11 16:29:33 +00:00
## v2.3.0 *(September 15th, 2016)*
2016-09-09 20:51:43 +00:00
* Massive clean up and in some cases an overhaul of the installation bash scripts.
* Updated the dump978 map by modifying newer dump1090-mutability map.
2016-09-14 21:35:04 +00:00
* Crontab errors pertaining to collectd no longer emailed to the root user.
* The image setup script now executes the portal install scripts to setup the portal.
* Script now comments out NET_BIND_ADDRESS to bind dump1090-mutability to all IPs.
2016-09-09 20:51:43 +00:00
* Moved the logging portion of the portal install script into it's own file. *(advanced)*
* Flights.py has been optimized even further. *(advanced)*
* Flights.py now logs the aircraft ID when logging positions. *(advanced)*
* Many bug fixes pertainng to the advanced portal features setup process. *(advanced)*
* Fix aircraft column issue not allowing SQLite installs to upgrade properly. *(advanced)*
2016-08-31 15:22:05 +00:00
## v2.2.0 *(August 31st, 2016)*
2016-08-30 16:34:50 +00:00
* ADS-B Exchange script now sets up mlat-client to connect to their mlat-server.
* Added the ability to disply either the dump1090-fa or dump1090-mutability map.
2016-08-31 15:22:05 +00:00
* Changed the bash function which retrieves config file variables so it works properly.
* Fixed issue causing a package installation error when PiAware versions change.
2016-08-30 16:34:50 +00:00
2016-08-30 16:01:41 +00:00
## v2.1.0 *(August 30th, 2016)*
2016-08-18 22:19:15 +00:00
2016-08-19 19:03:57 +00:00
* Added flight information side bar to plot map. *(advanced)*
* Added flight data API to web site. *(advanced)*
* Fixed an issue where settings were not being saved properly during upgrades.
* The PiAware script has been modified to support the installation of PiAware 3.
2016-08-25 18:59:54 +00:00
* PiAware is no longer automatically configured to share MLAT data with 3rd parties.
2016-08-18 22:19:15 +00:00
2016-05-19 23:40:58 +00:00
## v2.0.3 *(May 19th, 2016)*
2016-05-18 06:10:24 +00:00
* Added password confirmation for MySQL database user to bash script. *(advanced)*
* Changes applied to image configuration script including fixes for bugs and wording.
* The device's IP address is now properly displayed at end of the bash setup process.
* MySQL upgrades failed to detect local or remote installs properly. *(advanced)*
* Changes to resolve PHP errors after running the PHP portal installer. *(advanced)*
2016-05-12 16:33:11 +00:00
## v2.0.2 *(May 12th, 2016)*
2016-05-10 17:15:15 +00:00
2016-05-12 17:34:44 +00:00
* When reinstalling dump1090-mutability the user is no longer asked for LAT and LON.
2016-05-12 16:33:11 +00:00
* When using a remote MySQL database the database must already exist. *(advanced)*
2016-05-11 03:39:27 +00:00
* System information page now displays portal and patch versions.
* SQLite database permissions set properly so flight data can be recorded. *(advanced)*
2016-05-10 17:15:15 +00:00
* Adjusted the postback check function to possibly fix POST issues.
* Fixed bug where a malformed if statement was causing upgrade problems. *(advanced)*
* Links to aggregate site stats pages now open in a new web browser windows.
* The Postfix MTA package is now installed if not present.
2016-05-10 17:15:37 +00:00
* The bash scripts now detect Ubuntu 16.04 LTS and install the proper PHP packages.
2016-05-11 03:39:27 +00:00
* The current MySQL database size is displayed on the maintainance tab. *(advanced)*
2016-05-10 17:15:15 +00:00
2016-04-30 02:25:18 +00:00
## v2.0.1 *(April 29th, 2016)*
* Flight logging is now inserted properly into SQLite databases. *(advanced)*
* Remote MySQL database servers now handled properly by install scripts. *(advanced)*
* Separate flights now separated properly when viewing flight plots page. *(advanced)*
* Fixed issue where having the text ";&nbsp" was causing issues when stored in XML.
* Flights with no positions no longer display a PHP error when viewing plots. *(advanced)*
* Flight search box hidden on non advanced installations.
* All times are now stored as UTC time.
* Added the ability to specify the timezone the portal uses to display data.
* MySQL root password check added during script installation. *(advanced)*
* Directory where install/upgrade PHP files reside has been changed.
* Added warning not to remove the adsb-receiver directory after installation.
**Previous patches included in this release...**
* Added the version setting to be used to identifying the currently installed release.
* Added the patch setting to identify the current patch installed.
* Fixed issue with wireless bandwidth not being displayed on the system information page.
* The Python script flights.py should now import the proper libraries. *(advanced)*
* Wlan0 traffic now be displayed by the system gauges.
* Fixed issues pertaining to updating settings using the administration backend.
2016-04-15 00:42:22 +00:00
## v2.0.0 *(April 14th, 2016)*
* Versioning no longer going by date.
* MySQL is now a data storage option.
* SQLite is now a data storage option.
* Added an advanced portal option for use by those using more durable storage solutions.
* History of all flights seen including positions is available by choosing the advanced option.
* Added a way to reset forgotten portal passwords.
* Flight notifications can now process wildcards.
2016-04-06 00:58:49 +00:00
* The bandwidth gauge can now be set to a smaller scale.
* When posting blog entries existing titles are now checked for.
2016-03-07 23:55:49 +00:00
## March 7th, 2016
* Added the option to install the Flightradar24 client.
* Added administrator name and email address settings.
* Administrators are no longer required to change their password after their first login.
* Added the ability to display links to aggregate site statistics pages.
* Added near real time charts displaying current CPU, memory, and bandwidth usage.
* The author's name is now displayed when blog posts are rendered instead of their login.
* The settings page has been categorized and split into tabs.
* The portal no longer uses public CDN's to server jQuery and Bootstrap files.
* Scripts now exit properly when package fails to install.
2016-03-07 17:39:36 +00:00
* Flight notification alerts now display properly on map pages.
2016-03-04 10:03:58 +00:00
## March 4th, 2016
* Image created using Rasbian Jessie Lite version February 2016 in order to support Raspberry Pi 3.
* Improved readability of messages/aircraft graph.
* Added fix pertaining to the Planfinder link.
2016-03-04 10:03:58 +00:00
2016-02-18 16:19:39 +00:00
## February 18th, 2016
* Greatly improved the template system used by the web portal.
* Vistitors to the web portal can be alerted to the presence of aircraft using specified flight numbers.
* The user is now asked if they wish to bind dump1090-mutability to all IP addresses.
* Users can now choose to display range graph distances in nautical miles.
* Performance graph image sizes have been standardized.
2016-02-05 23:05:14 +00:00
## February 5th, 2016
2016-02-17 16:57:20 +00:00
* Initial tagged release.
* Raspbian Jessie Lite image now available.