mdbx: update ChangeLog.

This commit is contained in:
Leonid Yuriev 2021-05-28 01:46:24 +03:00
parent ea1fcc2246
commit a6c8c20bd9
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -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 `#elsif` 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