~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-12-09 02:34:52 UTC
  • mfrom: (3882.1.2 277048-transport-registry)
  • Revision ID: pqm@pqm.ubuntu.com-20081209023452-12dbzcwzxrt1xee3
(mbp) Don't call iteritems on transport_list_registry, because it may change during iteration

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
  BUG FIXES:
18
18
  
19
 
   * Allow BzrDir implementation to implement backing up of 
20
 
     control directory. (#139691)
 
19
    * Allow BzrDir implementation to implement backing up of 
 
20
      control directory. (#139691)
 
21
 
 
22
    * Don't call iteritems on transport_list_registry, because it may
 
23
      change during iteration.  (Martin Pool, #277048)
21
24
 
22
25
    * Fix SystemError in ``_patiencediff_c`` module by calling
23
26
      PyErr_NoMemory() before returning NULL in PatienceSequenceMatcher_new.