mdbx: pull CHANGES from LMDB.

Change-Id: Id85578ea842564792dd7141984b67406fa5a804c
This commit is contained in:
Leo Yuriev 2015-11-25 19:08:34 +03:00
parent d0a0b096ee
commit 35452812b5

View File

@ -30,9 +30,11 @@ LMDB 0.9.17 Release Engineering
Miscellaneous cleanup/simplification
Build
Create install dirs if needed (ITS#8256)
Fix ThreadProc decl on Win32/MSVC (ITS#8270)
Added ssize_t typedef for MSVC (ITS#8067)
Use ANSI apis on Windows (ITS#8069)
Fix ThreadProc decl on Win32/MSVC (ITS#8270 - nothing for MDBX)
Added ssize_t typedef for MSVC (ITS#8067 - nothing for MDBX)
Use ANSI apis on Windows (ITS#8069 - nothing for MDBX)
Use O_SYNC if O_DSYNC,MDB_DSYNC are not defined (ITS#7209 - nothing for MDBX)
Allow passing AR to make (ITS#8168 - already done for MDBX)
LMDB 0.9.16 Release (2015/08/14)
Fix cursor EOF bug (ITS#8190)