update to 1.5.4
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/freeipmi?expand=0&rev=79
This commit is contained in:
committed by
Git OBS Bridge
parent
e24aa24e6a
commit
c9b52fcde6
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d36225b01cc965812e234e708d640381d030edf7689d4264d6f64c26a3c9868
|
||||
size 3245771
|
Binary file not shown.
3
freeipmi-1.5.4.tar.gz
Normal file
3
freeipmi-1.5.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6504a775d5d818c9353ecc7b2697596b29f8bc05e917b6f70157492fbddd1fd5
|
||||
size 3249494
|
BIN
freeipmi-1.5.4.tar.gz.sig
Normal file
BIN
freeipmi-1.5.4.tar.gz.sig
Normal file
Binary file not shown.
@@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 4 08:32:38 UTC 2016 - kkaempf@suse.com
|
||||
|
||||
- Update to 1.5.4
|
||||
o Various changes/fixes in libipmiconsole
|
||||
- If user retrieves file descriptor from ipmiconsole_ctx_fd,
|
||||
user is required to close it. ipmiconsole_ctx_destroy no
|
||||
longer closes it. This is to avoid a potential double close
|
||||
which can be a problem for multithreaded applications. This
|
||||
is a change in behavior, but we do not believe this will
|
||||
affect most applications since most users close the file
|
||||
descriptor under most scenarios anyways.
|
||||
- ipmiconsole_ctx_destroy() should now be called to free
|
||||
resources even if ipmiconsole_engine_teardown() has been
|
||||
called. This has been done to create consistent behavior in
|
||||
the API and avoid a former segfault possibility. This is a
|
||||
change in behavior, but we do not believe this will affect
|
||||
most applications since ipmiconsole_engine_teardown() is
|
||||
only called when an application is being shutdown.
|
||||
- The use of IPMICONSOLE_ENGINE_CLOSE_FD has been clarified in
|
||||
the header file. Some of the prior text was unclear.
|
||||
Behavior has not been changed.
|
||||
o In ipmi-oem, support Intel get-bmc-services and set-bmc-
|
||||
services commands.
|
||||
o In ipmi-oem, support Gigabyte get-nic-mode and set-nic-mode
|
||||
commands.
|
||||
o Support Gigabyte MD90-FS0-ZB OEM SEL events.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 2 06:01:20 UTC 2016 - kkaempf@suse.com
|
||||
|
||||
|
@@ -24,7 +24,7 @@
|
||||
%endif
|
||||
|
||||
%define name freeipmi
|
||||
%define version 1.5.3
|
||||
%define version 1.5.4
|
||||
%define srcversion %{version}
|
||||
%if %{?_with_debug:1}%{!?_with_debug:0}
|
||||
%define release 1.debug%{?dist}
|
||||
|
Reference in New Issue
Block a user