mdbx-doc: update ChangeLog.

Change-Id: I350611d4fc83d2cf764ee1d3bedcf9c86f1a7e26
This commit is contained in:
Leonid Yuriev 2021-01-26 21:01:07 +03:00
parent aaaa54a397
commit 9b69eed5ce
2 changed files with 9 additions and 5 deletions

View File

@ -32,6 +32,7 @@ allones
ALLPOSTMESSAGE ALLPOSTMESSAGE
allthrough allthrough
alphabase alphabase
altlinux
AMAX AMAX
amd amd
amsmath amsmath
@ -1372,6 +1373,7 @@ rocksdb
rolledback rolledback
roolback roolback
ROOTONLY ROOTONLY
rosalinux
rotr rotr
rouzier rouzier
rp rp
@ -1571,6 +1573,7 @@ SUNPRO
superfences superfences
sval sval
svg svg
svnweb
svr svr
swait swait
symas symas

View File

@ -6,16 +6,17 @@ ChangeLog
TODO: 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/124, https://github.com/erthink/libmdbx/issues/127,
https://github.com/erthink/libmdbx/issues/127, https://github.com/erthink/libmdbx/issues/128,
https://github.com/erthink/libmdbx/issues/132, https://github.com/erthink/libmdbx/issues/115). https://github.com/erthink/libmdbx/issues/132, https://github.com/erthink/libmdbx/issues/115).
- 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](https://www.rosalinux.ru/), [ALT Linux](https://www.altlinux.org/), Fedora/RHEL, Debian/Ubuntu.
Acknowledgements: Acknowledgements:
- Mahlon E. Smith (http://www.martini.nu/) for FreeBSD port of libmdbx. - [Mahlon E. Smith](http://www.martini.nu/) for [FreeBSD port of libmdbx](https://svnweb.freebsd.org/ports/head/databases/mdbx/).
- 장세연 (http://www.castis.com) for bug fixing and PR. - [장세연](http://www.castis.com) for bug fixing and PR.
- [Clément Renault](https://github.com/Kerollmops/heed) for [Heed](https://github.com/Kerollmops/heed) fully typed Rust wrapper.
- [Alex Sharov](https://github.com/AskAlexSharov) for bug reporting.
Removed options and features: Removed options and features: