From 704f4c87c6b77338064ae4d52c19484ce1c01607 Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Sat, 8 Jan 2005 02:58:33 +0000 Subject: [PATCH] update changelog --- ipmitool/ChangeLog | 19 +++++++++++++++++++ ipmitool/debian/changelog | 28 ++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) diff --git a/ipmitool/ChangeLog b/ipmitool/ChangeLog index 3a1ef94..5d14760 100644 --- a/ipmitool/ChangeLog +++ b/ipmitool/ChangeLog @@ -1,3 +1,22 @@ +version 1.7.0 + * Propogate errors correctly so exit status will be useful + * More consistent display of errors including completion code text + * Errors and debug is send to stderr now + * New "sel get" command that will print details about SEL entry + and corresponding SDR records as well as FRUs via entity association + * Improved event generator, now supports reading events from text file + * New "-o oemtype" option for specifying OEM boards + exsting types are "supermicro" and "intelwv2" + * New PEF subsystem + * New "bmc" plugin for Solaris 10 x86 + * Many bugfixes and contributed patches + +version 1.6.2 + * Support for Supermicro BMC OEM authentication method + +version 1.6.1 + * Fix minor problem with LAN parameter setting + version 1.6.0 * Add a README file * Add Solaris x86 interface plugin diff --git a/ipmitool/debian/changelog b/ipmitool/debian/changelog index b483fea..8648dfb 100644 --- a/ipmitool/debian/changelog +++ b/ipmitool/debian/changelog @@ -1,3 +1,31 @@ +ipmitool (1.7.0) unstable; urgency=low + + * Propogate errors correctly so exit status will be useful + * More consistent display of errors including completion code text + * Errors and debug is send to stderr now + * New "sel get" command that will print details about SEL entry + and corresponding SDR records as well as FRUs via entity association + * Improved event generator, now supports reading events from text file + * New "-o oemtype" option for specifying OEM boards + exsting types are "supermicro" and "intelwv2" + * New PEF subsystem + * New "bmc" plugin for Solaris 10 x86 + * Many bugfixes and contributed patches + + -- Duncan Laurie Fri, Jan 7 2005 19:58:22 -0700 + +ipmitool (1.6.2) unstable; urgency=low + + * Support for Supermicro BMC OEM authentication method + + -- Duncan Laurie Mon, 16 Nov 2004 08:20:01 -0700 + +ipmitool (1.6.1) unstable; urgency=low + + * Fix minor problem with LAN parameter setting + + -- Duncan Laurie Wed, 29 Sep 2004 11:19:17 -0700 + ipmitool (1.6.0) unstable; urgency=low * Add a README