From 0173c7b6eef327f398c16e51e5ab770390b91472 Mon Sep 17 00:00:00 2001 From: Alexander Usyskin Date: Wed, 22 Feb 2023 09:28:49 +0200 Subject: [PATCH] MeTee: bump version to 3.1.6 Update CHANGELOG.md Signed-off-by: Alexander Usyskin --- CHANGELOG.md | 21 +++++++++++++++++---- VERSION | 2 +- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fdc444..e65252d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,31 @@ +## [3.1.6] + +### Fixed + - CMake: fix secure compiler options + - Windows: convert win32 errors to library errors + - doc: update doxygen config + - Linux: pull in libmei 1.5.2 + - Windows: return with error on memcpy failure + - Windows: Drop non needed variable initialization on declaration + +### Added + - CMake: add preset to compile all code + ## [3.1.5] -### Fixes +### Fixed - Linux: return better errors from TeeInit - samples: mkhi: account for errors from init - tests: update tests for fixed linux init ## [3.1.4] -### Fixes +### Fixed - Linux: replace select with poll - Linux: use positive errno number in strerror - conan: drop cxx requirement -## Changed +### Changed - build: take gtest 1.12.1 - tests: use fixed gtest version in download @@ -22,7 +35,7 @@ ## [3.1.3] -### Fixes +### Fixed - samples: fix assignment and add explicit type-cast - Linux: pull-in libmei 1.5.1 with fix for reconnect if client not found diff --git a/VERSION b/VERSION index 3ad0595..9cec716 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1.5 +3.1.6