~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Python 2.4 support for extensions

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
      will not encounter this as it is single threaded for working tree
47
47
      operations. (Robert Collins)
48
48
 
 
49
    * The C extensions now build on python 2.4 (Robert Collins, #271939)
 
50
 
49
51
  BUG FIXES:
50
52
 
51
53
    * Branching from a shared repository on a smart server into a new
66
68
      when doing ``bzr pull`` or ``bzr merge`` from a ``bzr+ssh`` URL.
67
69
      (Andrew Bennetts, #246233)
68
70
 
 
71
    * Fixed ``bzr st -r branch:PATH_TO_BRANCH`` where the other branch
 
72
      is in a different repository than the current one.
 
73
      (Lukáš Lalinský, #144421)
 
74
 
69
75
    * Make the first line of the manpage preamble a comment again.
70
76
      (David Futcher, #242106)
71
77
 
104
110
      tree walking, and modular directory listing code to aid future
105
111
      performance optimisations and refactoring. (Robert Collins)
106
112
 
 
113
    * New method ``RevisionSpec.as_tree`` for representing the revision
 
114
      specifier as a revision tree object. (Lukáš Lalinský)
 
115
 
107
116
    * New race-free method on MutableTree ``get_file_with_stat`` for use
108
117
      when generating stat cache results. (Robert Collins)
109
118