Update to current upstream release.

This commit is contained in:
Ales Ledvinka 2012-11-15 12:04:20 +01:00
parent 1471aee2a4
commit 17106d0ce1
3 changed files with 29 additions and 2 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@ freeipmi-0.8.8.tar.gz
/freeipmi-1.1.7.tar.gz /freeipmi-1.1.7.tar.gz
/freeipmi-1.2.1.tar.gz /freeipmi-1.2.1.tar.gz
/freeipmi-1.2.2.tar.gz /freeipmi-1.2.2.tar.gz
/freeipmi-1.2.3.tar.gz

View File

@ -5,7 +5,7 @@
Release: 1%{?dist} Release: 1%{?dist}
Name: freeipmi Name: freeipmi
Version: 1.2.2 Version: 1.2.3
License: GPLv3+ License: GPLv3+
Group: Applications/System Group: Applications/System
URL: http://www.gnu.org/software/freeipmi/ URL: http://www.gnu.org/software/freeipmi/
@ -347,6 +347,32 @@ fi
%dir %{_localstatedir}/cache/ipmiseld %dir %{_localstatedir}/cache/ipmiseld
%changelog %changelog
* Thu Nov 15 2012 Ales Ledvinka <aledvink@redhat.com> - 1.2.3-1
- Updated to freeipmi-1.2.3:
- In ipmi-oem, support new Dell Poweredge R720 OEM commands extensions,
including:
- get-nic-selection-failover
- set-nic-selection-failover
- power-monitoring-over-interval
- power-monitoring-interval-range
- get-last-post-code
- In ipmi-oem, update active-lom-status for Dell Poweredge R720.
- In ipmi-oem, support new Dell Poweredge R720 get-system-info option
'cmc-info'.
- In ipmi-oem, Dell get-system-info "slot-number" key changed to
"blade-slot-info". Legacy option still supported.
- In ipmi-sel, support Dell Poweredge R720 OEM SEL extensions.
- In all tools, support nochecksumcheck workaround option.
- In all daemons (ipmiseld, ipmidetectd, bmc-watchdog), check for
syscall errors during daemon setup.
- In libfreeipmi, support Dell R720 OEM extension intepretations.
- In libfreeipmi, libipmimonitoring, and libipmiconsole, support
NO_CHECKSUM_CHECK workaround flag.
- In libipmiconsole, IPMICONSOLE_DEBUG_FILE logs debug to files in
current working directory and not /var/log. PID is also appended to
debug files.
* Fri Oct 12 2012 Ales Ledvinka <aledvink@redhat.com> - 1.2.2-1 * Fri Oct 12 2012 Ales Ledvinka <aledvink@redhat.com> - 1.2.2-1
- Updated to freeipmi-1.2.2: - Updated to freeipmi-1.2.2:
- Support new --sol-payload-instance and --deactivate-all-instances - Support new --sol-payload-instance and --deactivate-all-instances

View File

@ -1 +1 @@
abcb5ebe9469bbcf0cb0d1bce3651fd7 freeipmi-1.2.2.tar.gz b1e21641c31b9d3291bdfe4a2b323d03 freeipmi-1.2.3.tar.gz