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

Commit 9bbf2c0

Browse files
committed
common: 1.5 release
1 parent c935ba7 commit 9bbf2c0

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

.version

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

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ project(libpmemobj-cpp C CXX)
3535
set(VERSION_MAJOR 1)
3636
set(VERSION_MINOR 5)
3737
set(VERSION_PATCH 0)
38-
set(VERSION_PRERELEASE rc2)
38+
#set(VERSION_PRERELEASE rc1)
3939

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

ChangeLog

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
Wed Oct 19 2018 Marcin Ślusarz <[email protected]>
1+
Fri Oct 26 2018 Marcin Ślusarz <[email protected]>
22

3-
* Version 1.5-rc2
3+
* Version 1.5
44

5-
This is the first release of libpmemobj-cpp as a separate project.
5+
This is the first release of libpmemobj-cpp as a separate project.
66

7-
It introduces one persistent container - array, which has std::array
8-
like interface. Currently it is considered experimental and lives
9-
in experimental namespace.
7+
It introduces one persistent container - array, which has std::array
8+
like interface. Currently it is considered experimental and lives
9+
in experimental namespace.
1010

11-
We have also cleaned up some function names that, in retrospect, were
12-
chosen poorly. Functions with old names are still there but are
13-
deprecated.
11+
We have also cleaned up some function names that, in retrospect, were
12+
chosen poorly. Functions with old names are still there but are
13+
deprecated.
1414

15-
Experimental features:
16-
- volatile resides on pmem class
17-
- persistent array container
15+
Experimental features:
16+
- volatile resides on pmem class
17+
- persistent array container

0 commit comments

Comments
 (0)