A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, mdb.RE/0.9 has been updated via 3bec2a82283ca6f7c54a56d518860bd01f651873 (commit) via 1105d2043e264fa57441833ab41d8f61c91c23d6 (commit) via 1f33a6d9109792c0a2c88793092264080fe856b0 (commit) via 9e859dd1ca27ccf035701e0ae7fe39b9274ea8f9 (commit) from 3b01bbbc67389b63e6623da99d397283729e70e7 (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 3bec2a82283ca6f7c54a56d518860bd01f651873 Author: Howard Chu hyc@openldap.org Date: Mon Sep 10 16:24:51 2018 +0100
Fix ITS#8756, 8831, 8844, 8908
commit 1105d2043e264fa57441833ab41d8f61c91c23d6 Author: Howard Chu hyc@openldap.org Date: Wed Aug 29 01:25:01 2018 +0100
ITS#8908 DOC: GET_MULTIPLE etc don't return the key
Unnecessary since these are DUPs, the key will always be the same
commit 1f33a6d9109792c0a2c88793092264080fe856b0 Author: Howard Chu hyc@openldap.org Date: Fri Jun 22 16:30:13 2018 +0100
ITS#8756 remove loose pg from dirty list in freelist_save
commit 9e859dd1ca27ccf035701e0ae7fe39b9274ea8f9 Author: Howard Chu hyc@openldap.org Date: Mon Apr 2 18:01:19 2018 +0100
ITS#8831 move flag init into readhdr
Avoid stomping on flags from 1st readhr invocation
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/CHANGES | 5 +++++ libraries/liblmdb/lmdb.h | 6 +++--- libraries/liblmdb/mdb.c | 33 ++++++++++++++++++++++++++++++++- libraries/liblmdb/mdb_load.c | 2 +- 4 files changed, 41 insertions(+), 5 deletions(-)