From 50ba4bc2f2a82eccba5618d34a15860ca56bf314 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, 11 Sep 2022 14:33:56 +0300 Subject: [PATCH] =?UTF-8?q?mdbx:=20release=20v0.11.11=20(=D0=A2=D0=B5?= =?UTF-8?q?=D0=BD=D0=B4=D1=80=D0=B0-1790)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The stable bugfix release. It is planned that this will be the last release of the v0.11 branch. Fixes: ------ - Fixed an extra check for `MDBX_APPENDDUP` inside `mdbx_cursor_put()` which could result in returning `MDBX_EKEYMISMATCH` for valid cases. - Fixed an extra ensure/assertion check of `oldest_reader` inside `mdbx_txn_end()`. - Fixed derived C++ builds by removing `MDBX_INTERNAL_FUNC` for `mdbx_w2mb()` and `mdbx_mb2w()`. 10 files changed, 38 insertions(+), 21 deletions(-) Signed-off-by: Леонид Юрьев (Leonid Yuriev) --- ChangeLog.md | 14 +++++++++++--- src/man1/mdbx_chk.1 | 2 +- src/man1/mdbx_copy.1 | 2 +- src/man1/mdbx_drop.1 | 2 +- src/man1/mdbx_dump.1 | 2 +- src/man1/mdbx_load.1 | 2 +- src/man1/mdbx_stat.1 | 2 +- 7 files changed, 17 insertions(+), 9 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index bab7836c..b882d171 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,9 +1,15 @@ ChangeLog --------- -## Stable +## v0.11.11 (Тендра-1790) at 2022-09-11 -The stable LTS branch. +The stable bugfix release. +It is planned that this will be the last release of the v0.11 branch. + +``` +10 files changed, 38 insertions(+), 21 deletions(-) +Signed-off-by: Леонид Юрьев (Leonid Yuriev) +``` Fixes: @@ -12,10 +18,12 @@ Fixes: - Fixed derived C++ builds by removing `MDBX_INTERNAL_FUNC` for `mdbx_w2mb()` and `mdbx_mb2w()`. +------------------------------------------------------------------------------- + + ## v0.11.10 (the TriColor) at 2022-08-22 The stable bugfix release. -It is planned that this will be the last release of the v0.11 branch. New: diff --git a/src/man1/mdbx_chk.1 b/src/man1/mdbx_chk.1 index 328c1b5c..debe2378 100644 --- a/src/man1/mdbx_chk.1 +++ b/src/man1/mdbx_chk.1 @@ -1,6 +1,6 @@ .\" Copyright 2015-2022 Leonid Yuriev . .\" Copying restrictions apply. See COPYRIGHT/LICENSE. -.TH MDBX_CHK 1 "2022-08-22" "MDBX 0.11.10" +.TH MDBX_CHK 1 "2022-09-11" "MDBX 0.11.11" .SH NAME mdbx_chk \- MDBX checking tool .SH SYNOPSIS diff --git a/src/man1/mdbx_copy.1 b/src/man1/mdbx_copy.1 index 3e4990b0..e096de68 100644 --- a/src/man1/mdbx_copy.1 +++ b/src/man1/mdbx_copy.1 @@ -2,7 +2,7 @@ .\" Copyright 2012-2015 Howard Chu, Symas Corp. All Rights Reserved. .\" Copyright 2015,2016 Peter-Service R&D LLC . .\" Copying restrictions apply. See COPYRIGHT/LICENSE. -.TH MDBX_COPY 1 "2022-08-22" "MDBX 0.11.10" +.TH MDBX_COPY 1 "2022-09-11" "MDBX 0.11.11" .SH NAME mdbx_copy \- MDBX environment copy tool .SH SYNOPSIS diff --git a/src/man1/mdbx_drop.1 b/src/man1/mdbx_drop.1 index 34c680c2..fd3698bc 100644 --- a/src/man1/mdbx_drop.1 +++ b/src/man1/mdbx_drop.1 @@ -1,7 +1,7 @@ .\" Copyright 2021-2022 Leonid Yuriev . .\" Copyright 2014-2021 Howard Chu, Symas Corp. All Rights Reserved. .\" Copying restrictions apply. See COPYRIGHT/LICENSE. -.TH MDBX_DROP 1 "2022-08-22" "MDBX 0.11.10" +.TH MDBX_DROP 1 "2022-09-11" "MDBX 0.11.11" .SH NAME mdbx_drop \- MDBX database delete tool .SH SYNOPSIS diff --git a/src/man1/mdbx_dump.1 b/src/man1/mdbx_dump.1 index c6d51a8c..62499acc 100644 --- a/src/man1/mdbx_dump.1 +++ b/src/man1/mdbx_dump.1 @@ -2,7 +2,7 @@ .\" Copyright 2014-2015 Howard Chu, Symas Corp. All Rights Reserved. .\" Copyright 2015,2016 Peter-Service R&D LLC . .\" Copying restrictions apply. See COPYRIGHT/LICENSE. -.TH MDBX_DUMP 1 "2022-08-22" "MDBX 0.11.10" +.TH MDBX_DUMP 1 "2022-09-11" "MDBX 0.11.11" .SH NAME mdbx_dump \- MDBX environment export tool .SH SYNOPSIS diff --git a/src/man1/mdbx_load.1 b/src/man1/mdbx_load.1 index 1c082943..91201f74 100644 --- a/src/man1/mdbx_load.1 +++ b/src/man1/mdbx_load.1 @@ -2,7 +2,7 @@ .\" Copyright 2014-2015 Howard Chu, Symas Corp. All Rights Reserved. .\" Copyright 2015,2016 Peter-Service R&D LLC . .\" Copying restrictions apply. See COPYRIGHT/LICENSE. -.TH MDBX_LOAD 1 "2022-08-22" "MDBX 0.11.10" +.TH MDBX_LOAD 1 "2022-09-11" "MDBX 0.11.11" .SH NAME mdbx_load \- MDBX environment import tool .SH SYNOPSIS diff --git a/src/man1/mdbx_stat.1 b/src/man1/mdbx_stat.1 index 0a24a9db..7d9a6214 100644 --- a/src/man1/mdbx_stat.1 +++ b/src/man1/mdbx_stat.1 @@ -2,7 +2,7 @@ .\" Copyright 2012-2015 Howard Chu, Symas Corp. All Rights Reserved. .\" Copyright 2015,2016 Peter-Service R&D LLC . .\" Copying restrictions apply. See COPYRIGHT/LICENSE. -.TH MDBX_STAT 1 "2022-08-22" "MDBX 0.11.10" +.TH MDBX_STAT 1 "2022-09-11" "MDBX 0.11.11" .SH NAME mdbx_stat \- MDBX environment status tool .SH SYNOPSIS