A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, mdb.RE/0.9 has been updated via 13ecac78cd7a2607d85b81c2bd09874afa82d1b4 (commit) via d886593193a69d63a4a4c484089b570e6af58df7 (commit) via 21ed2bd4c939ac9516d14933eeb3130990df7cde (commit) via b785bfbe61d041e6b175f8f87915ec6d3e636988 (commit) via 09e74f9056191a0d0370731118411d74a195aa5d (commit) from 27f6160db48ac77455bba5d22d571a9eef1bc1c0 (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 13ecac78cd7a2607d85b81c2bd09874afa82d1b4 Author: Howard Chu hyc@openldap.org Date: Wed Jun 15 11:43:46 2016 +0100
ITS#8339, #8424
commit d886593193a69d63a4a4c484089b570e6af58df7 Author: Hallvard Furuseth hallvard@openldap.org Date: Sun Jun 5 23:42:44 2016 +0200
mdb_env_setup_locks: Plug mutexattr leak on error
commit 21ed2bd4c939ac9516d14933eeb3130990df7cde Author: Howard Chu hyc@openldap.org Date: Thu Jun 2 21:01:27 2016 +0100
ITS#8339 Solaris 10/11 robust mutex fixes
Check for PTHREAD_MUTEX_ROBUST_NP definition (this doesn't work on Linux/glibc because they used an enum). Zero out mutex before initing.
commit b785bfbe61d041e6b175f8f87915ec6d3e636988 Author: Howard Chu hyc@openldap.org Date: Sun May 15 00:44:54 2016 +0100
ITS#8424 init cursor in mdb_env_cwalk
commit 09e74f9056191a0d0370731118411d74a195aa5d Author: Hallvard Furuseth hallvard@openldap.org Date: Tue May 10 07:11:44 2016 +0200
Comment ovpage code in mdb_cursor_put()
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/CHANGES | 12 +++++++----- libraries/liblmdb/mdb.c | 35 +++++++++++++++++++++++++---------- 2 files changed, 32 insertions(+), 15 deletions(-)