Skip to content

Commit

Permalink
common: 1.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinslusarz committed Aug 28, 2019
1 parent 5df654b commit cde241e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions ChangeLog
@@ -1,6 +1,6 @@
Fri Aug 09 2019 Marcin Ślusarz <marcin.slusarz@intel.com>
Wed Aug 28 2019 Marcin Ślusarz <marcin.slusarz@intel.com>

* Version 1.5.2-rc1
* Version 1.5.2

This release fixes possible pool corruptions on Windows
(see https://github.com/pmem/pmdk/pull/3728 for details),
Expand All @@ -22,6 +22,8 @@ Fri Aug 09 2019 Marcin Ślusarz <marcin.slusarz@intel.com>
- rpmem: lock file prior to unlink (#833)
- common: fix for pool_set error handling (#1036)
- pmreorder: fix handling of store drain flush drain pattern
- obj: fix possible memory leak in tx_add_lock
- pool: free bad_block vector
- common: fix bug in badblock file error handling
- obj: fix handling of malloc failures
- common: fix handling of malloc failures (ctl)
Expand All @@ -40,6 +42,9 @@ Fri Aug 09 2019 Marcin Ślusarz <marcin.slusarz@intel.com>
- test: remove old log files for windows (#1013)
- test: remove invalid expect_normal_exit (#1092)
- test: suppress ld leak (#1098)
- test: fix failing pmemdetect on Windows
- test: fix match files in tests which use dax devices
- test: fix pmempool_check test

Tue Feb 19 2018 Marcin Ślusarz <marcin.slusarz@intel.com>

Expand Down
1 change: 0 additions & 1 deletion GIT_VERSION

This file was deleted.

1 change: 1 addition & 0 deletions VERSION
@@ -0,0 +1 @@
1.5.2

0 comments on commit cde241e

Please sign in to comment.