mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-02 03:04:13 +08:00
mdbx: update ChangeLog.md
Change-Id: Icdfd9d06276623983454a0c58282856134d50150
This commit is contained in:
parent
c139eacb2d
commit
8f490d1474
1
.github/actions/spelling/expect.txt
vendored
1
.github/actions/spelling/expect.txt
vendored
@ -119,6 +119,7 @@ bufsize
|
|||||||
BUGLIST
|
BUGLIST
|
||||||
bugzilla
|
bugzilla
|
||||||
buildpack
|
buildpack
|
||||||
|
buildroot
|
||||||
builtins
|
builtins
|
||||||
burtleburtle
|
burtleburtle
|
||||||
byteorder
|
byteorder
|
||||||
|
12
ChangeLog.md
12
ChangeLog.md
@ -9,6 +9,18 @@ TODO:
|
|||||||
- Finalize C++ API (few typos and trivia bugs are likely for now).
|
- Finalize C++ API (few typos and trivia bugs are likely for now).
|
||||||
- Packages for ROSA Linux, ALT Linux, Fedora/RHEL, Debian/Ubuntu.
|
- 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
|
## v0.9.1 2020-09-30
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user