Skip to content

Releases: intel/libmei

v1.6.3

16 Sep 13:27
Compare
Choose a tag to compare

[1.6.3]

Fixed

  • mark __dump_buffer as debug-only
  • cast fwsts_num to off_t to suppress warning

v1.6.2

16 Sep 12:39
Compare
Choose a tag to compare

[1.6.2]

Changed

  • dump traffic only in debug builds

v1.6.1

16 Sep 12:38
Compare
Choose a tag to compare

[1.6.1]

Fixed

  • fix variable type for readlink output

v1.6.0

28 May 06:10
Compare
Choose a tag to compare

[1.6.0]

Note: backward-incompatible API breakage:
mei_set_log_callback now returns int instead of uint32_t.

Fixed

  • convert size to required type
  • rewrite dump_hex_buffer

Added

  • CMake: enable several extended compilation warnings

Changed

  • change mei_set_log_callback return type

v1.5.6

27 May 13:01
Compare
Choose a tag to compare

[1.5.6]

Added

  • add api to get trc value

v1.5.5

27 May 05:40
Compare
Choose a tag to compare

[1.5.5]

Added

  • add log callback

v1.5.4

26 May 14:58
Compare
Choose a tag to compare

[1.5.4]

Fixed

  • Allow connect in error state

Added

  • README: explain build steps
  • set security policy for the project

v1.5.3

04 Jun 13:00
Compare
Choose a tag to compare

[1.5.3]

Added

  • add log level api

v1.5.2

01 Mar 12:27
Compare
Choose a tag to compare

[1.5.2]

Fixed

  • terminate readlink output
  • expand error handling of readlink and snprintf
  • print size_t with unsigned format

v1.5.1

18 Apr 12:59
Compare
Choose a tag to compare

[1.5.1]

Fixed

  • allow to reconnect if client previously not found
  • fix documenation spelling errors
  • add codespell config file