Skip to content

Commit

Permalink
MeTee: bump version to 4.2.0
Browse files Browse the repository at this point in the history
Update CHANGELOG.md

Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
  • Loading branch information
ausyskin committed Jul 25, 2024
1 parent e8f016a commit 50d018b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [4.2.0]

**Note:** ABI breakage in this version, struct tee_device_address was expanded

### Fixed
- tests: make tests robust
- Linux: fix variable type
- Windows: init read/write timeout to INT_MAX
- tests: add connect retries

### Added
- samples: add basic sample
- UEFI: initial implementation
- CMake: Windows: add static build

### Changed
- Linux: pull libmei 1.6.1
- CMake: minimum CMake to 3.15 and fix static build

## [4.1.0]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1.0
4.2.0

0 comments on commit 50d018b

Please sign in to comment.