From bb38efe42160e5c018b70406c07d2d38f7fe0647 Mon Sep 17 00:00:00 2001
From: dmacias72 <derekmacias@live.com>
Date: Thu, 24 Mar 2016 23:55:10 -0600
Subject: [PATCH] update

---
 plugins/ipmi.plg | 9 ++++++---
 plugins/ipmi.xml | 5 ++++-
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/plugins/ipmi.plg b/plugins/ipmi.plg
index a398c2e3..c9bc958e 100755
--- a/plugins/ipmi.plg
+++ b/plugins/ipmi.plg
@@ -3,7 +3,7 @@
 <!DOCTYPE PLUGIN [
 <!ENTITY name      "ipmi">
 <!ENTITY author    "dmacias72">
-<!ENTITY version   "2016.03.24">
+<!ENTITY version   "2016.03.25">
 <!ENTITY launch    "Settings/IPMI">
 <!ENTITY gitURL    "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
 <!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
@@ -16,6 +16,9 @@
 <PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
 
 <CHANGES>
+###2016.03.25
+- fix: archived events page update on event delete
+- fix: archived events with same timestamp
 ###2016.03.24
 - update for 6.2 to freeipmi 1.5.1
 - new installs on 6.2 will work fine
@@ -23,8 +26,8 @@
 - libgcrypt-1.6.5 is included with unRAID 6.2 and previous versions downgraded it to 1.5.5 to use freeipmi 1.4.11
 - http://ftp.slackware.com/pub/slackware/slackware64-current/slackware64/n/libgcrypt-1.6.5-x86_64-1.txz
 - fix: bug local ipmi timeout webgui to wait for ipmi (only affected systems without local ipmi)
-- changed backup events to archive events
-- add archive event page and switch
+- changed backup events to archived events
+- add archived event page and switch
 ###2016.03.14
 - update freeipmi 1.4.11 package remove init.d
 - fix virtual machines not auto starting due to /etc/init.d directory created by freeipmi package
diff --git a/plugins/ipmi.xml b/plugins/ipmi.xml
index 678c821c..66a688a5 100644
--- a/plugins/ipmi.xml
+++ b/plugins/ipmi.xml
@@ -11,8 +11,11 @@ The ipmi plugin allows you to view your system sensors and events using your ipm
 </Description>
 <Support>http://lime-technology.com/forum/index.php?topic=39787.0</Support>
 <Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/ipmi.png</Icon>
-<Date>2016-03-24</Date>
+<Date>2016-03-25</Date>
 <Changes>
+###2016.03.25
+- fix: archived events page update on event delete
+- fix: archived events with same timestamp
 ###2016.03.24
 - update for 6.2 to freeipmi 1.5.1
 - new installs on 6.2 will work fine