From b94a7a2a350258cc6cd4d37482e0f42968bfe3a0 Mon Sep 17 00:00:00 2001 From: Joe Prochazka Date: Tue, 10 May 2016 13:15:15 -0400 Subject: [PATCH] Added current changes for v2.0.2. --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5076602..4bb480b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ The following is a history of the changes made to this project. +## v2.0.2 *(May 10th, 2016)* + +* Adjusted the postback check function to possibly fix POST issues. +* Non MySQL root users with the proper permissions can be used during install. *(advanced)* +* 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. +* The bas scripts now detect Ubuntu 16.04 LTS and install the proper PHP packages. +* The cUrrent MySQL database size is displayed on the maintainance tab. *(advanced)* + ## v2.0.1 *(April 29th, 2016)* * Flight logging is now inserted properly into SQLite databases. *(advanced)*