From bdc649768153f2b3831168d6b32f3f0476f72799f2f979f36821744e00576219 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= Date: Fri, 20 Apr 2012 06:49:50 +0000 Subject: [PATCH] - FreeIPMI 1.1.4 - 04/19/12 Tools ------ o In ipmi-oem, fix error message output in several Supermicro OEM commands. o In ipmi-oem, add Intel --get-power-restore-delay and --set-power-restore-delay support. o In ipmi-sel, support Intel S2600JF/Appro 512x OEM SEL interpretations. Libraries ---------- o In libfreeipmi, support new sensor and SEL event interpretations, including Session Audit, Voltage Limits. o In libfreeipmi, support new OEM interpretations for Intel S5000PAL NMI State and SMI timeout sensors/SEL events. o In libfreeipmi, support Intel S2600JF/Appro 512x OEM SEL interpretations. Misc ---- o Various documentation updates. OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/freeipmi?expand=0&rev=5 --- freeipmi.changes | 26 ++++++++++++++++++++++++++ freeipmi.spec | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/freeipmi.changes b/freeipmi.changes index 2f9b523..3efdd6a 100644 --- a/freeipmi.changes +++ b/freeipmi.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Fri Apr 20 06:42:25 UTC 2012 - kkaempf@suse.com + +- FreeIPMI 1.1.4 - 04/19/12 + Tools + ------ + o In ipmi-oem, fix error message output in several Supermicro OEM + commands. + o In ipmi-oem, add Intel --get-power-restore-delay and + --set-power-restore-delay support. + o In ipmi-sel, support Intel S2600JF/Appro 512x OEM SEL + interpretations. + + Libraries + ---------- + o In libfreeipmi, support new sensor and SEL event + interpretations, including Session Audit, Voltage Limits. + o In libfreeipmi, support new OEM interpretations for Intel S5000PAL + NMI State and SMI timeout sensors/SEL events. + o In libfreeipmi, support Intel S2600JF/Appro 512x OEM SEL + interpretations. + + Misc + ---- + o Various documentation updates. + ------------------------------------------------------------------- Fri Mar 23 16:14:28 UTC 2012 - trenn@suse.de diff --git a/freeipmi.spec b/freeipmi.spec index 12e9708..97c6a00 100644 --- a/freeipmi.spec +++ b/freeipmi.spec @@ -18,7 +18,7 @@ %define name freeipmi -%define version 1.1.3 +%define version 1.1.4 %if %{?_with_debug:1}%{!?_with_debug:0} %define release 1.debug%{?dist} %else