mirror of
https://github.com/isar/libmdbx.git
synced 2024-12-30 01:44:13 +08:00
mdbx: merge branch master
into devel
.
This commit is contained in:
commit
c0a274e8ec
26
ChangeLog.md
26
ChangeLog.md
@ -20,11 +20,37 @@ New:
|
||||
|
||||
Not a release but preparation for changing feature set and API.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
||||
## v0.11.9 (scheduled to 2022-08-02)
|
||||
|
||||
The stable bugfix release.
|
||||
|
||||
New:
|
||||
|
||||
- Ability to customise `MDBX_LOCK_SUFFIX`, `MDBX_DATANAME`, `MDBX_LOCKNAME` just by predefine ones during build.
|
||||
|
||||
Fixes:
|
||||
|
||||
- Fixed hang copy-with-compactification of a corrupted DB
|
||||
or in case the volume of output pages is a multiple of `MDBX_ENVCOPY_WRITEBUF`.
|
||||
|
||||
Minors:
|
||||
|
||||
- Minor fixes Doxygen references, comments, descriptions, etc.
|
||||
- Fixed copy&paste typo inside `meta_checktxnid()`.
|
||||
- Minor fix `meta_checktxnid()` to avoid assertion in debug mode.
|
||||
- Minor fix `mdbx_env_set_geometry()` to avoid returning `EINVAL` in particular rare cases.
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
||||
## v0.11.8 at 2022-06-12
|
||||
|
||||
The stable release with an important fixes and workaround for the critical macOS thread-local-storage issue.
|
||||
|
||||
Acknowledgements:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user