mirror of
https://github.com/isar/libmdbx.git
synced 2024-12-30 02:24:14 +08:00
mdbx: update ChangeLog.
This commit is contained in:
parent
316ddf9e01
commit
4f02199648
26
ChangeLog.md
26
ChangeLog.md
@ -1,6 +1,32 @@
|
||||
ChangeLog
|
||||
---------
|
||||
|
||||
## v0.11.+
|
||||
|
||||
Bugfixing within the stable `master` branch.
|
||||
|
||||
New:
|
||||
|
||||
- The C++ API has been refined to simplify support for `wchar_t` in path names.
|
||||
|
||||
Fixes:
|
||||
|
||||
- Never use modern `__cxa_thread_atexit()` on Apple's OSes.
|
||||
- Use `MultiByteToWideChar(CP_THREAD_ACP)` instead of `mbstowcs()`.
|
||||
- Don't check owner for finished transactions.
|
||||
- Fixed typo in `MDBX_EINVAL` which breaks MingGW builds with CLANG.
|
||||
|
||||
Minors:
|
||||
|
||||
- Fixed variable name typo.
|
||||
- Using `ldd` to check used dso.
|
||||
- Added `MDBX_WEAK_IMPORT_ATTRIBUTE` macro.
|
||||
- Use current transaction geometry for untouched parameters when `env_set_geometry()` called within a write transaction.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
||||
## v0.11.9 (Чирчик-1992) at 2022-08-02
|
||||
|
||||
The stable bugfix release.
|
||||
|
Loading…
x
Reference in New Issue
Block a user