From 18789654fca9506854b92d220c2f5ba4ac7ba295 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: Sun, 27 Mar 2022 16:01:04 +0300 Subject: [PATCH] mdbx: update ChangeLog. --- ChangeLog.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 8f1699c5..6cac45b8 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -17,6 +17,17 @@ ChangeLog - Packages for [Astra Linux](https://astralinux.ru/), [ALT Linux](https://www.altlinux.org/), [ROSA Linux](https://www.rosalinux.ru/), etc. +## v0.11.7 (underway) + +Fixes: + + - Fixed a race between starting a transaction and creating a DBI descriptor that could lead to SIGSEGV in the cursor tracking code. + +Minors: + + - Added the `tools-static` make target to build statically linked MDBX tools. + + ## v0.11.6 (scheduled for 2022-03-24) The stable release with the complete workaround for an incoherence flaw of Linux unified page/buffer cache.