Skip to content

Commit deed7e8

Browse files
rabliyevausyskin
authored andcommitted
MeTee: bump version to 6.0.0
Update CHANGELOG.md Signed-off-by: Abliyev, Reuven <reuven.abliyev@intel.com>
1 parent 30e29e1 commit deed7e8

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [6.0.0]
2+
3+
**Note:** Backward incompatible ABI change:
4+
The struct TEEHANDLE struct is packed(1) now
5+
Added field to store V2 logger callback.
6+
7+
### Changed
8+
- Linux: pull libmei 1.7.0
9+
- CMake: consume four-part version
10+
- Windows: fix copyright format
11+
12+
### Added
13+
- Windows: C# OOP wrapper
14+
- TeeInitFull2 API
15+
116
## [5.0.0]
217

318
**Note:** Backward incompatible API change:

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,8 @@ Every thread should either initialize and use its own handle
6161
or a locking mechanism should be implemented by the caller to ensure
6262
that only one thread uses the handle at any time.
6363
The only exception is ability to call Disconnect to exit from read
64-
blocked on another thread.
64+
blocked on another thread.
65+
66+
## Artificial Intelligence
67+
68+
These contents may have been developed with support from one or more Intel-operated generative artificial intelligence solutions.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.0
1+
6.0.0

0 commit comments

Comments
 (0)