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 81d0d29bbc3f850d94571abdd5a53637f6c783f3 (commit) via 05709ce6fa4ef5952116b5e8937ce268c73afdcf (commit) via 935a90dfc4d3ca9cbbf8c468f057874de66318a7 (commit) via 25fd09df6daa7e0609d419dad44e5d8a05cf80db (commit) from 03f1c12bbe66e6841cb7261cd739ee74c469fb8d (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 81d0d29bbc3f850d94571abdd5a53637f6c783f3 Author: Hallvard Furuseth hallvard@openldap.org Date: Sat Jan 9 09:10:55 2016 +0100
ITS#8334, mdb_copy
commit 05709ce6fa4ef5952116b5e8937ce268c73afdcf Author: Howard Chu hyc@symas.com Date: Sat Jan 2 12:19:42 2016 +0000
Fixups for env_copy with large files
wsize was being truncated to 32bits on Windows. Only try to write 1GB at a time on Windows64; larger writes fail with ERROR_WORKING_SET_QUOTA.
commit 935a90dfc4d3ca9cbbf8c468f057874de66318a7 Author: Howard Chu hyc@openldap.org Date: Sat Dec 19 23:51:31 2015 +0000
MinGW warning cleanup: _MSC_VER -> _WIN32.
From 1ba5adb2ec262405f9207d6015d4f29eea548d25 "MDB_VL32 preparation".
commit 25fd09df6daa7e0609d419dad44e5d8a05cf80db Author: Hallvard Furuseth hallvard@openldap.org Date: Tue Dec 8 16:43:55 2015 +0100
ITS#8334 Fix MDB_APPENDDUP vs. rewrite(single item)
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/CHANGES | 2 ++ libraries/liblmdb/mdb.c | 16 ++++++++-------- 2 files changed, 10 insertions(+), 8 deletions(-)