Updating changelog with latest changes

pull/5/head
Pepijn Over 2014-01-10 13:39:23 +01:00
parent 0f692b135f
commit 6b327d95b8
1 changed files with 22 additions and 21 deletions

View File

@ -1,10 +1,13 @@
######################### #########################
# #
# Version 2.x # Version 2.1
# #
######################### #########################
- merged PHP Server Monitor Plus project by Luiz Alberto S. Ribeiro (https://github.com/madeinnordeste/PHP-Server-Monitor-Plus) - Merged PHP Server Monitor Plus project by Luiz Alberto S. Ribeiro (https://github.com/madeinnordeste/PHP-Server-Monitor-Plus).
- support for mosms provider by Andreas Ek (https://github.com/EkAndreas/PHP-Server-Monitor-Plus/commit/105c734a02477befc01831e3b9b2b8fefd9b5ca5) -- New layout (thanks to twitter bootstrap)
- Support for mosms provider by Andreas Ek (https://github.com/EkAndreas/PHP-Server-Monitor-Plus/commit/105c734a02477befc01831e3b9b2b8fefd9b5ca5).
- Language files are now automatically detected, instead of a hardcoded list.
- Adding Korean language file (thanks to Ik-Jun).
######################### #########################
# #
@ -12,14 +15,14 @@
# October 29, 2011 # October 29, 2011
# #
######################### #########################
- adding german language file (thanks to Brunbaur Herbert) - Adding German language file (thanks to Brunbaur Herbert).
- adding french language file (thanks to David Ribeiro) - Adding French language file (thanks to David Ribeiro).
- classes/sm/smUpdaterStatus.class.php: the curl option CURLOPT_CUSTOMREQUEST has been changed to CURLOPT_NOBODY - classes/sm/smUpdaterStatus.class.php: the curl option CURLOPT_CUSTOMREQUEST has been changed to CURLOPT_NOBODY.
- servers page: auto refresh can be configured at the config page - Servers page: auto refresh can be configured at the config page.
- servers page: if the server is a website, the "Domain/Ip" field will be a link to the website - Servers page: if the server is a website, the "Domain/Ip" field will be a link to the website.
- new text message gateway: Clickatell.com (thanks to Simon) - New text message gateway: Clickatell.com (thanks to Simon).
- if cURL is not installed, the install.php script will throw an error - If cURL is not installed, the install.php script will throw an error.
- HTTP status codes 5xx will also be treated as error - HTTP status codes 5xx will also be treated as error.
######################### #########################
# #
@ -27,12 +30,12 @@
# October 19, 2009 # October 19, 2009
# #
######################### #########################
- server type ("service" or "website") - Server type ("service" or "website").
- different types of notification - Different types of notification.
- new text message gateways - New text message gateways.
- code rewrite - Code rewrite.
- new layout - New layout.
- check for updates function - Check for updates function.
######################### #########################
# #
@ -40,9 +43,7 @@
# September 18, 2008 # September 18, 2008
# #
######################### #########################
- log.php - log.php
- tpl/log.tpl.html - tpl/log.tpl.html
select order by clause used datetime field after DATE_FORMAT had been performed, - Select order by clause used datetime field after DATE_FORMAT had been performed,
resulting in a wrong list of log entries shown resulting in a wrong list of log entries shown.