Skip to content

v1.9.1

Compare
Choose a tag to compare
@wojas wojas released this 14 Sep 09:39
· 18 commits to master since this release
ae42c40

What's Changed

  • Fix release numbers in the readme by @pieterlexis in #10
  • Define IntegerKey and IntegerDup flags by @wojas in #12
  • Upgrade LMDB C lib from 0.9.28 to 0.9.29 by @wojas in #13
  • Upgrade LMDB to 0.9.31 by @wojas in #14
  • CI: switch to Github Actions by @wojas in #15

LMDB C library changes:

LMDB 0.9.31 Release (2023/07/10)
        ITS#8447 - Fix cursor_put(MDB_CURRENT) on DUPSORT DB with different sized data

LMDB 0.9.30 Release (2023/02/08)
        ITS#9806 - LMDB page_split: key threshold depends on page size
        ITS#9916 - avoid gcc optimization bug on sparc64 linux
        ITS#9919 - Mark infrequently used functions as cold
        ITS#9723 - clear C_EOF on cursor with MDB_FIRST_DUP
        ITS#9030 - Use sys/cachectl.h rather than asm/cachectl.h on mips

LMDB 0.9.29 Release (2021/03/16)
        ITS#9461 refix ITS#9376
        ITS#9500 fix regression from ITS#8662

Full Changelog: v1.9.0...v1.9.1