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_4 has been updated via 0087592c0b062e09d18c5405507d6b9dc72f1903 (commit) via 3479541ef3237807c2565d126cd00983c640c4ce (commit) via aef1fac4f742c819807adee4c14c0f8074e3cad1 (commit) via 5da8d3ed7c13d8260755a96c69c9627d6aa4e597 (commit) from 65a49595f563573f91da936ea27f5eaf6b21a48d (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 0087592c0b062e09d18c5405507d6b9dc72f1903 Author: Quanah Gibson-Mount quanah@openldap.org Date: Fri Nov 25 10:52:29 2011 -0800
ITS#7090 OpenLDAP 2.4.28
commit 3479541ef3237807c2565d126cd00983c640c4ce Author: Howard Chu hyc@openldap.org Date: Fri Nov 25 01:29:34 2011 -0800
ITS#7090 test unordered slapadd
commit aef1fac4f742c819807adee4c14c0f8074e3cad1 Author: Howard Chu hyc@openldap.org Date: Fri Nov 25 00:23:51 2011 -0800
ITS#7090 fix out-of-order slapadd
commit 5da8d3ed7c13d8260755a96c69c9627d6aa4e597 Author: Pierangelo Masarati ando@OpenLDAP.org Date: Thu Nov 24 19:55:40 2011 +0100
fix typos
-----------------------------------------------------------------------
Summary of changes: CHANGES | 3 ++ build/version.var | 6 ++-- servers/slapd/back-mdb/id2entry.c | 6 ++- servers/slapd/back-sql/config.c | 4 +- tests/data/test-reordered.ldif | 55 ++++++++++++++++++++++++++++++++ tests/data/test-unordered.ldif | 55 ++++++++++++++++++++++++++++++++ tests/scripts/defines.sh | 2 + tests/scripts/test001-slapadd | 62 ++++++++++++++++++++++++++++++++++++- 8 files changed, 185 insertions(+), 8 deletions(-) create mode 100644 tests/data/test-reordered.ldif create mode 100644 tests/data/test-unordered.ldif