mdbx: update CHANGES.

Change-Id: I5133d9814ca449ae46ee97179879b72b160b72d7
This commit is contained in:
Leo Yuriev 2016-07-18 17:20:39 +03:00
parent dd98ab22da
commit eb3a9505a3

View File

@ -1,9 +1,11 @@
LMDB 0.9 Change Log
MDBX
Add MDB_PREV_MULTIPLE
Fix MDB_CP_COMPACT (ITS#8209)
Add error MDB_PROBLEM, replace some MDB_CORRUPTED
LMDB 0.9.19 Release Engineering
Fix mdb_env_cwalk cursor init (ITS#8424)
Fix robust mutexes on Solaris 10/11 (ITS#8339)
Fix MDB_GET_BOTH on non-dup record (ITS#8393)
Optimize mdb_drop
Fix xcursors after mdb_cursor_del (ITS#8406)
@ -24,7 +26,6 @@ LMDB 0.9.18 Release (2016/02/05)
Add Getting Started page
Update WRITEMAP description
LMDB 0.9.17 Release (2015/11/30)
Fix ITS#7377 catch calloc failure
Fix ITS#8237 regression from ITS#7589