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 72c893fc82899b4e4d4fb506116ba109ee66032a (commit) via e539654051a6300997be7420e67b31d08c87aa90 (commit) via 3e7a8e26e6a06ef34fcb460b608c6e65f688b9a6 (commit) from 65e95ffccf512dd1514083bd5768f1595560eb53 (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 72c893fc82899b4e4d4fb506116ba109ee66032a Author: Hallvard Furuseth hallvard@openldap.org Date: Thu Dec 15 22:12:45 2016 +0100
Mention MDB_PREV_MULTIPLE along with MDB_NEXT_MULTIPLE
commit e539654051a6300997be7420e67b31d08c87aa90 Author: Hallvard Furuseth hallvard@openldap.org Date: Thu Oct 20 09:51:22 2016 +0200
ITS#8504 Fix prev commit: mc_error, #ifdef SIGPIPE
Never clear mc_error, we could lose a failure in the other thread.
commit 3e7a8e26e6a06ef34fcb460b608c6e65f688b9a6 Author: Lorenz Bauer lmb@cloudflare.com Date: Thu Oct 20 09:51:22 2016 +0200
ITS#8504 mdb_env_copyfd2(): Don't abort on SIGPIPE
Return EPIPE instead.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/lmdb.h | 5 +++-- libraries/liblmdb/mdb.c | 17 +++++++++++++++++ 2 files changed, 20 insertions(+), 2 deletions(-)