Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > 1ddabdeb0fce0f06a5cc2aaf86d6bc52 > files > 56

freeipmi-0.5.1-7.el5.x86_64.rpm

0.5.1
-----
For Users
---------
o Added previously missing IPMI 2.0 (-D LAN_2_0) support into
  ipmi-chassis, ipmi-fru, ipmi-sensors, ipmi-sel, ipmi-raw, and
  ipmimonitoring.
o Added more strict IPMI over LAN implementation into ipmi-chassis,
  ipmi-fru, ipmi-sensors, ipmi-sel, ipmi-raw, and ipmimonitoring.  
o OpenIPMI and KCS Inband drivers will timeout after a certain period
  of time, so tools will no longer hang if the BMC is non-functional.
o Ported IPMI compliance workarounds from ipmipower, ipmiconsole, and
  ipmimonitoring into ipmi-chassis, ipmi-fru, ipmi-sensors, ipmi-sel,
  and ipmi-raw.
o Updated all manpages with more instructions, information, examples,
  and trouble shooting tips.
o Support --debug option under the non-debug builds.
o Rewrote error messages to provide more accurate descriptions.
o Removed CALLBACK and OEM privilege capabilities in most tools.
o Removed the quiet and silent options from bmc-config.
o Added openipmi driver to bmc-watchdog.
o Added keypair command line support to pef-config.
o Removed bmc-autoconfig tool.
o Added more details comments and instructions to bmc-config checkout.
o Converted ipmiconsole, ipmipower, and ipmimonitoring to use argp
  instead of getopt for consistency of usage output.
o Re-word "ASUS 2.0" workaround into generic "IGNORE SOL PAYLOAD SIZE"
  workaround.
o Support new "IGNORE SOL PORT" workaround.
o Made many command line options, interactive prompt, and config file
  options consistent across FreeIPMI tools.  Inconsistencies between
  dashes and underscores have been fixed in a number of places.
  Backwards compatability has been maintained when possible. Notable
  changes include:
  o --priv-level and --privilege options are now --privilege-level.
  o --auth-type options are now --authentication-type.
  o --reg-space or --register-space options are now --register-spacing.
  o --hostnames (plural) is now --hostname (not-plural).  
  o --timeout is now --session-timeout.
  o --retry is now --retransmission.
  o All tools now use -W (--workarounds) to specify workarounds.
  o The "plain" authentication type is now the
    "straight_password_key" authentication type.
  o The short option -r for --register-spacing has been removed for
    consistency with other command line options.
  o Short options for most debugging options have been removed.
  o All -H and -h (help) options have been changed to -? for
    consistency in all tools. 
  o All -v (version) options have been changed to -V for consistency
    with all tools. 
  o The -T option and -I option in ipmipower have been flipped for
    consistency with other tools.
  o The -c option in ipmiconsole is now the -I option for consistency
    with other tools.
  o Short option -I changed to -D in bmc-watchdog for consistency with
    other tools.
  o The -i option in bmc-config is now the -c option.
  o The -k option in bmc-config and pef-config is now the -e option.
o Various other minor bug fixes and enhancements.

For Developers
--------------
o Added IPMI 2.0 into UDM.
o Added workaround support into UDM for IPMI 1.5 and IPMI 2.0.
o Added IPMI 2.0 into the libipmimonitoring API.
o Added scalability fixes into libipmiconsole for Conman.
o Fix various library variable names and macros for consistency.
  Notable changes.
  1) ipmi_ver_minor and ipmi_ver_major in struct ipmi_locate_info have
     been renamed to ipmi_version_minor and ipmi_version_major.
  2) reg_space/register_space have been renamed to register_spacing globally.
  3) privilege has been replaced to privilege_level globally.
  4) Various library error codes have been renamed for consistency for
     error codes in other libraries.  For example OUTMEM has been
     changed to OUT_OF_MEMORY globally.
  5) Various error codes and messages have been renamed/redone to give
     more useful information.  For example, IPMI_ERR_PRIVILEGE is now
     IPMI_ERR_PRIVILEGE_LEVEL_CANNOT_BE_OBTAINED and the error message
     has been updated appropriately.
o Various bug fixes and enhancements.
     
0.4.6
-----
o Fix sdr cache corruption bug.

0.4.5
-----
o Fix command line parse issue in ipmidetect.
o Fix rpm daemon install scripts for ipmidetectd.

0.4.4
-----
o Alter userncame-capabilities workaround to
authentication-capabilities workaronds to cover more situations.
o Fix libipmiconsole new console port corner case.
o Fix manpage typos.

0.4.3
-----
o Add ASUS P5M2 workarounds in ipmipower, ipmiconsole, and ipmimonitoring.
o Fix bad input assert corner cases.
o Fix non-default install bug.
o Fix range check in bmc-config SOL config that was inconsistent with IPMI spec.
o Fix ipmipower config file logic bug.
o Fix ipmipower config output logic bug.
o Fix potential pre-processor compile bug.
o Fix manpage typos.
o Fix error output messages in bmc-config.
o Fix legacy config option issues.
o Fix usage help in ipmiconsole.

0.4.2
-----
o ipmimonitoring: Fixed free bug that can cause segfaults.
o Fix SLES packaging issue.

0.4.1
-----

For Users
---------
o Added hostrange support to ipmi-sensors, ipmi-sel, ipmi-raw, and bmc-info
o Added ipmimonitoring
o Added ipmidetect
o Added pef-config
o Added ipmi-chassis
o Added ipmi-fru
o Added -T option to ipmiconsole.
o Re-architected workarounds options for Ipmipower due to increasing number
  of vendor specific workarounds implemented. -W, -S, -Z, -X, -Y options removed.
  New -W option implemented.
o Adjust ipmipower options to follow hostrange convention of other tools.
o -Q option added for ipmi-sensors and ipmi-sel.
o -q option added for ipmi-sensors.
o Add verbose checkout/commit progress information for large checkout(s)/commit(s).
o Add sensor names to ipmi-sel output when possible.
o Output more descriptive error messages in most FreeIPMI tools.
o '0x' parsing support in ipmi-raw.
o Sun IPMI 2.0 workarounds in ipmipower and ipmiconsole.
o Various bug fixes throughout FreeIPMI.

For Developers
--------------
o Added SDR debugging capabilities to ipmi-sdr and ipmi-sensors.
o Added libipmimonitoring
o Added libipmidetect
o Additional IPMI sub section support in libfreeipmi.
o Re-architected UDM for more descriptive error codes.
o Various bug fixes/performance fixes to libipmiconsole, libfreeipmi.

0.3.3
-----
o Support per-msg-auth in LAN udm and majority of FreeIPMI tools.
o Support hex k-g input/output.
o Fix ipmipower per-msg-auth.
o Fix ipmiconsole k_g key corner case.
o Fix libipmiconsole state machine corner case.
o Fix OpenIPMI driver build bug.
o Fix strdup corner case in bmc-config.
o Allow OEM network functions.

0.3.2
-----
o -N option added to ipmiconsole.
o -L option added to ipmiconsole.
o -K option added to ipmipower and ipmiconsole.
o -P option replaced w/ -W option in ipmipower.
o -P option added to most tools.
o Fix seg-fault in ipmiconsole.
o Fix various bugs in in libipmiconsole and ipmiconsole.
o Fix secure malloc bug.

0.3.1
-----

o FreeBSD Support
o libfreeipmi: Header file include/C++ fixes.
o ipmi-sensors, ipmi-sel: Fix SDR cache creation bug for /tmp.
o ipmi-sensors: Fix SDR parsing corner case bugs.
o ipmipower, ipmiconsole: Fix mem-leak possibility.

0.3.0
-----

For Users
---------
o Added ipmiconsole.
o IPMI 2.0 connection support added to ipmipower.
o IPMI 2.0 ping support added to ipmiping.
o IPMI 2.0 and Serial-Over-LAN (SOL) configuration added to bmc-config.
o Added sectional input/output support to bmc-config (--listsections and --section options).
o Added OpenIPMI driver support to bmc-info, ipmi-raw, ipmi-sel, ipmi-sensors.
o ipmi-raw raw input/output style change to support luns and network functions.
o bmc-info, ipmi-raw, ipmi-sel, ipmi-sensors out-of-band communication made more reliable.
o Sensor reading added to ipmi-sel for better output
o Intel 2.0 workarounds added to ipmipower.
o Supermicro 2.0 workarounds added to ipmipower.
o --wait-until-on, --wait-until-off, --retry-wait-timeout options added to ipmipower.
o --delete-range option added to ipmi-sel
o --flush-cache option added to ipmi-sel.
o --sdr-cache-directory option added to ipmi-sel and ipmi-sensors.
o Removed fish
o Removed garpd
o Various bug fixes throughout FreeIPMI.

For Developers
--------------
o IPMI 2.0 support added to libfreeipmi.
o Added libipmiconsole.
o ipmi-sensors, ipmi-sel, and bmc-config re-written in C.
o Added OpenIPMI driver support to libfreeipmi.
o Libfreeipmi Fiid interface re-implemented.
o Libfreeipmi code significantly cleaned up.
o In debug mode, packet dump, function trace, and various debugging added to libfreeipmi.