A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, mdb.master has been updated via 943b23f01141ec0e9f85fa166b7867d63afcc5a9 (commit) via 9574b65648dc20fb2e0f267a63068cc92e56bd2d (commit) via 8293b20cfed74b5a24ffef931ffa643663c02cd0 (commit) from 7d162bcf31a293242118a625a426becfb1974626 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 943b23f01141ec0e9f85fa166b7867d63afcc5a9 Author: Hallvard Furuseth hallvard@openldap.org Date: Thu Jul 2 21:14:56 2015 +0200
Restore support for Posix semaphores
commit 9574b65648dc20fb2e0f267a63068cc92e56bd2d Author: Hallvard Furuseth hallvard@openldap.org Date: Thu Jul 2 21:06:35 2015 +0200
Fix mdb_mutex_t, add mdb_mutexref_t, drop MDB_MUTEX().
Fixes the types of Windows HANDLEs, they became HANDLE*. MDB_MUTEX() took a magic r/w arg which it's nice to get rid of.
commit 8293b20cfed74b5a24ffef931ffa643663c02cd0 Author: Hallvard Furuseth hallvard@openldap.org Date: Thu Jul 2 21:06:27 2015 +0200
Add MDB_USE_POSIX_MUTEX.
So far just to help aligning mdb.master and mdb.RE. We'll make it an option later.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/Makefile | 2 +- libraries/liblmdb/lmdb.h | 3 +- libraries/liblmdb/mdb.c | 200 +++++++++++++++++++++++++++++++------------- 3 files changed, 146 insertions(+), 59 deletions(-)