]> git.sur5r.net Git - openldap/commitdiff
Release 0.9.18 LMDB_0.9.18
authorHoward Chu <hyc@openldap.org>
Fri, 5 Feb 2016 21:22:15 +0000 (21:22 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 5 Feb 2016 21:22:15 +0000 (21:22 +0000)
libraries/liblmdb/CHANGES
libraries/liblmdb/lmdb.h

index 0c1295d3bd3102a281a9a376485e1fd3c651bfe9..494a5410a5f2dfd6b63719464bd5e74d8b805651 100644 (file)
@@ -1,6 +1,6 @@
 LMDB 0.9 Change Log
 
-LMDB 0.9.18 Release Engineering
+LMDB 0.9.18 Release (2016/02/05)
        Fix robust mutex detection on glibc 2.10-11 (ITS#8330)
        Fix page_search_root assert on FreeDB (ITS#8336)
        Fix MDB_APPENDDUP vs. rewrite(single item) (ITS#8334)
index 82cd3d8ed223a64138bde72826a7e7d813889de1..c4d05d1791f90d8ff7f5fe6e70e1f17b1968c6c4 100644 (file)
@@ -204,7 +204,7 @@ typedef int mdb_filehandle_t;
        MDB_VERINT(MDB_VERSION_MAJOR,MDB_VERSION_MINOR,MDB_VERSION_PATCH)
 
 /** The release date of this library version */
-#define MDB_VERSION_DATE       "December 19, 2015"
+#define MDB_VERSION_DATE       "February 5, 2016"
 
 /** A stringifier for the version info */
 #define MDB_VERSTR(a,b,c,d)    "LMDB " #a "." #b "." #c ": (" d ")"