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 860527f66e461bd34c53e48e8525e11f6652a8b7 (commit) via 29ebd02efd72fa0b558b6d87fc32afc1061f97ff (commit) via 1ba5adb2ec262405f9207d6015d4f29eea548d25 (commit) via 86ae31ebf51c6f242f8f19c41ff5127ca0fff1fa (commit) from 2cc88d20ccc33165f658d9678f19df38d08e71d1 (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 860527f66e461bd34c53e48e8525e11f6652a8b7 Author: Howard Chu hyc@openldap.org Date: Sun Dec 20 00:22:13 2015 +0000
Note that we're prepping for 1.0
commit 29ebd02efd72fa0b558b6d87fc32afc1061f97ff Author: Howard Chu hyc@openldap.org Date: Sat Dec 19 23:58:39 2015 +0000
MDB_VL32 support 64 bit DBs on 32 bit processors
commit 1ba5adb2ec262405f9207d6015d4f29eea548d25 Author: Howard Chu hyc@openldap.org Date: Sat Dec 19 23:51:31 2015 +0000
MDB_VL32 preparation
Use 64 bit types consistently. This keeps database structures the same size for MDB_VL32 and native 64 bit builds.
commit 86ae31ebf51c6f242f8f19c41ff5127ca0fff1fa Author: Howard Chu hyc@openldap.org Date: Sat Dec 19 22:57:00 2015 +0000
Fix typos
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/intro.doc | 2 +- libraries/liblmdb/lmdb.h | 29 +- libraries/liblmdb/mdb.c | 802 ++++++++++++++++++++++++++++++++++++------ libraries/liblmdb/mdb_dump.c | 11 +- libraries/liblmdb/mdb_load.c | 11 +- libraries/liblmdb/mdb_stat.c | 25 +- libraries/liblmdb/midl.c | 62 ++++ libraries/liblmdb/midl.h | 23 ++ 8 files changed, 843 insertions(+), 122 deletions(-)