A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_4 has been updated via 4fe89dc78bc2756081bf1e83f20b896c9ae9735d (commit) via cbde75cda993fbda38446908f71ca02b40e7293a (commit) via de7120456139ba583a5a3bf7c9162e213ad465d5 (commit) via 290daee5c697c318776ed43813abf7a50b7c12ac (commit) via c360fddec521cafc29590948d5fe7f3b620873c8 (commit) via 4738294fd7dbc7f48daa243949f961e8c68dcdf4 (commit) via 83e6d8e49347a1ab6ee5519fdb155abb9f563b87 (commit) via 5e969767b262b507e6b3475d7eab9816404631fb (commit) via d2263fb302a3bf9e8afe4ed37cf46fa17e9d3711 (commit) from 2c24461cca8bd6e227f37e70b7363d17344e1285 (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 4fe89dc78bc2756081bf1e83f20b896c9ae9735d Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Jan 23 11:28:51 2012 -0800
ITS#7113
commit cbde75cda993fbda38446908f71ca02b40e7293a Author: Howard Chu hyc@symas.com Date: Sat Jan 21 17:31:23 2012 -0800
Fix typo in e8e57be42107a877f604d0c4e67115ef37681a1b
commit de7120456139ba583a5a3bf7c9162e213ad465d5 Author: Kevan Carstensen kacarstensen@csupomona.edu Date: Sat Jan 21 17:26:37 2012 -0800
ITS#7113 fix check order in connection_write()
commit 290daee5c697c318776ed43813abf7a50b7c12ac Author: Howard Chu hyc@openldap.org Date: Sat Jan 21 08:49:49 2012 -0800
Fix: txn is invalidated by mdb_txn_commit()
commit c360fddec521cafc29590948d5fe7f3b620873c8 Author: Howard Chu hyc@symas.com Date: Sat Jan 21 08:22:59 2012 -0800
Add valgrind support with -DUSE_VALGRIND
Track allocations and invalid accesses to freed tmp pages.
commit 4738294fd7dbc7f48daa243949f961e8c68dcdf4 Author: Howard Chu hyc@symas.com Date: Sat Jan 21 08:20:43 2012 -0800
txn_commit must abort txn before returning errors
Fix for failure when committing a txn that is a child of some parent txn.
commit 83e6d8e49347a1ab6ee5519fdb155abb9f563b87 Author: Howard Chu hyc@symas.com Date: Sat Jan 21 08:18:37 2012 -0800
ITS#7121 fix page splits when newindx == 0
commit 5e969767b262b507e6b3475d7eab9816404631fb Author: Howard Chu hyc@symas.com Date: Sat Jan 21 08:12:56 2012 -0800
ITS#7126 fix cursor tracking code
Don't compare cursors that aren't deep enough to match the current cursor.
commit d2263fb302a3bf9e8afe4ed37cf46fa17e9d3711 Author: Howard Chu hyc@symas.com Date: Sat Jan 21 08:07:56 2012 -0800
Happy New Year!
-----------------------------------------------------------------------
Summary of changes: CHANGES | 1 + libraries/libmdb/mdb.c | 56 ++++++++++++++++++++++++++++++++++++------ libraries/libmdb/mdb.h | 3 +- servers/slapd/back-mdb/add.c | 5 ++- servers/slapd/connection.c | 4 +- 5 files changed, 56 insertions(+), 13 deletions(-)