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

Commit d4633ac

Browse files
common: 1.8.2-rc1 release
1 parent 0654c2b commit d4633ac

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.version

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

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ project(libpmemobj-cpp C CXX)
3434

3535
set(VERSION_MAJOR 1)
3636
set(VERSION_MINOR 8)
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Mon Aug 01 2022 Łukasz Stolarczuk <[email protected]>
2+
3+
* Version 1.8.2-rc1
4+
5+
This release fixes minor bugs.
6+
7+
This is the last patch release for libpmemobj-cpp 1.7 version.
8+
Maintenance of this version is no longer supported.
9+
10+
Notable changes:
11+
- vector: fix referencing empty array
12+
- vector: Fix undefined behaviour on realloc
13+
114
Fri Jul 29 2022 Łukasz Stolarczuk <[email protected]>
215

316
* Version 1.7.1

0 commit comments

Comments
 (0)