fix min/max
This commit is contained in:
parent
d44dda234b
commit
90fdf27379
|
@ -3,7 +3,7 @@
|
||||||
<!DOCTYPE PLUGIN [
|
<!DOCTYPE PLUGIN [
|
||||||
<!ENTITY name "ipmi">
|
<!ENTITY name "ipmi">
|
||||||
<!ENTITY author "dmacias72">
|
<!ENTITY author "dmacias72">
|
||||||
<!ENTITY version "2016.10.19">
|
<!ENTITY version "2016.10.22">
|
||||||
<!ENTITY launch "Settings/IPMI">
|
<!ENTITY launch "Settings/IPMI">
|
||||||
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
|
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
|
||||||
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
|
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
|
||||||
|
@ -16,6 +16,8 @@
|
||||||
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
|
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
|
||||||
|
|
||||||
<CHANGES>
|
<CHANGES>
|
||||||
|
###2016.10.22
|
||||||
|
- fix: min/max version in plugin
|
||||||
###2016.10.19
|
###2016.10.19
|
||||||
- fix: min/max version in plugin
|
- fix: min/max version in plugin
|
||||||
- fix: cached board status set add unknown
|
- fix: cached board status set add unknown
|
||||||
|
@ -216,7 +218,7 @@ This plugin uses freeipmi to display sensor readings
|
||||||
<MD5>1aa566b9a1c0561b82f27118ee3d8f14</MD5>
|
<MD5>1aa566b9a1c0561b82f27118ee3d8f14</MD5>
|
||||||
</FILE>
|
</FILE>
|
||||||
|
|
||||||
<FILE Name="&plgPATH;/freeipmi-1.4.11-x86_64-3.txz" Min="6.1" Max="6.2" Run="/sbin/upgradepkg --install-new">
|
<FILE Name="&plgPATH;/freeipmi-1.4.11-x86_64-3.txz" Min="6.1" Max="6.1.99" Run="/sbin/upgradepkg --install-new">
|
||||||
<URL>&pkgURL;/freeipmi-1.4.11-x86_64-3.txz</URL>
|
<URL>&pkgURL;/freeipmi-1.4.11-x86_64-3.txz</URL>
|
||||||
<MD5>6c7839886f7c7b0cc4947aaf6199d60e</MD5>
|
<MD5>6c7839886f7c7b0cc4947aaf6199d60e</MD5>
|
||||||
</FILE>
|
</FILE>
|
||||||
|
|
|
@ -11,8 +11,10 @@ The ipmi plugin allows you to view your system sensors and events using your ipm
|
||||||
</Description>
|
</Description>
|
||||||
<Support>http://lime-technology.com/forum/index.php?topic=39787.0</Support>
|
<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>
|
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/ipmi.png</Icon>
|
||||||
<Date>2016-10-19</Date>
|
<Date>2016-10-22</Date>
|
||||||
<Changes>
|
<Changes>
|
||||||
|
###2016.10.22
|
||||||
|
- fix: min/max version in plugin
|
||||||
###2016.10.19
|
###2016.10.19
|
||||||
- fix: min/max version in plugin
|
- fix: min/max version in plugin
|
||||||
- fix: cached board status set add unknown
|
- fix: cached board status set add unknown
|
||||||
|
|
Loading…
Reference in New Issue
Block a user