From edda9515d67b4e6d3a6b1e95f1a7f7a20b462038 Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Wed, 13 Oct 2021 16:35:26 +0300 Subject: [PATCH] mdbx: release v0.10.5 (hotfix). Acknowledgements: ----------------- - [Noel Kuntze](https://github.com/Thermi) for immediately bug reporting. Fixes: ------ - Fixed unaligned access regression after the `#pragma pack` fix for modern compilers. - Added UBSAN-test to CI to avoid a regression(s) similar to lately fixed. - Fixed possibility of meta-pages clashing after manually turn to a particular meta-page using `mdbx_chk` utility. Minors: ------- - Refined handling of weak or invalid meta-pages while a DB opening. - Refined providing information for the @MAIN and @GC sub-databases of a last committed modification transaction's ID. Signed-off-by: Leonid Yuriev --- ChangeLog.md | 18 ++++++++++++++++++ appveyor.yml | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 5f0f2ff84..19736c8cc 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -20,6 +20,24 @@ ChangeLog - Packages for [Astra Linux](https://astralinux.ru/), [ALT Linux](https://www.altlinux.org/), [ROSA Linux](https://www.rosalinux.ru/), etc. +## v0.10.5 at 2021-10-13 + +Acknowledgements: + + - [Noel Kuntze](https://github.com/Thermi) for immediately bug reporting. + +Fixes: + + - Fixed unaligned access regression after the `#pragma pack` fix for modern compilers. + - Added UBSAN-test to CI to avoid a regression(s) similar to lately fixed. + - Fixed possibility of meta-pages clashing after manually turn to a particular meta-page using `mdbx_chk` utility. + +Minors: + + - Refined handling of weak or invalid meta-pages while a DB opening. + - Refined providing information for the @MAIN and @GC sub-databases of a last committed modification transaction's ID. + + ## v0.10.4 at 2021-10-10 Acknowledgements: diff --git a/appveyor.yml b/appveyor.yml index 24353ea30..61675c080 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.10.4.{build} +version: 0.10.5.{build} environment: matrix: