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 509a1977284a8d8c3affea9fc1afb9fa70ddb533 (commit) from 92f71f50f9f2a9e93c7d757538688376a6f6debb (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 509a1977284a8d8c3affea9fc1afb9fa70ddb533 Author: Howard Chu hyc@symas.com Date: Mon Nov 11 15:09:32 2013 -0800
Change default mem init behavior
Init malloc'd memory by default, use #MDB_NOMEMINIT to disable. Bump version to 0.9.10
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/lmdb.h | 51 ++++++++++++++++++++++++++------------------- libraries/liblmdb/mdb.c | 12 +++++----- 2 files changed, 35 insertions(+), 28 deletions(-)