lmdb: CHANGES - ITS#7377, #8237, #8221, #8256, #8258.

Change-Id: Id825ceaf0fbb9575c0dbfd9f69997013d6f1fad0
This commit is contained in:
Leo Yuriev 2015-10-11 22:21:05 +03:00
parent f2d0824bdb
commit 8473370d65

View File

@ -1,6 +1,12 @@
LMDB 0.9 Change Log
LMDB 0.9.17 Release Engineering
Fix ITS#7377 catch calloc failure
Fix ITS#8237 regression from ITS#7589
Fix ITS#8221 MDB_PAGE_FULL on delete/rebalance
Fix ITS#8258 rebalance/split assert
Build
Create install dirs if needed (ITS#8256)
LMDB 0.9.16 Release (2015/08/14)
Fix cursor EOF bug (ITS#8190)