A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via 8289ac3b5ccbb2c7bfbadfed39d3042f91be9ecd (commit) via d74330128ac0c5b1ba3a06a199238f9780f685fd (commit) via 6dab37f2acaef70a31f65bd485fd2222c2648d2b (commit) via d8b407d9a27a8c9d183cb532f1d4bccbf0002401 (commit) via 26e4222ffb8b74d29674136b4c8c821e73250605 (commit) via 58e27b6c204af932cd7d9faaaaf3079c0d77d7c3 (commit) via 66c9f030558320290d1a8d3961a31670a15c56f2 (commit) from c9718545da8a3ffbfbf286ba668c661ceb77c253 (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 8289ac3b5ccbb2c7bfbadfed39d3042f91be9ecd Merge: c971854 d743301 Author: Howard Chu hyc@openldap.org Date: Wed Mar 6 15:50:47 2013 -0800
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/Makefile | 10 +++-- libraries/liblmdb/mdb.c | 10 ++--- libraries/liblmdb/sample-bdb.c | 71 ++++++++++++++++++++++++++++++++++++++++ libraries/liblmdb/sample-mdb.c | 60 +++++++++++++++++++++++++++++++++ 4 files changed, 141 insertions(+), 10 deletions(-) create mode 100644 libraries/liblmdb/sample-bdb.c create mode 100644 libraries/liblmdb/sample-mdb.c