From a6c8c20bd96a9ddb0f6594e8098392e8833eeeb5 Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Fri, 28 May 2021 01:46:24 +0300 Subject: [PATCH] mdbx: update ChangeLog. --- .github/actions/spelling/expect.txt | 4 ++++ ChangeLog.md | 7 ++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt index c11e9b88..f32a419a 100644 --- a/.github/actions/spelling/expect.txt +++ b/.github/actions/spelling/expect.txt @@ -350,6 +350,8 @@ dprefix DPs dqiqg dreamsxin +drv +drvfs dsize dso dst @@ -780,6 +782,7 @@ Kuntze kurt kuznik kval +Lanfranchi largedata largepage lastest @@ -1862,6 +1865,7 @@ webclient WERROR WEXITSTATUS WEXTRA +whitelist wholetable WIFCONTINUED WIFEXITED diff --git a/ChangeLog.md b/ChangeLog.md index 23f11d36..87f4f0c7 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -13,16 +13,20 @@ ChangeLog - [Engage new terminology](https://github.com/erthink/libmdbx/issues/137). - Packages for [Astra Linux](https://astralinux.ru/), [ALT Linux](https://www.altlinux.org/), [ROSA Linux](https://www.rosalinux.ru/), Fedora/RHEL, Debian/Ubuntu. -## v0.10.1 (in development) +## v0.10.1 (scheduled for 2020-06-01) Acknowledgements: - [Alexey Akhunov](https://github.com/AlexeyAkhunov) and [Alex Sharov](https://github.com/AskAlexSharov) for bug reporting and testing. + - [Andrea Lanfranchi](https://github.com/AndreaLanfranchi) for bug reporting and testing related to WSL2. New features: - Added `-p` option to `mdbx_stat` utility for printing page operations statistic. - Added explicit checking for and warning about using unfit github's archives. + - Added fallback from [OFD locking](https://bit.ly/3yFRtYC) to legacy non-OFD POSIX file locks on an `EINVAL` error. + - Added [Plan 9](https://en.wikipedia.org/wiki/9P_(protocol)) network file system to the whitelist for an ability to open a DB in exclusive mode. + - Support for opening from WSL2 environment a DB hosted on Windows drive and mounted via [DrvFs](https://docs.microsoft.com/it-it/archive/blogs/wsl/wsl-file-system-support#drvfs) (i.e by Plan 9 noted above). Fixes: @@ -30,6 +34,7 @@ Fixes: - Fixed confusing/messy errors when build library from unfit github's archives (https://github.com/erthink/libmdbx/issues/197). - Fixed `#​e​l​s​i​f` typo. - Fixed rare unexpected `MDBX_PROBLEM` error during altering data in huge transactions due to wrong spilling/oust of dirty pages (https://github.com/erthink/libmdbx/issues/195). + - Re-Fixed WSL1/WSL2 detection with distinguishing (https://github.com/erthink/libmdbx/issues/97). ## v0.10.0 at 2021-05-09