Skip to content
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

Compare
Choose a tag to compare
@erthink erthink released this 25 Sep 18:58
· 2790 commits to master since this release

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):

Fixes since 0.0.0 2017-07-04:

  • more for cursor_del() (ITS#8699, ITS#8622).
  • fix extra madvise(MADV_REMOVE).
  • fix mdbx_set_attr().