From 21156ccd3b545439aa47f7014e6b9330b2f7dce0 Mon Sep 17 00:00:00 2001 From: laf Date: Sun, 19 Apr 2015 21:26:38 +0100 Subject: [PATCH 1/2] Updated changelog 19/04/15 --- doc/General/Changelog.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/doc/General/Changelog.md b/doc/General/Changelog.md index 4233ecd17..9d60c9e1d 100644 --- a/doc/General/Changelog.md +++ b/doc/General/Changelog.md @@ -8,6 +8,15 @@ - Fixed alerts path issue (PR756, PR760) - Supress further port alerts when interface goes down (PR745) - Fixed login so redirects via 303 when POST data sent (PR775) + - Fixed missing link to errored or ignored ports (PR787) + - Updated alert log query for performance improvements (PR783) + - Honour alert_rules.disabled field (PR784) + - Stop page debug if user not logged in (PR785) + - Added text filtering for new tables (PR797) + - Fixed VMWare VM detection + hardware / serial support (PR799) + - Fix links from /health/processor (PR810) + - Hide divider if no plugins installed (PR811) + - Added Nginx fix for using debug option (PR823) ####Improvements - New theme support added (light,dark and mono) (PR682,PR683,PR701) @@ -23,10 +32,22 @@ - Shorten interface names on map (PR752) - Added PowerCode support (PR762) - Added Autodiscovery via OSPF (PR772) - - Added visual graph of alert log (PR777) + - Added visual graph of alert log (PR777, PR809) - Added Callback system to send anonymous stats (PR768) - More tables converted to use bootgrid (PR729, PR761) - New Global Cache to store common queries added (PR780) + - Added proxy support for submitting stats (PR791) + - Minor APC Polling change (PR800) + - Updated to HP switch detection (PR802) + - Added Datacom basic detection (PR816) + - Updated Cisco detection (PR815) + - Added CSV export system + ability to export ports (PR818) + - Added basic detection for PacketLogic devices (PR773) + - Added fallback support for IBM switches for Serial / Version (PR822) + - Added Juniper Inventory support (PR825) + - Sharpen graphs produced (PR826) + - Updated map to show device overview graphs and port graphs (PR826) + - Added hostname to API call for list_alerts (PR834) ### Mar 2015 From 5165c301cdd87459930acc99d795c032741fca81 Mon Sep 17 00:00:00 2001 From: laf Date: Tue, 21 Apr 2015 23:19:06 +0100 Subject: [PATCH 2/2] Updated changelog 21/04/15 --- doc/General/Changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/General/Changelog.md b/doc/General/Changelog.md index 9d60c9e1d..95e28c46c 100644 --- a/doc/General/Changelog.md +++ b/doc/General/Changelog.md @@ -17,6 +17,8 @@ - Fix links from /health/processor (PR810) - Hide divider if no plugins installed (PR811) - Added Nginx fix for using debug option (PR823) + - Bug fixes for device groups SQL (PR840) + - Fixed path issue when using rrdcached (PR839) ####Improvements - New theme support added (light,dark and mono) (PR682,PR683,PR701) @@ -48,6 +50,7 @@ - Sharpen graphs produced (PR826) - Updated map to show device overview graphs and port graphs (PR826) - Added hostname to API call for list_alerts (PR834) + - Added ability to schedule maintenance (PR835,PR841) ### Mar 2015