mdbx: release v0.10.4

Acknowledgements:
-----------------
 - [Artem Vorotnikov](https://github.com/vorot93) for support [Rust wrapper](https://github.com/vorot93/mdbx-rs).
 - [Andrew Ashikhmin](https://github.com/yperbasis) for contributing to C++ API.

Fixes:
------
 - Fixed possibility of looping update GC during transaction commit (no public issue since the problem was discovered inside [Positive Technologies](https://www.ptsecurity.ru).
 - Fixed `#pragma pack` to avoid provoking some compilers to generate code with [unaligned access](https://github.com/erthink/libmdbx/issues/235).
 - Fixed `noexcept` for potentially throwing `txn::put()` of C++ API.

Minors:
-------
 - Added stochastic test script for checking small transactions cases.
 - Removed extra transaction commit/restart inside test framework.
 - In debugging builds fixed a too small (single page) by default DB shrink threshold.
This commit is contained in:
Leonid Yuriev 2021-10-10 13:31:33 +03:00
parent 2f8a429f91
commit 590b225fcc
No known key found for this signature in database
GPG Key ID: 518BD10B927E8686
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ ChangeLog
- Packages for [Astra Linux](https://astralinux.ru/), [ALT Linux](https://www.altlinux.org/), [ROSA Linux](https://www.rosalinux.ru/), etc.
## v0.10.4 (scheduled 2021-10-12)
## v0.10.4 at 2021-10-10
Acknowledgements:

View File

@ -1,4 +1,4 @@
version: 0.10.3.{build}
version: 0.10.4.{build}
environment:
matrix: