From fc1a91169b021e01a9e4c5053c939a1f70700a0a 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, 8 Jun 2022 22:08:35 +0300 Subject: [PATCH] mdbx: update ChangeLog. --- ChangeLog.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index dd43ded3..6c2ab8cc 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,7 +1,7 @@ ChangeLog --------- -## Underway (scheduled to 2022-06-12) +## Underway v0.11.8 (scheduled to 2022-06-12) Acknowledgements: @@ -23,6 +23,8 @@ Fixes: - Fixed minor warnings from CLANG 14 and in-development CLANG 15. - Fixed `SIGSEGV` regression in without-LCK (exclusive read-only) mode. - Fixed `mdbx_check_fs_local()` for CDROM case on Windows. + - Fixed nasty typo of typename which caused false `MDBX_CORRUPTED` error in a rare execution path, + when the size of the thread-ID type not equal to 8. Minors: