mdbx: update ChangeLog.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev) 2022-02-20 23:57:11 +03:00
parent 77f236db2a
commit 1fd4101e2e
2 changed files with 36 additions and 1 deletions

View File

@ -1,4 +1,3 @@
[200~Alexey
aarch aarch
abcdef abcdef
abf abf
@ -22,6 +21,7 @@ Akhunov
Akula Akula
Aleksey Aleksey
alevel alevel
Alexey
alexey alexey
Alfke Alfke
alignas alignas
@ -103,6 +103,8 @@ biarch
bibtex bibtex
BIGDATA BIGDATA
bigdata bigdata
Binance
binance
bindir bindir
binfmt binfmt
binutils binutils
@ -206,6 +208,7 @@ condattr
condpair condpair
config config
constexpr constexpr
constmeta
copyable copyable
copydetails copydetails
copydoc copydoc
@ -385,6 +388,7 @@ DVAL
DVI DVI
dw dw
DWORD DWORD
dwords
dxb dxb
dxbfile dxbfile
dylib dylib
@ -665,6 +669,7 @@ HOSTUUID
hpp hpp
hppa hppa
hpux hpux
href
hrows hrows
hsr hsr
htags htags
@ -678,9 +683,11 @@ Hubert's
hxx hxx
hyc hyc
hyperlink hyperlink
hypotetic
IBERTY IBERTY
IBMC IBMC
ibmxl ibmxl
idempotence
idl idl
idx idx
ieeetr ieeetr
@ -754,6 +761,7 @@ IRWXU
isa isa
isatty isatty
ISDIR ISDIR
iset
ISOC ISOC
isode isode
isprint isprint
@ -827,7 +835,11 @@ lcklist
LDAP LDAP
LDFLAGS LDFLAGS
leafnode leafnode
Ledgerwatch
ledgerwatch
leetal leetal
Leier
leisim
len len
lenfast lenfast
Lenovo Lenovo
@ -1227,6 +1239,7 @@ oublock
OUTOFMEMORY OUTOFMEMORY
ov ov
overf overf
overrided
ovpage ovpage
pageable pageable
pagecache pagecache

View File

@ -17,6 +17,28 @@ ChangeLog
- Packages for [Astra Linux](https://astralinux.ru/), [ALT Linux](https://www.altlinux.org/), [ROSA Linux](https://www.rosalinux.ru/), etc. - Packages for [Astra Linux](https://astralinux.ru/), [ALT Linux](https://www.altlinux.org/), [ROSA Linux](https://www.rosalinux.ru/), etc.
## v0.11.5 (underway, scheduled for 2022-03-01)
Acknowledgements:
- [Simon Leier](https://github.com/leisim) for reporting and testing.
Fixes:
- Fixed potential `SIGSEGV` while open DB with overrided non-default page size.
- Made `mdbx_env_open()` idempotence in failure cases (fixed [issue#267](https://github.com/erthink/libmdbx/issues/267)).
- Refined/Fixed pages reservation inside `mdbx_update_gc()` to avoid non-reclamation in a rare cases.
- Fixed typo in a retained space calculation for the hsr-callback.
Minors:
- Reworked functions for meta-pages, split-off non-volatile.
- Disentangled C11-atomic fences/barriers and pure-functions (with `__attribute__((__pure__))`) to avoid compiler misoptimization.
- Fixed hypotetic unaligned access to 64-bit dwords on ARM with `__ARM_FEATURE_UNALIGNED` defined.
- Reasonable paranoia that makes clarity for code readers.
- Minor fixes Doxygen references, comments, descriptions, etc.
## v0.11.4 at 2022-02-02 ## v0.11.4 at 2022-02-02
The stable release with fixes for large and huge databases sized of 4..128 TiB. The stable release with fixes for large and huge databases sized of 4..128 TiB.