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 916995236ed5979b971615ecc763745c187d37f6 (commit) via 46cf44270000eb17297b804121f9721932ba182b (commit) from 9f983b7999e380300ba83156f21b15d33fe2e680 (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 916995236ed5979b971615ecc763745c187d37f6 Author: Howard Chu hyc@symas.com Date: Wed Aug 22 23:01:19 2012 -0700
ITS#7364 also close the mutexes as needed
Otherwise a process that opens and closes an env more than once will leak mutex handles. (WIN32/BSD)
commit 46cf44270000eb17297b804121f9721932ba182b Author: Chris Mikkelson cmikk@qwest.net Date: Wed Aug 22 16:51:35 2012 -0500
ITS#7364 Remove POSIX semaphores when the last user closes the mdb environment.
-----------------------------------------------------------------------
Summary of changes: libraries/libmdb/mdb.c | 87 +++++++++++++++++++++++++++++++----------------- 1 files changed, 56 insertions(+), 31 deletions(-)