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 a4bbe57f8ba4c7d88ba6d16a63171c2ec2ce02ad (commit) via 4d7c9e5bca70e08166cba3711df17a4f4e479cda (commit) via 68a0adc59fc8b5385b357f4e1f9bb484bbb95f83 (commit) from 360d0492db4eacc0b257566bf50c609c2c31d545 (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 a4bbe57f8ba4c7d88ba6d16a63171c2ec2ce02ad Author: Howard Chu hyc@symas.com Date: Thu Jul 18 10:40:21 2013 -0700
Add mdb_reader_check()
commit 4d7c9e5bca70e08166cba3711df17a4f4e479cda Author: Howard Chu hyc@symas.com Date: Thu Jul 18 09:11:09 2013 -0700
Split MDB_VERSION to MDB_DATA/MDB_LOCK VERSION
commit 68a0adc59fc8b5385b357f4e1f9bb484bbb95f83 Author: Howard Chu hyc@symas.com Date: Thu Jul 18 09:00:51 2013 -0700
Tweak reader_list
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/lmdb.h | 8 ++ libraries/liblmdb/mdb.c | 176 +++++++++++++++++++++++++++++++++++++++--- libraries/liblmdb/mdb_stat.1 | 5 +- libraries/liblmdb/mdb_stat.c | 8 ++- 4 files changed, 183 insertions(+), 14 deletions(-)