From edaf1aba336ea74bfe433a5eadb06dd05bae9755 Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Tue, 27 Jan 2004 23:31:02 +0000 Subject: [PATCH] add ChangeLog to top level dir --- ipmitool/ChangeLog | 46 ++++++++++++++++++++++++++++++++++++++++++++ ipmitool/Makefile.am | 2 +- 2 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 ipmitool/ChangeLog diff --git a/ipmitool/ChangeLog b/ipmitool/ChangeLog new file mode 100644 index 0000000..2630aeb --- /dev/null +++ b/ipmitool/ChangeLog @@ -0,0 +1,46 @@ +version 1.5.8 + * 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 + +version 1.5.7 + * Add IPMIv1.5 eratta fixes + * Additions to FRU printing and FRU multirecords + * Better handling of SDR printing + * Contrib scripts for creating rrdtool graphs + +version 1.5.6 + * Fix SEL event decoding for generic events + * Handle empty SEL gracefully when doing "sel list" + * Fix sdr handling of sensors that do not return a reading + * Fix for CSV display of sensor readings/units from Fredrik Öhrn + +version 1.5.5 + * Add -U option for setting LAN username + * Fix -v usage for plugin interfaces + +version 1.5.4 + * Put interface plugin API into library + * Fix ipmievd + +version 1.5.3 + * Add -g option to work with grizzly bmc + +version 1.5.2 + * Add support for setting gratuitous arp interval + +version 1.5.1 + * Better SEL support + * Fix display bug in SDR list + +version 1.5.0 + * More robust UDP packet handling + * Add Intel IMB driver support + * Use autoconf/automake/libtool + diff --git a/ipmitool/Makefile.am b/ipmitool/Makefile.am index 66745fd..c0b1061 100644 --- a/ipmitool/Makefile.am +++ b/ipmitool/Makefile.am @@ -32,7 +32,7 @@ # in the design, construction, operation or maintenance of any nuclear # facility. -EXTRA_DIST = ipmitool.spec.in AUTHORS COPYING debian/* +EXTRA_DIST = ipmitool.spec.in AUTHORS COPYING ChangeLog debian/* MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure configure-stamp \ config.guess config.sub depcomp install-sh ltmain.sh missing \