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
0f842a27
Commit
0f842a27
authored
Sep 09, 2013
by
Howard Chu
Browse files
Release 0.9.8
parent
7e58cc0f
Changes
3
Hide whitespace changes
Inline
Side-by-side
libraries/liblmdb/CHANGES
View file @
0f842a27
LMDB 0.9 Change Log
LMDB 0.9.8
Engineering
LMDB 0.9.8
Release (2013/09/09)
Allow mdb_env_set_mapsize() on an open environment
Fix mdb_dbi_flags() (ITS#7672)
Fix mdb_page_unspill() in nested txns
...
...
libraries/liblmdb/Makefile
View file @
0f842a27
...
...
@@ -51,6 +51,7 @@ liblmdb.a: mdb.o midl.o
ar rs
$@
mdb.o midl.o
liblmdb.so
:
mdb.o midl.o
# $(CC) $(LDFLAGS) -pthread -shared -Wl,-Bsymbolic -o $@ mdb.o midl.o $(SOLIBS)
$(CC)
$(LDFLAGS)
-pthread
-shared
-o
$@
mdb.o
midl.o
$(SOLIBS)
mdb_stat
:
mdb_stat.o liblmdb.a
...
...
libraries/liblmdb/lmdb.h
View file @
0f842a27
...
...
@@ -180,7 +180,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 "
August 2
9, 2013"
#define MDB_VERSION_DATE "
September
9, 2013"
/** A stringifier for the version info */
#define MDB_VERSTR(a,b,c,d) "MDB " #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