Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit ec976bc

Browse files
common: 1.5.2-rc1 release
1 parent 3170bc7 commit ec976bc

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

.version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.5.2-rc1

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2018-2019, Intel Corporation
2+
# Copyright 2018-2021, Intel Corporation
33
#
44
# Redistribution and use in source and binary forms, with or without
55
# modification, are permitted provided that the following conditions
@@ -34,8 +34,8 @@ project(libpmemobj-cpp C CXX)
3434

3535
set(VERSION_MAJOR 1)
3636
set(VERSION_MINOR 5)
37-
set(VERSION_PATCH 1)
38-
#set(VERSION_PRERELEASE rc1)
37+
set(VERSION_PATCH 2)
38+
set(VERSION_PRERELEASE rc1)
3939

4040
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR})
4141
if (VERSION_PATCH GREATER 0)

ChangeLog

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
1-
Tue Feb 19 2018 Marcin Ślusarz <[email protected]>
1+
Mon Jun 21 2021 Łukasz Stolarczuk <[email protected]>
2+
3+
* Version 1.5.2-rc1
4+
5+
This release fixes minor bugs and typos.
6+
7+
This is the last patch release for libpmemobj-cpp 1.5 version.
8+
Maintenance of this version is no longer supported.
9+
10+
Notable changes:
11+
- operator[] for contiguous_iterator takes signed integral instead of
12+
unsigned
13+
- throw an exception when pmemobj_mutex_unlock fail
14+
- fix crash when previous transaction failed to start because of
15+
already taken lock.
16+
17+
Tue Feb 19 2019 Marcin Ślusarz <[email protected]>
218

319
* Version 1.5.1
420

0 commit comments

Comments
 (0)