mdbx: update ChangeLog.md

Change-Id: Icdfd9d06276623983454a0c58282856134d50150
This commit is contained in:
Leonid Yuriev 2020-10-08 01:38:34 +03:00
parent c139eacb2d
commit 8f490d1474
2 changed files with 13 additions and 0 deletions

View File

@ -119,6 +119,7 @@ bufsize
BUGLIST
bugzilla
buildpack
buildroot
builtins
burtleburtle
byteorder

View File

@ -9,6 +9,18 @@ TODO:
- Finalize C++ API (few typos and trivia bugs are likely for now).
- Packages for ROSA Linux, ALT Linux, Fedora/RHEL, Debian/Ubuntu.
Fixes:
- Fixed missing installation of `mdbx.h++`.
- Fixed use of obsolete `__noreturn`.
- Fixed use of `yield` instruction on ARM if unsupported.
- Added pthread workaround for buggy toolchain/cmake/buildroot.
- Fixed use of `pthread_yield()` for non-GLIBC.
- Fixed use of `RegGetValueA()` on Windows 2000/XP.
- Fixed use of `GetTickCount64()` on Windows 2000/XP.
- Fixed opening DB on a network shares (in the exclusive mode).
- Fixed copy&paste typos.
- Fixed minor false-positive GCC warning.
## v0.9.1 2020-09-30