mirror of
				https://github.com/isar/libmdbx.git
				synced 2025-10-31 03:29:01 +08:00 
			
		
		
		
	mdbx: release v0.11.13 (Swashplate)
The stable bugfix release in memory of [Boris Yuryev](https://ru.wikipedia.org/wiki/Юрьев,_Борис_Николаевич) on his 133rd birthday. Fixes: ------ - Fixed builds with older libc versions after using `fcntl64()` (backport). - Fixed builds with older `stdatomic.h` versions, where the `ATOMIC_*_LOCK_FREE` macros mistakenly redefined using functions (backport). - Added workaround for `mremap()` defect to avoid assertion failure (backport). - Workaround for `encryptfs` bug(s) in the `copy_file_range` implementation (backport). - Fixed unexpected `MDBX_BUSY` from `mdbx_env_set_option()`, `mdbx_env_set_syncbytes()` and `mdbx_env_set_syncperiod()` (backport). - CMake requirements lowered to version 3.0.2 (backport). - Added admonition of insecure for RISC-V (backport). Minors: ------- - Minor clarification output of `--help` for `mdbx_test` (backport). - Added admonition of insecure for RISC-V (backport). - Stochastic scripts and CMake files synchronized with the `devel` branch. - Use `--dont-check-ram-size` for small-tests make-targets (backport). 30 files changed, 405 insertions(+), 136 deletions(-) Signed-off-by: Леонид Юрьев (Leonid Yuriev) <leo@yuriev.ru>
This commit is contained in:
		| @@ -1,7 +1,14 @@ | |||||||
| ChangeLog | ChangeLog | ||||||
| --------- | --------- | ||||||
|  |  | ||||||
| ## v0.11.x | ## v0.11.13 at (Swashplate) 2022-11-10 | ||||||
|  |  | ||||||
|  | The stable bugfix release in memory of [Boris Yuryev](https://ru.wikipedia.org/wiki/Юрьев,_Борис_Николаевич) on his 133rd birthday. | ||||||
|  |  | ||||||
|  | ``` | ||||||
|  | 30 files changed, 405 insertions(+), 136 deletions(-) | ||||||
|  | Signed-off-by: Леонид Юрьев (Leonid Yuriev) <leo@yuriev.ru> | ||||||
|  | ``` | ||||||
|  |  | ||||||
| Fixes: | Fixes: | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| .\" Copyright 2015-2022 Leonid Yuriev <leo@yuriev.ru>. | .\" Copyright 2015-2022 Leonid Yuriev <leo@yuriev.ru>. | ||||||
| .\" Copying restrictions apply.  See COPYRIGHT/LICENSE. | .\" Copying restrictions apply.  See COPYRIGHT/LICENSE. | ||||||
| .TH MDBX_CHK 1 "2022-10-12" "MDBX 0.11.12" | .TH MDBX_CHK 1 "2022-11-10" "MDBX 0.11.13" | ||||||
| .SH NAME | .SH NAME | ||||||
| mdbx_chk \- MDBX checking tool | mdbx_chk \- MDBX checking tool | ||||||
| .SH SYNOPSIS | .SH SYNOPSIS | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
| .\" Copyright 2012-2015 Howard Chu, Symas Corp. All Rights Reserved. | .\" Copyright 2012-2015 Howard Chu, Symas Corp. All Rights Reserved. | ||||||
| .\" Copyright 2015,2016 Peter-Service R&D LLC <http://billing.ru/>. | .\" Copyright 2015,2016 Peter-Service R&D LLC <http://billing.ru/>. | ||||||
| .\" Copying restrictions apply.  See COPYRIGHT/LICENSE. | .\" Copying restrictions apply.  See COPYRIGHT/LICENSE. | ||||||
| .TH MDBX_COPY 1 "2022-10-12" "MDBX 0.11.12" | .TH MDBX_COPY 1 "2022-11-10" "MDBX 0.11.13" | ||||||
| .SH NAME | .SH NAME | ||||||
| mdbx_copy \- MDBX environment copy tool | mdbx_copy \- MDBX environment copy tool | ||||||
| .SH SYNOPSIS | .SH SYNOPSIS | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| .\" Copyright 2021-2022 Leonid Yuriev <leo@yuriev.ru>. | .\" Copyright 2021-2022 Leonid Yuriev <leo@yuriev.ru>. | ||||||
| .\" Copyright 2014-2021 Howard Chu, Symas Corp. All Rights Reserved. | .\" Copyright 2014-2021 Howard Chu, Symas Corp. All Rights Reserved. | ||||||
| .\" Copying restrictions apply.  See COPYRIGHT/LICENSE. | .\" Copying restrictions apply.  See COPYRIGHT/LICENSE. | ||||||
| .TH MDBX_DROP 1 "2022-10-12" "MDBX 0.11.12" | .TH MDBX_DROP 1 "2022-11-10" "MDBX 0.11.13" | ||||||
| .SH NAME | .SH NAME | ||||||
| mdbx_drop \- MDBX database delete tool | mdbx_drop \- MDBX database delete tool | ||||||
| .SH SYNOPSIS | .SH SYNOPSIS | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
| .\" Copyright 2014-2015 Howard Chu, Symas Corp. All Rights Reserved. | .\" Copyright 2014-2015 Howard Chu, Symas Corp. All Rights Reserved. | ||||||
| .\" Copyright 2015,2016 Peter-Service R&D LLC <http://billing.ru/>. | .\" Copyright 2015,2016 Peter-Service R&D LLC <http://billing.ru/>. | ||||||
| .\" Copying restrictions apply.  See COPYRIGHT/LICENSE. | .\" Copying restrictions apply.  See COPYRIGHT/LICENSE. | ||||||
| .TH MDBX_DUMP 1 "2022-10-12" "MDBX 0.11.12" | .TH MDBX_DUMP 1 "2022-11-10" "MDBX 0.11.13" | ||||||
| .SH NAME | .SH NAME | ||||||
| mdbx_dump \- MDBX environment export tool | mdbx_dump \- MDBX environment export tool | ||||||
| .SH SYNOPSIS | .SH SYNOPSIS | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
| .\" Copyright 2014-2015 Howard Chu, Symas Corp. All Rights Reserved. | .\" Copyright 2014-2015 Howard Chu, Symas Corp. All Rights Reserved. | ||||||
| .\" Copyright 2015,2016 Peter-Service R&D LLC <http://billing.ru/>. | .\" Copyright 2015,2016 Peter-Service R&D LLC <http://billing.ru/>. | ||||||
| .\" Copying restrictions apply.  See COPYRIGHT/LICENSE. | .\" Copying restrictions apply.  See COPYRIGHT/LICENSE. | ||||||
| .TH MDBX_LOAD 1 "2022-10-12" "MDBX 0.11.12" | .TH MDBX_LOAD 1 "2022-11-10" "MDBX 0.11.13" | ||||||
| .SH NAME | .SH NAME | ||||||
| mdbx_load \- MDBX environment import tool | mdbx_load \- MDBX environment import tool | ||||||
| .SH SYNOPSIS | .SH SYNOPSIS | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
| .\" Copyright 2012-2015 Howard Chu, Symas Corp. All Rights Reserved. | .\" Copyright 2012-2015 Howard Chu, Symas Corp. All Rights Reserved. | ||||||
| .\" Copyright 2015,2016 Peter-Service R&D LLC <http://billing.ru/>. | .\" Copyright 2015,2016 Peter-Service R&D LLC <http://billing.ru/>. | ||||||
| .\" Copying restrictions apply.  See COPYRIGHT/LICENSE. | .\" Copying restrictions apply.  See COPYRIGHT/LICENSE. | ||||||
| .TH MDBX_STAT 1 "2022-10-12" "MDBX 0.11.12" | .TH MDBX_STAT 1 "2022-11-10" "MDBX 0.11.13" | ||||||
| .SH NAME | .SH NAME | ||||||
| mdbx_stat \- MDBX environment status tool | mdbx_stat \- MDBX environment status tool | ||||||
| .SH SYNOPSIS | .SH SYNOPSIS | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user