mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-11 02:57:22 +00:00
update changelogs for 1.8.2 release
This commit is contained in:
parent
0ad17ece4a
commit
36fefdabc3
@ -5,6 +5,14 @@ version 1.8.2
|
|||||||
* Fix IPMIv2 support on Intel v2 BMCs (use -o intelplus).
|
* Fix IPMIv2 support on Intel v2 BMCs (use -o intelplus).
|
||||||
* Separate option parsing code from main ipmitool source file.
|
* Separate option parsing code from main ipmitool source file.
|
||||||
* Add raw I2C support with IPMI Master Read-Write command.
|
* Add raw I2C support with IPMI Master Read-Write command.
|
||||||
|
* Add support for new 'sdr elist' extended output format.
|
||||||
|
* Add support for listing sensors by type with 'sdr type' command.
|
||||||
|
* Add support for new 'sel elist' extended output format that
|
||||||
|
cross-references events with sensors.
|
||||||
|
* Add support for sending dynamically generated platform events
|
||||||
|
based on existing sensor information.
|
||||||
|
* New '-S' argument to read local SDR cache created with 'sdr dump'.
|
||||||
|
* Updated manpage for ipmitool and ipmievd.
|
||||||
|
|
||||||
version 1.8.1
|
version 1.8.1
|
||||||
* ipmievd installs in /usr/sbin
|
* ipmievd installs in /usr/sbin
|
||||||
|
@ -61,13 +61,21 @@ rm -rf $RPM_BUILD_DIR/ipmitool-@VERSION@
|
|||||||
%doc %{_datadir}/doc/ipmitool/*
|
%doc %{_datadir}/doc/ipmitool/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Apr 20 2005 <duncan@iceblink.org> 1.8.2-1
|
* Wed May 18 2005 <duncan@iceblink.org> 1.8.2-1
|
||||||
- Fix FRU reading for large (>255 bytes) areas.
|
- Fix FRU reading for large (>255 bytes) areas.
|
||||||
- Overhaul to ipmievd to support SEL polling in addition to OpenIPMI.
|
- Overhaul to ipmievd to support SEL polling in addition to OpenIPMI.
|
||||||
- Fix LAN parameter segfault when no Ciphers supported by BMC.
|
- Fix LAN parameter segfault when no Ciphers supported by BMC.
|
||||||
- Fix IPMIv2 support on Intel v2 BMCs (use -o intelplus).
|
- Fix IPMIv2 support on Intel v2 BMCs (use -o intelplus).
|
||||||
- Separate option parsing code from main ipmitool source file.
|
- Separate option parsing code from main ipmitool source file.
|
||||||
- Add raw I2C support with IPMI Master Read-Write command.
|
- Add raw I2C support with IPMI Master Read-Write command.
|
||||||
|
- Add support for new 'sdr elist' extended output format.
|
||||||
|
- Add support for listing sensors by type with 'sdr type' command.
|
||||||
|
- Add support for new 'sel elist' extended output format that
|
||||||
|
cross-references events with sensors.
|
||||||
|
- Add support for sending dynamically generated platform events
|
||||||
|
based on existing sensor information.
|
||||||
|
- New '-S' argument to read local SDR cache created with 'sdr dump'.
|
||||||
|
- Updated manpage for ipmitool and ipmievd.
|
||||||
|
|
||||||
* Wed Apr 06 2005 <duncan@iceblink.org> 1.8.1-1
|
* Wed Apr 06 2005 <duncan@iceblink.org> 1.8.1-1
|
||||||
- Install ipmievd into /usr/sbin
|
- Install ipmievd into /usr/sbin
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
ipmitool (1.8.2-1) UNRELEASED; urgency=low
|
ipmitool (1.8.2-1) unstable; urgency=low
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
- Fix FRU reading for large (>255 bytes) areas.
|
- Fix FRU reading for large (>255 bytes) areas.
|
||||||
@ -8,11 +8,19 @@ ipmitool (1.8.2-1) UNRELEASED; urgency=low
|
|||||||
- Fix IPMIv2 support on Intel v2 BMCs (use -o intelplus).
|
- Fix IPMIv2 support on Intel v2 BMCs (use -o intelplus).
|
||||||
- Separate option parsing code from main ipmitool source file.
|
- Separate option parsing code from main ipmitool source file.
|
||||||
- Add raw I2C support with IPMI Master Read-Write command.
|
- Add raw I2C support with IPMI Master Read-Write command.
|
||||||
|
- Add support for new 'sdr elist' extended output format.
|
||||||
|
- Add support for listing sensors by type with 'sdr type' command.
|
||||||
|
- Add support for new 'sel elist' extended output format that
|
||||||
|
cross-references events with sensors.
|
||||||
|
- Add support for sending dynamically generated platform events
|
||||||
|
based on existing sensor information.
|
||||||
|
- New '-S' argument to read local SDR cache created with 'sdr dump'.
|
||||||
|
- Updated manpage for ipmitool and ipmievd.
|
||||||
* Correct the upstream URL in debian/changelog to the current one.
|
* Correct the upstream URL in debian/changelog to the current one.
|
||||||
* Suggest package openipmi. (Closes: #305629)
|
* Suggest package openipmi. (Closes: #305629)
|
||||||
* Add debian/watch file to detect new source versions.
|
* Add debian/watch file to detect new source versions.
|
||||||
|
|
||||||
-- Duncan Laurie <duncan@iceblink.org> Wed, 20 Apr 2005 16:58:37 -0700
|
-- Duncan Laurie <duncan@iceblink.org> Wed, 18 May 2005 16:48:37 -0700
|
||||||
|
|
||||||
ipmitool (1.8.1-1) unstable; urgency=low
|
ipmitool (1.8.1-1) unstable; urgency=low
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user