Skip to content

Commit

Permalink
MeTee: CHANGELOG: update to version 3.0.0
Browse files Browse the repository at this point in the history
Update CHANGELOG with 3.0.0 content

Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
  • Loading branch information
ausyskin authored and Tomas Winkler committed Jul 22, 2020
1 parent 7229665 commit 4c76c31
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## [3.0.0]

**Note:** below changes break API and ABI compatibility with older library versions.

### Changed
- Windows: Add separate TeeInitGUID API to init library by using device class GUID.

### Fixed
- Fix miscellaneous code issues in samples.
- Windows: return right size of processed data.
- Windows: fix connect to the externally provided guid.
- Windows: enlarge debug output buffer.
- Modernize CMake configuration.
- Fix spelling mistakes all over the library.
- Windows: check return pointers for NULL before write.
- Windows: fix reconnect if underlying client was disconnected from FW side.
- Doxygen documentation cleaned up and expanded.
- Linux: import libmei 1.4 code.

### Added
- Windows: ability to connect to device by path.
- API to use externally opened file handle.
- Tests with long buffers.
- Ability to build dynamic library.
- Support for meson build system.
- Option to write output to console instead of Syslog/DbgView

## [2.2.2]

### Added
Expand Down

0 comments on commit 4c76c31

Please sign in to comment.