diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt index 362c4ce9..9baa4a5e 100644 --- a/.github/actions/spelling/expect.txt +++ b/.github/actions/spelling/expect.txt @@ -576,6 +576,7 @@ gcda GCFREEZE gcno gcov +gcxfd gdiplus getenv gethostid @@ -1445,6 +1446,7 @@ rlock rlt rmdir RMID +rmw rocksdb rolledback roolback diff --git a/ChangeLog.md b/ChangeLog.md index 49435081..f52fdd44 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -18,6 +18,22 @@ ChangeLog - Packages for [Astra Linux](https://astralinux.ru/), [ALT Linux](https://www.altlinux.org/), [ROSA Linux](https://www.rosalinux.ru/), etc. +## v0.11.3 (underway) + +Acknowledgements: + + - [gcxfd ](https://github.com/gcxfd) for reporting, contributing and testing. + +Minors: + + - Fixed returning `MDBX_RESULT_TRUE` (-1) from `mdbx_env_set_option()`. + - Added `mdbx_env_get_syncbytes()` and `mdbx_env_get_syncperiod()`. + - [Clarified](https://github.com/erthink/libmdbx/pull/249) description of `MDBX_INTEGERKEY`. + - Reworked/simplified `mdbx_env_sync_internal()`. + - [Fixed](https://github.com/erthink/libmdbx/issues/248) extra assertion inside `mdbx_cursor_put()` for `MDBX_DUPFIXED` cases. + - Avoiding extra looping inside `mdbx_env_info_ex()`. + + ## v0.11.2 at 2021-12-02 Acknowledgements: