mdbx: update ChangeLog.

Change-Id: Ib7af5490a2d8138bdd65403df3f0552e68e30425
This commit is contained in:
Leonid Yuriev 2021-02-01 02:11:25 +03:00
parent 25c4df0d3e
commit 2b290e08ea

View File

@ -5,9 +5,8 @@ ChangeLog
TODO:
- Engage new terminology (https://github.com/erthink/libmdbx/issues/137).
- Rework/speedup the implementation of the dirty page list (lazy compactification, lazy sorting via merge).
- Resolve few TODOs (https://github.com/erthink/libmdbx/issues/124, https://github.com/erthink/libmdbx/issues/127,
https://github.com/erthink/libmdbx/issues/132, https://github.com/erthink/libmdbx/issues/115).
https://github.com/erthink/libmdbx/issues/115).
- Finalize C++ API (few typos and trivia bugs are still likely for now).
- Packages for [ROSA Linux](https://www.rosalinux.ru/), [ALT Linux](https://www.altlinux.org/), Fedora/RHEL, Debian/Ubuntu.
@ -49,6 +48,7 @@ New features:
- Added `MDBX_ENABLE_REFUND` and `MDBX_PNL_ASCENDING` internal/advanced build options.
- Added `mdbx_default_pagesize()` function.
- Better support architectures with a weak/relaxed memory consistency model (ARM, AARCH64, PPC, MIPS, RISC-V, etc) by means [C11 atomics](https://en.cppreference.com/w/c/atomic).
- Speed up page number lists and dirty page lists (https://github.com/erthink/libmdbx/issues/132).
Fixes: