A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_5 has been updated via f201860209a1c2224db1ce735acb0f6cf7cd4c76 (commit) via e1ed4b28f5743fe06498b720caed1e964808ad14 (commit) via f39bceb800dd1b1b4b05cfb45a3ddde94a273fff (commit) via 3e40d0c8058967c1e0511f14ee1de36456c61386 (commit) via f6d8dc4e768a0bd6fb6cf7ae48a0509b971dd90b (commit) from 95ea544e98c0ede188e62fddebefd0c755cd3b20 (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 f201860209a1c2224db1ce735acb0f6cf7cd4c76 Merge: e1ed4b2 f39bceb Author: Quanah Gibson-Mount quanah@openldap.org Date: Tue Nov 12 09:07:42 2013 -0800
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_5
commit e1ed4b28f5743fe06498b720caed1e964808ad14 Author: Howard Chu hyc@openldap.org Date: Mon Nov 11 21:01:33 2013 -0800
ITS#7743 Fix indexed AND filter
Partially revert 47f6aec61e65afd66bea096887f1cd550b55946e Was using RANGE_FIRST/RANGE_LAST on an IDL known to *not* be a range.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/CHANGES | 8 ++++++++ libraries/liblmdb/lmdb.h | 4 ++-- libraries/liblmdb/mdb.c | 40 ++++++++++++++++++++++++++++------------ servers/slapd/back-bdb/idl.c | 4 ++-- servers/slapd/back-bdb/idl.h | 1 + servers/slapd/back-mdb/idl.c | 4 ++-- servers/slapd/back-mdb/idl.h | 1 + 7 files changed, 44 insertions(+), 18 deletions(-)