~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-08-05 17:04:44 UTC
  • mfrom: (4582.2.2 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090805170444-r6el9za77gdxzbfy
(jam) Small 'const' fixes for diff-delta.c (bug #408441)

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
  able to pass the Unicode path, but that would be client dependent.
71
71
  (John Arbash Meinel, #382709)
72
72
 
 
73
* Fix a compile bug on Solaris having to do with const and
 
74
  pointer-to-pointers. (John Arbash Meinel, #408441)
 
75
 
73
76
* Fixed a NameError that occurs when merging or pulling from a URL that
74
77
  causes a redirection loop when bzr tries to read a URL as a bundle.
75
78
  (Andrew Bennetts, #400847)