From 4f021996485fc1cc3143edee58995e96ad786f10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=BE=D0=BD=D0=B8=D0=B4=20=D0=AE=D1=80=D1=8C?= =?UTF-8?q?=D0=B5=D0=B2=20=28Leonid=20Yuriev=29?= Date: Wed, 17 Aug 2022 23:56:53 +0300 Subject: [PATCH] mdbx: update ChangeLog. --- ChangeLog.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 5d262e4e..1383c4e0 100644 --- a/ChangeLog.md +++ b/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.