From d743b5bb8fc020e4692407b32fd30adecc22688445551f205b201824f65371c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= Date: Mon, 26 Aug 2013 07:12:26 +0000 Subject: [PATCH] - FreeIPMI 1.3.1 - 08/22/13 Tools - New Features -------------------- o In all tools reporting time (ipmi-sel, ipmi-fru, ipmi-oem, bmc-device, ipmi-sensors, ipmi-dcmi), timestamps are now reporting under the assumption the timestamp is already in localtime (compared to being in UTC time and converted to localtime). This is by definition in the IPMI specification. o In all tools reporting time (ipmi-sel, ipmi-fru, ipmi-oem, bmc-device, ipmi-sensors, ipmi-dcmi), support --utc-to-localtime, --localtime-to-utc, and --utc-offset options to allow users to adjust timestamps as needed for certain environments. o In ipmi-fru, support output of DDR3 SDRAM modules. o In ipmi-fru, support output of new FRU multirecords, most notably extended DC output and extended DC load (per FRU Revision 1.2 update). o In bmc-device, support --get-sel-time-utc-offset and --set-sel-time-utc-offset. Tools - Bug Fixes/Minor Changes ------------------------------- o In ipmi-fru, report power supply low/high end voltage ranges as signed numbers (per FRU Revision 1.2 update). o In ipmi-fru, output "unspecified" for manufacturing date/time or peak capacity as appropriate (per FRU Revision 1.2 update). o In ipmi-fru, bridge additional FRU entries as appropriate. o In all tools reporting time (ipmi-sel, ipmi-fru, ipmi-oem, bmc-device, ipmi-sensors, ipmi-dcmi), special timestamps such as Post-Init and Unspecified will now be output. o Fix output corner case with entity sensor names in various tools. Libraries OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/freeipmi?expand=0&rev=28 --- freeipmi-1.2.9.tar.bz2 | 3 --- freeipmi-1.3.1.tar.bz2 | 3 +++ freeipmi.changes | 59 ++++++++++++++++++++++++++++++++++++++++++ freeipmi.spec | 2 +- 4 files changed, 63 insertions(+), 4 deletions(-) delete mode 100644 freeipmi-1.2.9.tar.bz2 create mode 100644 freeipmi-1.3.1.tar.bz2 diff --git a/freeipmi-1.2.9.tar.bz2 b/freeipmi-1.2.9.tar.bz2 deleted file mode 100644 index 95eac9f..0000000 --- a/freeipmi-1.2.9.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01f8136b850c1c6e3019c889adcc32d6dcb812a19c775a3e1ee4ab60c95b2ba7 -size 2175296 diff --git a/freeipmi-1.3.1.tar.bz2 b/freeipmi-1.3.1.tar.bz2 new file mode 100644 index 0000000..826a57c --- /dev/null +++ b/freeipmi-1.3.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0625865070cf59c047b1933541468223685120c7a44dffa6b3f79e570b4a8b39 +size 2172964 diff --git a/freeipmi.changes b/freeipmi.changes index 6142032..78a4b4f 100644 --- a/freeipmi.changes +++ b/freeipmi.changes @@ -1,3 +1,62 @@ +------------------------------------------------------------------- +Mon Aug 26 07:05:01 UTC 2013 - kkaempf@suse.com + +- FreeIPMI 1.3.1 - 08/22/13 + Tools - New Features + -------------------- + o In all tools reporting time (ipmi-sel, ipmi-fru, ipmi-oem, + bmc-device, ipmi-sensors, ipmi-dcmi), timestamps are now reporting + under the assumption the timestamp is already in localtime (compared + to being in UTC time and converted to localtime). This is by + definition in the IPMI specification. + o In all tools reporting time (ipmi-sel, ipmi-fru, ipmi-oem, + bmc-device, ipmi-sensors, ipmi-dcmi), support --utc-to-localtime, + --localtime-to-utc, and --utc-offset options to allow users to + adjust timestamps as needed for certain environments. + o In ipmi-fru, support output of DDR3 SDRAM modules. + o In ipmi-fru, support output of new FRU multirecords, most notably + extended DC output and extended DC load (per FRU Revision 1.2 + update). + o In bmc-device, support --get-sel-time-utc-offset and + --set-sel-time-utc-offset. + + Tools - Bug Fixes/Minor Changes + ------------------------------- + o In ipmi-fru, report power supply low/high end voltage ranges as + signed numbers (per FRU Revision 1.2 update). + o In ipmi-fru, output "unspecified" for manufacturing date/time or + peak capacity as appropriate (per FRU Revision 1.2 update). + o In ipmi-fru, bridge additional FRU entries as appropriate. + o In all tools reporting time (ipmi-sel, ipmi-fru, ipmi-oem, + bmc-device, ipmi-sensors, ipmi-dcmi), special timestamps such as + Post-Init and Unspecified will now be output. + o Fix output corner case with entity sensor names in various tools. + + Libraries + --------- + o In libfreeipmi, support additional chassis types (per FRU Revision + 1.2 update). + o In libfreeipmi, support new FRU multirecord types (per FRU Revision + 1.2 update). + o In libfreeipmi, support new IPMI_FRU_FLAGS_READ_RAW 'fru' + sub-library flag to read data from the FRU raw without parsing + headers/records. + o In libfreeipmi, add support for DDR3 SDRAM FRU entries and JEDEC + manufacturer IDs. + o In libfreeipmi, add support for Get SEL Time UTC Offset and Set SEL + Time UTC Offset payloads. + o In libfreeipmi 'sel' sub-library, support + IPMI_SEL_PARAMETER_UTC_OFFSET, + IPMI_SEL_STRING_FLAGS_UTC_TO_LOCALTIME, and + IPMI_SEL_STRING_FLAGS_LOCALTIME_TO_UTC options/flags. + o In libfreeipmi, do not pad legacy byte on IPMI 1.5 packets. Legacy + byte should be padded on ethernet frame, not IP packet. + o In libfreeipmi, 'sdr' sub-library, when creating SDR cache, add + checksums to cache to ensure data in cache is not corrupted. Older + caches without checksums still backwards compatible supported. + o In libfreeipmi, support new IPMI_ERR_COMMAND_INVALID_OR_UNSUPPORTED + error code for IPMI commands that are invalid or unsupported. + ------------------------------------------------------------------- Tue Jul 23 06:08:05 UTC 2013 - kkaempf@suse.com diff --git a/freeipmi.spec b/freeipmi.spec index 8f11087..a998c08 100644 --- a/freeipmi.spec +++ b/freeipmi.spec @@ -18,7 +18,7 @@ %define name freeipmi -%define version 1.2.9 +%define version 1.3.1 %if %{?_with_debug:1}%{!?_with_debug:0} %define release 1.debug%{?dist} %else