From 8b69be8def16f63346965850e5b59ecc6a468160 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: Sat, 5 Mar 2022 15:14:20 +0300 Subject: [PATCH] mdbx: update ChangeLog. --- ChangeLog.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 4be2bdaa..06afd0a3 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -17,6 +17,23 @@ ChangeLog - Packages for [Astra Linux](https://astralinux.ru/), [ALT Linux](https://www.altlinux.org/), [ROSA Linux](https://www.rosalinux.ru/), etc. +## v0.11.6 (underway) + +Acknowledgements: + + - [David BouyssiƩ](https://github.com/david-bouyssie) for [Scala bindings](https://github.com/david-bouyssie/mdbx4s). + - [Michelangelo Riccobene](https://github.com/mriccobene) for reporting and testing. + +Fixes: + + - [Fixed](https://github.com/erthink/libmdbx/issues/272) cursor reusing for read-only transactions. + +Minors: + + - Minor refine C++ API for convenience. + - Minor internals refines. + - Added `lib-static` and `lib-shared` targets for make. + ## v0.11.5 at 2022-02-23 The stable release with the hotfix/workaround for a flaw of Linux 4.19 (at least) unified page/buffer cache.