From 9ae054caf6729c343cdf176900405bd0499dc5a2 Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Fri, 29 Jan 2021 21:54:24 +0300 Subject: [PATCH] mdbx: update ChangeLog. Change-Id: Ifb831c86e79d3180943d978d316ef0e7b691c3b8 --- .github/actions/spelling/expect.txt | 2 ++ ChangeLog.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt index 9e48de6d..78bfb765 100644 --- a/.github/actions/spelling/expect.txt +++ b/.github/actions/spelling/expect.txt @@ -758,6 +758,7 @@ kp ks ksize kstat +Kuntze kurt kuznik kval @@ -1611,6 +1612,7 @@ testcase testdb TESTLIST TESTLOG +Thermi thr THREADENTRY THUMBEB diff --git a/ChangeLog.md b/ChangeLog.md index 4dcc4bd1..32eebce5 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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).