diff --git a/ChangeLog b/ChangeLog index f3c2d22752e..69e17182216 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,31 +1,40 @@ -??? Jun ?? 2018 Marcin Ślusarz - * 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 + + * 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 + * Version 1.4 This is the first release of PMDK under a new name. The NVML project has been renamed to PMDK (Persistent Memory