A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The annotated tag, OPENLDAP_REL_ENG_2_4_37 has been created at 9f6ceba9fd89acac6d1bfd0c46367cd9b30e127b (tag) tagging e7b08140d07f51cd3f5f3161a3ce81de9f89209c (commit) replaces OPENLDAP_REL_ENG_2_4_36 tagged by Quanah Gibson-Mount on Sat Oct 26 13:46:39 2013 -0700
- Log ----------------------------------------------------------------- OpenLDAP 2.4.37
Claude Brisson (1): ITS#7681 fix mdb_cursor_set behaviour for MDB_SET_RANGE
Emily Backes (1): ITS#7712 Fix lock ordering in libldap abandon
Hallvard Furuseth (22): Simplify last commits mdb_page_spill(): Fix nested txn mt_dirty_room mdb_page_unspill(): Fix dirty_room in nested txn ITS#7682 mdb_env_copy(): Avoid Linux O_DIRECT bug. Update MDB documentation and comments. mdb_pages_xkeep(): Reformat, use common flag mask ITS#7515 mdb_pages_xkeep(): Careful about xcursors. ITS#7515 Fix mt_dirty_room in nested txns. ITS#7515 Fix mdb_txn_commit(nested txn with spills). ITS#7515 Fix mdb_page_unspill() in nested txn. mdb_page_unspill(): Rename local vars. Rename SWAP() to avoid conflict with sqlightning. Tweak MDB_DEBUG output Clean up and simplify mdb_page_search(). Drop unneeded code. Set subDB DBI=parent DBI, fix MDB_DUPSORT delete. Set MDB_xcursor DB_DIRTY, clear md_name. Optimize code holding reader mutex mdb_node_add(): Plug page leak when MDB_PAGE_FULL. mdb_cursor_sibling(): Fix error result Maintain MDB_cursor.mc_top Add Caveat: Readers need write access. Whitespace.
Howard Chu (46): Update caveats now that mdb_reader_check exists Less aggressive page_spill Tweak prev commit ITS#7670 Tweak cursor_del0 ITS#7671 always return the key for a dup val Speedup deletion from spill_pgs Cleanup prev commit Another take on spill_pgs and deletes ITS#7672 fix mdb_dbi_flags Allow mdb_env_set_mapsize() on an open environment Bump version to 0.9.8 Add a changelog Remember if last cursor op was a delete More for 5f6fa8c04204888c4ff7ac6be1868d81ff4410a8 updates Release 0.9.8 In mdb_checkpoint, force sync ITS#7381 fix chain config for restarts ITS#7381 more for prev commit ITS#7685 add missing olcTLSProtocolMin ITS#7701 fix mdb_rebalance ITS#7681 fix 18a07eb7c2dc33372455a6040984cd6b699b41a5 Add MDB_NORDLOCK to omit all reader table usage More doc for MDB_NORDLOCK s/MDB_NORDLOCK/MDB_NOLOCK/ ITS#7715 always set filesize for WRITEMAP Fix mdb_env_set_mapsize() ITS#7718 invalidate cursor when DB gets emptied Fix modrdn unique check ITS#7720 don't do ptr arithmetic on void *s ITS#7722 fix page_merge for collapsing root ITS#7710 fix for non-replicated internal ops ITS#7329 optimize index update for simple add ops ITS#7710 fix typo ITS#7694 more for IPv6 CLDAP, slapd fix Add MDB_USE_HASH ITS#7589 avoid wasting space in mdb_page_split ITS#7589 Cleanup unneeded vars in prev patch ITS#7589 Fix typo in prev commit ITS#7589 silence warnings ITS#7725 add MDB_NORDAHEAD flag for env_open ITS#7692 no-op if target entry doesn't exist ITS#7725 add nordahead envflag Fix 01dfb2083dd690707a062cabb03801bfad1a6859 Add mdb_env_get_fd() Bump to 0.9.9
Jan Synacek (1): ITS#7680 Fix typos in manpages.
Pierangelo Masarati (1): ITS#7687: password modify can muck with controls (quick fix)
Quanah Gibson-Mount (25): olcListenerThreads should be available in globalconfig Return to engineering Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4 ITS#7680 ITS#7381, ITS#7434 ITS#7685 ITS#7687 Fix mdb missing from list of backends Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4 ITS#7715, ITS#7718 ITS#7712 ITS#7720 ITS#7329, ITS#7710 From: Stef Walter stefw@redhat.com ITS#7695 Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4 ITS#7722 ITS#7589 ITS#7699 ITS#7692 ITS#7725 Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4 Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4 Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4 Prep for release
Salvador Ortiz (1): ITS#7682 In mdb_env_copy retry open if O_DIRECT fails
Stef Walter (1): ITS#7694 Fix use of IPv6 with LDAP_CONNECTIONLESS
Ted C. Cheng (1): ITS#7699 fixed one dds start-up assertion failure
-----------------------------------------------------------------------