This repository has been archived by the owner on Sep 22, 2022. It is now read-only.
0.0.4 (Оbsolete, LMDB compatible) 2018-09-21
Release of the stable/0.0
branch, which contains legacy code that compatible to original LMDB API.
Corresponds to LMDB v0.9.22, but NOT includes all fixes from libmdbx mainstream, for instance this fix for cursor state after a deletion.
Changes since 0.0.2 2018-07-15
:
- prevent DB corruption due LMDB-inherited rebalance bug (fixed in the
master
branch and 0.2.x). - minor doc fixes (ITS#8908 and ITS#8857).
Changes since 0.0.2 2018-05-04
:
- add
fallthrough
for modern GCC and CLang. - add include
<sys/sysmacros.h>
for modern GNU libc. - migrate to Circle-CI 2.0
- update Project Status in the README.
Fixes since 0.0.1 2017-08-12
(corresponds to LMDB v0.9.21):
- fix wrong
freeDB
search (LMDB still flawed). - fix directly usage fakepage
mp_ptrs[]
(ITS#8819). - fix regression (ITS#8760).
- fix
FIRST_DUP
/LAST_DUP
cursor bounds check (ITS#8722).
Fixes since 0.0.0 2017-07-04
: