mdbx: update ChangeLog.

Change-Id: I694056afe448883b16b8ec769d8a560040044ae5
This commit is contained in:
Leonid Yuriev 2020-12-03 09:36:45 +03:00
parent a987301204
commit e6eeb17030

View File

@ -3,6 +3,7 @@ ChangeLog
## v0.9.3 (in development) ## v0.9.3 (in development)
TODO:
- Engage new terminology (https://github.com/erthink/libmdbx/issues/137). - Engage new terminology (https://github.com/erthink/libmdbx/issues/137).
- Rework/speedup the implementation of the dirty page list (lazy compactification, lazy sorting via merge). - Rework/speedup the implementation of the dirty page list (lazy compactification, lazy sorting via merge).
- Resolve few TODOs (https://github.com/erthink/libmdbx/issues/123, https://github.com/erthink/libmdbx/issues/124, - Resolve few TODOs (https://github.com/erthink/libmdbx/issues/123, https://github.com/erthink/libmdbx/issues/124,
@ -11,6 +12,17 @@ ChangeLog
- Finalize C++ API (few typos and trivia bugs are still likely for now). - Finalize C++ API (few typos and trivia bugs are still likely for now).
- Packages for ROSA Linux, ALT Linux, Fedora/RHEL, Debian/Ubuntu. - Packages for ROSA Linux, ALT Linux, Fedora/RHEL, Debian/Ubuntu.
Acknowledgements:
- Mahlon E. Smith (http://www.martini.nu/) for FreeBSD port of libmdbx.
- 장세연 (http://www.castis.com) for bug fixing and PR.
Added features:
- Package for FreeBSD is available now by Mahlon E. Smith.
Fixes:
- Fixed missing cleanup (null assigned) in the C++ commit/abort (https://github.com/erthink/libmdbx/pull/143).
## v0.9.2 scheduled at 2020-11-27 ## v0.9.2 scheduled at 2020-11-27
Acknowledgements: Acknowledgements: