-
Notifications
You must be signed in to change notification settings - Fork 508
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: final ChangeLog update for 1.4.1 release
- Loading branch information
1 parent
eff7490
commit 9a4265a
Showing
1 changed file
with
35 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,40 @@ | ||
??? Jun ?? 2018 Marcin Ślusarz <[email protected]> | ||
* Version 1.4.1 | ||
Bug fixes: | ||
- pmem: fix clflush bit position | ||
- obj: fix invalid OOMs when zones are fully packed | ||
- obj: don't register undo logs twice in memcheck | ||
- common: reenable daxio | ||
- pool: fix bash completion script | ||
- obj: fix clang-7 compilation | ||
- obj: test for msync failures in non-pmem path | ||
- doc: add missing field to alloc class entry point | ||
- common: (win) fix timed locks | ||
- common: provide src version in GitHub tarballs | ||
- common: fix free function in tls | ||
- common: fix double close | ||
- test: allow testing installed libraries | ||
- test: fix Valgrind vs stripped libraries issue | ||
- test: fix dependencies between tests and tools | ||
- test: fix races on make pcheck -jN | ||
- test: use libvmmalloc.so.1 | ||
- test: fix incorrect number of required dax devices | ||
- test: add suppression for leak in ld.so | ||
- test: fail if memcheck detects overlapping chunks | ||
- test: simplify time measurements in obj_sync | ||
- benchmark: check lseek() return value | ||
- examples: catch exceptions in map_cli | ||
Fri Jun 29 2018 Marcin Ślusarz <[email protected]> | ||
|
||
* Version 1.4.1 | ||
|
||
In 1.4 development cycle, we developed new daxio utility | ||
(command line tool for performing I/O on Device-DAX), but due | ||
to some complications we had to disable it just before | ||
the 1.4 release. | ||
In 1.4.1 we finally enable it. Daxio depends on ndctl v60.1. | ||
|
||
Bug fixes: | ||
- pmem: fix clflush bit position | ||
- obj: fix invalid OOMs when zones are fully packed | ||
- obj: don't register undo logs twice in memcheck | ||
- pool: fix bash completion script | ||
- pool: fix incorrect errno after transform | ||
- obj: fix clang-7 compilation | ||
- obj: test for msync failures in non-pmem path | ||
- doc: add missing field to alloc class entry point | ||
- common: (win) fix timed locks | ||
- common: provide src version in GitHub tarballs | ||
- common: fix free function in tls | ||
- common: fix double close | ||
- test: allow testing installed libraries | ||
- test: fix Valgrind vs stripped libraries issue | ||
- test: fix dependencies between tests and tools | ||
- test: fix races on make pcheck -jN | ||
- test: use libvmmalloc.so.1 | ||
- test: fix incorrect number of required dax devices | ||
- test: add suppression for leak in ld.so | ||
- test: fail if memcheck detects overlapping chunks | ||
- test: simplify time measurements in obj_sync | ||
- benchmark: check lseek() return value | ||
- examples: catch exceptions in map_cli | ||
|
||
Thu Mar 29 2018 Krzysztof Czurylo <[email protected]> | ||
|
||
* Version 1.4 | ||
This is the first release of PMDK under a new name. | ||
The NVML project has been renamed to PMDK (Persistent Memory | ||
|