diff --git a/ipmitool/debian/changelog b/ipmitool/debian/changelog index 1dc98f2..ed1925e 100644 --- a/ipmitool/debian/changelog +++ b/ipmitool/debian/changelog @@ -1,3 +1,17 @@ +ipmitool (1.5.8) unstable; urgency=low + + * Enable static compilation of interfaces + * Fix types to be 64-bit safe + * Fix compilation problems on Solaris + * Fix multiple big-endian problems for Solaris/SPARC + * Fix channel access to save settings to NVRAM + * Set channel privilege limit to ADMIN during "access on" + * Enable gratuitous ARP in bmcautoconf.sh + * Add support for Linux kernel panic messages in SEL output + * Add support for type 3 SDR records + + -- Duncan Laurie Tue, 27 Jan 2004 16:23:25 -0700 + ipmitool (1.5.7) unstable; urgency=low * add IPMIv1.5 eratta fixes diff --git a/ipmitool/ipmitool.spec.in b/ipmitool/ipmitool.spec.in index e3d727e..98476da 100644 --- a/ipmitool/ipmitool.spec.in +++ b/ipmitool/ipmitool.spec.in @@ -66,6 +66,17 @@ rm -rf $RPM_BUILD_DIR/@IPMITOOL_PKG@-@VERSION@ %{_includedir}/ipmitool/*.h %changelog +* Tue Jan 27 2004 1.5.8-1 + - Enable static compilation of interfaces + - Fix types to be 64-bit safe + - Fix compilation problems on Solaris + - Fix multiple big-endian problems for Solaris/SPARC + - Fix channel access to save settings to NVRAM + - Set channel privilege limit to ADMIN during "access on" + - Enable gratuitous ARP in bmcautoconf.sh + - Add support for Linux kernel panic messages in SEL output + - Add support for type 3 SDR records + * Mon Jan 5 2004 1.5.7-1 - add IPMIv1.5 eratta fixes - additions to FRU printing and FRU multirecords