From e6eeb1703052b080bdb8f04a860f1a6ca94f2986 Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Thu, 3 Dec 2020 09:36:45 +0300 Subject: [PATCH] mdbx: update ChangeLog. Change-Id: I694056afe448883b16b8ec769d8a560040044ae5 --- ChangeLog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 90cd7f04..7d5134eb 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,7 @@ ChangeLog ## v0.9.3 (in development) +TODO: - Engage new terminology (https://github.com/erthink/libmdbx/issues/137). - Rework/speedup the implementation of the dirty page list (lazy compactification, lazy sorting via merge). - Resolve few TODOs (https://github.com/erthink/libmdbx/issues/123, https://github.com/erthink/libmdbx/issues/124, @@ -11,6 +12,17 @@ ChangeLog - Finalize C++ API (few typos and trivia bugs are still likely for now). - Packages for ROSA Linux, ALT Linux, Fedora/RHEL, Debian/Ubuntu. +Acknowledgements: + - Mahlon E. Smith (http://www.martini.nu/) for FreeBSD port of libmdbx. + - 장세연 (http://www.castis.com) for bug fixing and PR. + +Added features: + - Package for FreeBSD is available now by Mahlon E. Smith. + +Fixes: + - Fixed missing cleanup (null assigned) in the C++ commit/abort (https://github.com/erthink/libmdbx/pull/143). + + ## v0.9.2 scheduled at 2020-11-27 Acknowledgements: