Files
perl-Net-ILO/perl-Net-ILO.changes

32 lines
1.1 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Tue Aug 31 21:11:21 UTC 2010 - pascal.bleser@opensuse.org
- update to 0.51:
* if mac01 is set and mac03/04 aren't, calling mac04 or mac04 returns immediately rather than sending iLO request
* renamed fw_version to get_fw_version for consistency
* fixed bug in get_fw_version() where error condition wasn't propagated
* fixed test in t/04-generate_cmd to work with iLO 3 changes
- changes from 0.50:
* BETA support for iLO 3
* added methods for mac03 and mac04
* _populate_host_data no longer depends on the order of data returned
* _send formats XML nicely, without leading / trailing spaces
- changes from 0.43:
* moved XML header and footer generation to its own function [wrap()]
* added new methods for gathering server health:
+ fans()
+ power_supplies()
+ temperatures()
* alphabetized commands in _generate_cmd()
- changes from 0.42:
* removed bad test from t/03-serialize.t
-------------------------------------------------------------------
Mon Jul 26 07:41:36 UTC 2010 - pascal.bleser@opensuse.org
- initial package (0.41)