mdbx: initial support for doxygen.

Change-Id: I5258b9f5dac981f03658ed35a799a52250a3e136
This commit is contained in:
Leonid Yuriev
2020-07-11 22:27:29 +03:00
parent 19e4fc1414
commit e3efef40c4
5 changed files with 3156 additions and 554 deletions

View File

@@ -1,8 +1,12 @@
ChangeLog
---------
## v0.9.x (in the development):
- Since v0.9 usage of custom comparators and the `mdbx_dbi_open_ex()` are deprecated.
- TODO: API for explicit threads (de)registration.
- TODO: Native bindings for C++.
- TODO: Packages for AltLinux, Fedora/RHEL, Debian/Ubuntu.
- TODO: support for Doxygen & online API reference.
## v0.8.2 2020-07-06:
- Added support multi-opening the same DB in a process with SysV locking (BSD).