mdbx: backport - release 0.9.18

Change-Id: I132a004c109facfa481a86a09eb0c3e454c294a8
This commit is contained in:
Howard Chu 2016-02-05 21:22:15 +00:00 committed by Leo Yuriev
parent a47cdfebba
commit 0deb198ca2
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
LMDB 0.9 Change Log LMDB 0.9 Change Log
LMDB 0.9.18 Release Engineering LMDB 0.9.18 Release (2016/02/05)
Add MDB_PREV_MULTIPLE Add MDB_PREV_MULTIPLE
already done for mdbx - Fix robust mutex detection on glibc 2.10-11 (ITS#8330) already done for mdbx - Fix robust mutex detection on glibc 2.10-11 (ITS#8330)
Fix page_search_root assert on FreeDB (ITS#8336) Fix page_search_root assert on FreeDB (ITS#8336)

2
lmdb.h
View File

@ -202,7 +202,7 @@ typedef int mdb_filehandle_t;
MDB_VERINT(MDB_VERSION_MAJOR,MDB_VERSION_MINOR,MDB_VERSION_PATCH) MDB_VERINT(MDB_VERSION_MAJOR,MDB_VERSION_MINOR,MDB_VERSION_PATCH)
/** The release date of this library version */ /** The release date of this library version */
#define MDB_VERSION_DATE "November 30, 2015, https://github.com/ReOpen/libmdbx" #define MDB_VERSION_DATE "February 5, 2016, https://github.com/ReOpen/libmdbx"
/** A stringifier for the version info */ /** A stringifier for the version info */
#define MDB_VERSTR(a,b,c,d) "LMDB " #a "." #b "." #c ": (" d ")" #define MDB_VERSTR(a,b,c,d) "LMDB " #a "." #b "." #c ": (" d ")"