Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pmdk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Egorov, Sergey (PG/R - Comp Sci & Elec Eng)
pmdk
Commits
f83d6894
Commit
f83d6894
authored
5 years ago
by
Marcin Ślusarz
Browse files
Options
Downloads
Patches
Plain Diff
common: 1.6.1-rc1 release
parent
7a39dd66
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+52
-0
52 additions, 0 deletions
ChangeLog
GIT_VERSION
+0
-1
0 additions, 1 deletion
GIT_VERSION
VERSION
+1
-0
1 addition, 0 deletions
VERSION
with
53 additions
and
1 deletion
ChangeLog
+
52
−
0
View file @
f83d6894
Fri Aug 09 2019 Marcin Ślusarz <marcin.slusarz@intel.com>
* Version 1.6.1-rc1
This release fixes possible pool corruptions on Windows
(see https://github.com/pmem/pmdk/pull/3728 for details),
improves compatibility with newer Linux kernels with
respect to Device DAX detection, fixes pmemobj space management
for large pools, improves compatibility with newer toolchains,
incorporates build fixes for FreeBSD and fixes a number of
smaller bugs.
Detailed list of bug fixes:
- common: (win) fix possible pool file coruption (#972, #715, #603)
- common: implement correct / robust device_dax_alignment (#1071)
- obj: fix recycler not locating unused chunks
- doc: update pmemobj_tx_lock documentation wrt behavior on fail
- common: fix persistent domain detection (#1093)
- common: vecq: fix a pointer-to-struct aliasing violation
(crash on arm64)
- common: fix minor issues related to ndctl linking
- obj: drop recursion from pmemobj_next
- common: fix bug in badblock file error handling
- obj: fix handling of malloc failures
- common: fix handling of malloc failures (ctl)
- jemalloc: fix build with gcc 9
- obj: don't overwrite errno when palloc_heap_check_remote fails
- doc: fix pmreorder emit log macro
- rpmem: change order of rpmem init (#1043)
- common: Fix build failure due to unused macro PAGE_SIZE
- common: support older versions of pkg-config
- tools: link with release variant of pmemcommon
- common: add PMDK prefix to local copy of queue.h (#990)
- rpmem: switch to using an open coded basename (FreeBSD)
- common: posix_fallocate: guard against integer underflow in
check (FreeBSD)
- test: support Valgrind 3.15
- test: skip if fi_info is missing
- test: (win) fix sparsefile error handling
- test: fix libpmempool_feature tests that match logs
- test: remove vmem_delete test (#1074)
- test: adjust matchfiles in vmem_valgrind_region test (#1087)
- test: remove old log files for windows (#1013)
- test: remove invalid expect_normal_exit (#1092)
- test: suppress ld leak (#1098)
- test: Expose necessary symbols in libvmmalloc_dummy_funcs
(FreeBSD)
- test: fix tests failing because `tput` fails (FreeBSD)
- test: avoid obj_critnib_mt taking very long on many-core machines
- test: deal with libndctl's path without build system
- test: overwrite old log in pmempool_create/TEST14.PS1
Tue Mar 26 2019 Marcin Ślusarz <marcin.slusarz@intel.com>
* Version 1.6
...
...
This diff is collapsed.
Click to expand it.
GIT_VERSION
deleted
100644 → 0
+
0
−
1
View file @
7a39dd66
$Format:%h %d$
\ No newline at end of file
This diff is collapsed.
Click to expand it.
VERSION
0 → 100644
+
1
−
0
View file @
f83d6894
1.6.1-rc1
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment