From 2a574a3e8b48205104556fd39484ef7e7a039a9e Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Thu, 21 Apr 2005 00:08:15 +0000 Subject: [PATCH] update changelogs for release, add readme for debian packages that points to howto by Tim Small --- ipmitool/ChangeLog | 8 ++++++++ ipmitool/control/ipmitool.spec.in | 8 ++++++++ ipmitool/debian/README.Debian | 5 +++++ ipmitool/debian/changelog | 11 +++++++++++ 4 files changed, 32 insertions(+) create mode 100644 ipmitool/debian/README.Debian diff --git a/ipmitool/ChangeLog b/ipmitool/ChangeLog index edb5b84..0feab1b 100644 --- a/ipmitool/ChangeLog +++ b/ipmitool/ChangeLog @@ -1,3 +1,11 @@ +version 1.8.2 + * Fix FRU reading for large (>255 bytes) areas. + * Overhaul to ipmievd to support SEL polling in addition to OpenIPMI. + * Fix LAN parameter segfault when no Ciphers supported by BMC. + * Fix IPMIv2 support on Intel v2 BMCs (use -o intelplus). + * Separate option parsing code from main ipmitool source file. + * Add raw I2C support with IPMI Master Read-Write command. + version 1.8.1 * ipmievd installs in /usr/sbin diff --git a/ipmitool/control/ipmitool.spec.in b/ipmitool/control/ipmitool.spec.in index ae85bd1..25c68a6 100644 --- a/ipmitool/control/ipmitool.spec.in +++ b/ipmitool/control/ipmitool.spec.in @@ -60,6 +60,14 @@ rm -rf $RPM_BUILD_DIR/ipmitool-@VERSION@ %doc %{_datadir}/doc/ipmitool/* %changelog +* Wed Apr 20 2005 1.8.2-1 + - Fix FRU reading for large (>255 bytes) areas. + - Overhaul to ipmievd to support SEL polling in addition to OpenIPMI. + - Fix LAN parameter segfault when no Ciphers supported by BMC. + - Fix IPMIv2 support on Intel v2 BMCs (use -o intelplus). + - Separate option parsing code from main ipmitool source file. + - Add raw I2C support with IPMI Master Read-Write command. + * Wed Apr 06 2005 1.8.1-1 - Install ipmievd into /usr/sbin diff --git a/ipmitool/debian/README.Debian b/ipmitool/debian/README.Debian new file mode 100644 index 0000000..0b2d324 --- /dev/null +++ b/ipmitool/debian/README.Debian @@ -0,0 +1,5 @@ +For more information about setting up your Debian system with IPMI +please see the excellent howto by Tim Small: + +http://buttersideup.com/docs/howto/IPMI_on_Debian.html + diff --git a/ipmitool/debian/changelog b/ipmitool/debian/changelog index 327b49b..9a82988 100644 --- a/ipmitool/debian/changelog +++ b/ipmitool/debian/changelog @@ -1,3 +1,14 @@ +ipmitool (1.8.2-1) unstable; urgency=low + + * Fix FRU reading for large (>255 bytes) areas. + * Overhaul to ipmievd to support SEL polling in addition to OpenIPMI. + * Fix LAN parameter segfault when no Ciphers supported by BMC. + * Fix IPMIv2 support on Intel v2 BMCs (use -o intelplus). + * Separate option parsing code from main ipmitool source file. + * Add raw I2C support with IPMI Master Read-Write command. + + -- Duncan Laurie Wed, 20 Apr 2005 16:58:37 -0700 + ipmitool (1.8.1-1) unstable; urgency=low * New upstream release.