Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
ad8488cf
Commit
ad8488cf
authored
Feb 05, 2016
by
Howard Chu
Browse files
Release 0.9.18
parent
60580aa6
Changes
2
Hide whitespace changes
Inline
Side-by-side
libraries/liblmdb/CHANGES
View file @
ad8488cf
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)
...
...
libraries/liblmdb/lmdb.h
View file @
ad8488cf
...
...
@@ -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
, 201
5
"
#define MDB_VERSION_DATE "
February 5
, 201
6
"
/** A stringifier for the version info */
#define MDB_VERSTR(a,b,c,d) "LMDB " #a "." #b "." #c ": (" d ")"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment