mdbx: update ChangeLog.

Change-Id: Ifb831c86e79d3180943d978d316ef0e7b691c3b8
This commit is contained in:
Leonid Yuriev 2021-01-29 21:54:24 +03:00
parent f698f07ff9
commit 9ae054caf6
2 changed files with 4 additions and 0 deletions

View File

@ -758,6 +758,7 @@ kp
ks
ksize
kstat
Kuntze
kurt
kuznik
kval
@ -1611,6 +1612,7 @@ testcase
testdb
TESTLIST
TESTLOG
Thermi
thr
THREADENTRY
THUMBEB

View File

@ -17,6 +17,7 @@ Acknowledgements:
- [장세연](http://www.castis.com) for bug fixing and PR.
- [Clément Renault](https://github.com/Kerollmops/heed) for [Heed](https://github.com/Kerollmops/heed) fully typed Rust wrapper.
- [Alex Sharov](https://github.com/AskAlexSharov) for bug reporting.
- [Noel Kuntze](https://github.com/Thermi) for bug reporting.
Removed options and features:
@ -59,6 +60,7 @@ Fixes:
- Fixed page leak in extra rare case the list of retired pages changed during update GC on transaction commit.
- Fixed assertions to avoid false-positive UB detection by CLANG/LLVM (https://github.com/erthink/libmdbx/issues/153).
- Fixed `MDBX_TXN_FULL` and regressive `MDBX_KEYEXIST` during large transaction commit with `MDBX_LIFORECLAIM` (https://github.com/erthink/libmdbx/issues/123).
- Fixed auto-recovery (`weak->steady` with the same boot-id) when Database size at last weak checkpoint is large than at last steady checkpoint.
- Fixed operation on systems with unusual small/large page size, including PowerPC (https://github.com/erthink/libmdbx/issues/157).