libipmi_version.h 598 B

1234567891011121314151617181920
  1. #ifndef __LIBIPMI_VERSION_H__
  2. #define __LIBIPMI_VERSION_H__
  3. /*
  4. Version - 1.1
  5. Date - 14-Dec-2005
  6. Changes:
  7. -Added IPMB Interface.
  8. -Added LIBIPMI_HL_GetSDR in libipmi_sdr.c, a high level function to retreive SDRs based on medium type. In IPMB medium, SDRs must be retreived in chunks whereas in other mediums they can be retreived in a single stretch.
  9. -Changed LIBIPMI_GetCompleteSDR to use LIBIPMI_HL_GetSDR instead of IPMICMD_GetSDR.
  10. -Version information added.
  11. -Fix: In LIBIPMI_SetUser, expected response length field was unassigned. It is corrected.
  12. */
  13. #define LIBIPMI_VERSION "1.1"
  14. #endif