A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, mdb has been updated via 06eeff7c1319c7bcc4111317b8a0204d4408eab5 (commit) via fe58e81f5a34930d846aea9725ab445b7d89872a (commit) via bd6877f78f91701c59d55f744b8ab0a046a80317 (commit) from 82c782d172ed9ea8618348c960d3231138d8d505 (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 06eeff7c1319c7bcc4111317b8a0204d4408eab5 Author: Hallvard Furuseth hallvard@openldap.org Date: Sat Aug 27 15:12:59 2011 +0200
Add MDB support to configure and test framework.
Does not update the tests themselves.
In configure --help, call it "mdb database backend" instead of something with "memory-mapped" which could confuse somebody about a memory-only DB.
commit fe58e81f5a34930d846aea9725ab445b7d89872a Author: Hallvard Furuseth hallvard@openldap.org Date: Sat Aug 27 16:26:51 2011 +0200
.gitignore += back-mdb symlinks (into libmdb)
commit bd6877f78f91701c59d55f744b8ab0a046a80317 Author: Hallvard Furuseth hallvard@openldap.org Date: Sat Aug 27 13:43:53 2011 +0200
libmdb in .gitmodules: Use git://, not https://.
Matches preferred scheme in http://www.openldap.org/software/repo.html.
-----------------------------------------------------------------------
Summary of changes: .gitignore | 4 ++ .gitmodules | 2 +- configure | 68 ++++++++++++++++++++++++++++++------ configure.in | 20 ++++++++++ include/portable.hin | 3 ++ servers/slapd/back-mdb/Makefile.in | 11 ++++-- tests/Makefile.in | 10 +++++ tests/README | 1 + tests/run.in | 5 ++- 9 files changed, 106 insertions(+), 18 deletions(-)