~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.5.txt

(gz) Make lazy imports proxy by default so that concurrent resolution is
 robust (Martin Packman)

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
  of revisions whose ancestry is not obviously on the same developement
83
83
  line. (Vincent Ladeuil, #904744)
84
84
 
 
85
* Make lazy imports resilient when resolved concurrently from multiple
 
86
  threads. Now the stand-in object will behave as a proxy for the real object
 
87
  after the initial access, rather than throwing. Assigning the object to
 
88
  multiple names should still be avoided. (Martin von Gagern, #396819)
 
89
 
85
90
* Not setting ``gpg_signing_key`` or setting it to ``default`` will use the
86
91
  user email (obtained from the ``email`` configuration option or its
87
92
  default value). (Vincent Ladeuil, Jelmer Vernooij, #904550)