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 1e7eeed28d952adf81090e9551e7ee1d5a20ac44 (commit) via 983f896aa77027bfc88d9303d2412c58a5a1f2b4 (commit) from 992a96e17163d0098f652389a2571f6c31a295c5 (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 1e7eeed28d952adf81090e9551e7ee1d5a20ac44 Author: Hallvard Furuseth h.b.furuseth@usit.uio.no Date: Sun Aug 17 00:29:12 2014 +0200
Fix loose pages in mdb_freelist_save().
Leaving them in dirty_list caused breakage. Instead merge them into me_pghead at the end, when no more pages will be allocated.
commit 983f896aa77027bfc88d9303d2412c58a5a1f2b4 Author: Hallvard Furuseth h.b.furuseth@usit.uio.no Date: Sat Aug 16 11:34:44 2014 +0200
Split out mdb_midl_xmerge, add MDB_IDL_ALLOCLEN
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/mdb.c | 87 +++++++++++++++++++++++++--------------------- libraries/liblmdb/midl.c | 14 ++++++++ libraries/liblmdb/midl.h | 9 +++++ 3 files changed, 71 insertions(+), 39 deletions(-)