~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Andrew Bennetts
  • Date: 2008-12-12 03:53:56 UTC
  • mto: This revision was merged to the branch mainline in revision 3900.
  • Revision ID: andrew.bennetts@canonical.com-20081212035356-uqcu89gy4nqf017x
Fix compilation error in _dirstate_helpers_c on SunOS/Solaris. (Jari Aalto)

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    * Don't call iteritems on transport_list_registry, because it may
37
37
      change during iteration.  (Martin Pool, #277048)
38
38
 
 
39
    * Fix compilation error in ``_dirstate_helpers_c`` on SunOS/Solaris.
 
40
      (Jari Aalto)
 
41
 
39
42
    * Fix SystemError in ``_patiencediff_c`` module by calling
40
43
      PyErr_NoMemory() before returning NULL in PatienceSequenceMatcher_new.
41
44
      (Andrew Bennetts, #303206)