From 8a609d078e1eb13971f80c183d21190e33c6327d Mon Sep 17 00:00:00 2001 From: Mykola Malik Date: Mon, 19 Dec 2022 17:59:23 +0200 Subject: [PATCH] Updated files for the release v1.15.3 (#1376) - added new version to the Changelog - updated the version in CMakeLiats.txt Relates-To: OLPEDGE-2786 Signed-off-by: Mykola Malik Signed-off-by: Mykola Malik --- CHANGELOG.md | 5 +++++ CMakeLists.txt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdd5e16d4..d4848414f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v1.15.3 (19/12/2022) + +**Common** +* Fixed open behavior on the `No space left` errors in the protected cache. Now, the cache will be opened in the Read-Only mode if the `No space left` error occurs while opening cache in the Read-Write mode. + ## v1.15.2 (04/11/2022) **Common** diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d5c2e666..0d8a09b59 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ cmake_minimum_required(VERSION 3.9) # Build the sdk targets -project(olp-cpp-sdk VERSION 1.15.2) +project(olp-cpp-sdk VERSION 1.15.3) # Add preprocessor definitions for the SDK version and platform name add_definitions(-DOLP_SDK_VERSION_STRING=\"${olp-cpp-sdk_VERSION}\")