newsGNU FreeIPMI - News: FreeIPMI 1.5.4 Released

 
 
Latest News
FreeIPMI 1.6.12 & 1.6.13 Released posted by chu11, Sat 27 Jan 2024 12:59:45 AM UTC
FreeIPMI 1.6.11 Released posted by chu11, Wed 07 Jun 2023 11:51:26 PM UTC
FreeIPMI 1.6.10 Released posted by chu11, Wed 31 Aug 2022 05:13:55 PM UTC
FreeIPMI 1.6.9 Released posted by chu11, Wed 19 Jan 2022 07:26:15 PM UTC
FreeIPMI 1.6.8 Released posted by chu11, Thu 20 May 2021 04:28:17 AM UTC

FreeIPMI 1.5.4 Released

Item posted by Albert Chu <chu11> on Fri 30 Sep 2016 10:45:41 PM UTC.

http://ftp.gnu.org/gnu/freeipmi/freeipmi-1.5.4.tar.gz

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.

 

Back to the top

Powered by Savane 3.13-4448.
Corresponding source code