~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2008-12-09 00:51:25 UTC
  • mto: This revision was merged to the branch mainline in revision 3883.
  • Revision ID: mbp@sourcefrog.net-20081209005125-t9gmzphq8np6bvti
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.