From 32f1c55c9761a04069ecb5621164671f00523603 Mon Sep 17 00:00:00 2001 From: Alexander Usyskin Date: Mon, 29 Jan 2024 15:46:07 +0200 Subject: [PATCH] MeTee: bump version to 4.0.0 Update CHANGELOG.md Signed-off-by: Alexander Usyskin --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ VERSION | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bec573..dbd45ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,36 @@ +## [4.0.0] + +**Note:** Backward compatible API change + +### Fixed + - Windows: initilaize variables + - conan: support higher version of the Linux compilers + - linux: fix print in get handle + - linux: do not set log if init failed + - Windows: fix close on exit + - Windows: add missing newline + - samples: return log level to original + - Linux: fix timeout treatment + - tests: disconnect at the end of test + - log: demote FUNC_ENTRY/EXIT to debug + +### Added + - add CONTRIBUTING.md file + - add GetTRC API + - add init api with all parameters + - add option for log callback + - git: add full VS gitignore + - CMake: add preset for full debug build + +### Changed + - Linux: pull libmei 1.5.6 + - samples: use stdbool on windows + - windows: replace spaces with tabs + +### Removed + - CMake: disable doc build by default + - CMake: drop system ver requirement + ## [3.2.4] ### Fixed diff --git a/VERSION b/VERSION index 351227f..fcdb2e1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.2.4 +4.0.0