Skip to content

Commit

Permalink
MeTee: bump version to 4.1.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 May 28, 2024
1 parent f923055 commit a1cd5d6
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## [4.1.0]

### Fixed
- Linux: add newlines to messages
- Linux: cancel waiting operation on disconnect
- Windows: rewrite overlapped operations
- Linux: define GUID in more compatible way
- tests: fix GetDriverVersion test
- tests: fix crash in failed 1000 handles test
- Windows: do not retake last error from ioctl
- Windows: demote print to debug
- CMake: use PDB path generator expression
- Linux: fix timeout and signedness

### Added
- README: add thread safety section
- tests: add test for interrupted read
- CMake: enable several extended compilation warnings

### Changed
- Linux: pull libmei 1.6.0

### Removed
- Linux: drop unused define
- Windows: remove unused layers
- Doxygen: disable HTML timestamps

## [4.0.0]

**Note:** Backward compatible API change
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.0
4.1.0

0 comments on commit a1cd5d6

Please sign in to comment.