From 50328de63cec1c3ec689515669f6ce2f7a42abb6 Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Tue, 1 Jun 2021 03:21:59 +0300 Subject: [PATCH] mdbx: release v0.10.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Acknowledgements: ----------------- - [Alexey Akhunov](https://github.com/AlexeyAkhunov) and [Alex Sharov](https://github.com/AskAlexSharov) for bug reporting and testing. New features: ------------- - Added `-p` option to `mdbx_stat` utility for printing page operations statistic. - Added explicit checking for and warning about using unfit github's archives. Fixes: ------ - Fixed minor "foo not used" warnings from modern C++ compilers when building the C++ part of the library. - Fixed confusing/messy errors when build library from unfit github's archives (https://github.com/erthink/libmdbx/issues/197). - Fixed `#​e​l​s​i​f` typo. - Fixed rare unexpected `MDBX_PROBLEM` error during altering data in huge transactions due to wrong spilling/oust of dirty pages (https://github.com/erthink/libmdbx/issues/195). --- ChangeLog.md | 11 ++++++++--- appveyor.yml | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 87f4f0c7..24dd621e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,19 +1,24 @@ ChangeLog --------- +## v0.10.2 (in development) + ### TODO + - [More flexible support of asynchronous runtime/framework(s)](https://github.com/erthink/libmdbx/issues/200). + - [Migration guide from LMDB to MDBX](https://github.com/erthink/libmdbx/issues/199). - [Get rid of dirty-pages list in MDBX_WRITEMAP mode](https://github.com/erthink/libmdbx/issues/193). - [Large/Overflow pages accounting for dirty-room](https://github.com/erthink/libmdbx/issues/192). - [C++ Buffer issue](https://github.com/erthink/libmdbx/issues/191). - - Finalize C++ API (few typos and trivia bugs are still likely for now). - [Support for RAW devices](https://github.com/erthink/libmdbx/issues/124). - [Test framework issue](https://github.com/erthink/libmdbx/issues/127). - [Support MessagePack for Keys & Values](https://github.com/erthink/libmdbx/issues/115). - [Engage new terminology](https://github.com/erthink/libmdbx/issues/137). - - Packages for [Astra Linux](https://astralinux.ru/), [ALT Linux](https://www.altlinux.org/), [ROSA Linux](https://www.rosalinux.ru/), Fedora/RHEL, Debian/Ubuntu. + - Finalize C++ API (few typos and trivia bugs are still likely for now). + - Packages for [Astra Linux](https://astralinux.ru/), [ALT Linux](https://www.altlinux.org/), [ROSA Linux](https://www.rosalinux.ru/), etc. -## v0.10.1 (scheduled for 2020-06-01) + +## v0.10.1 at 2021-06-01 Acknowledgements: diff --git a/appveyor.yml b/appveyor.yml index 9d8b9f2b..12db4b0f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.10.0.{build} +version: 0.10.1.{build} environment: matrix: