~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Andrew Bennetts
  • Date: 2009-10-26 06:44:40 UTC
  • mfrom: (4634.77.9 2.0)
  • mto: This revision was merged to the branch mainline in revision 4770.
  • Revision ID: andrew.bennetts@canonical.com-20091026064440-06u7tpg7l6sjkh8h
Merge lp:bzr/2.0 into lp:bzr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
* ``bzr+http`` servers no longer give spurious jail break errors when
26
26
  serving branches inside a shared repository.  (Andrew Bennetts, #348308)
27
27
 
 
28
* Diff parsing handles "Binary files differ" hunks.  (Aaron Bentley, #436325)
 
29
 
 
30
* Fetching from stacked pre-2a repository via a smart server no longer
 
31
  fails intermittently with "second push failed to complete".
 
32
  (Andrew Bennetts, #437626)
 
33
 
 
34
* PreviewTree file names are not limited by the encoding of the temp
 
35
  directory's filesystem. (Aaron Bentley, #436794)
 
36
 
28
37
* TreeTransform.adjust_path updates the limbo paths of descendants of adjusted
29
38
  files.  (Aaron Bentley)
30
39
 
42
51
Documentation
43
52
*************
44
53
 
 
54
* Filtered views user documentation upgraded to refer to format 2a
 
55
  instead of pre-2.0 formats. (Ian Clatworthy)
 
56
 
45
57
API Changes
46
58
***********
47
59
 
107
119
* Avoid "NoneType has no attribute st_mode" error when files disappear
108
120
  from a directory while it's being read.  (Martin Pool, #446033)
109
121
 
 
122
* Diff parsing handles "Binary files differ" hunks.  (Aaron Bentley, #436325)
 
123
 
 
124
* Fetching from stacked pre-2a repository via a smart server no longer
 
125
  fails intermittently with "second push failed to complete".
 
126
  (Andrew Bennetts, #437626)
 
127
 
 
128
* PreviewTree file names are not limited by the encoding of the temp
 
129
  directory's filesystem. (Aaron Bentley, #436794)
 
130
 
110
131
Improvements
111
132
************
112
133
 
113
134
Documentation
114
135
*************
115
136
 
 
137
* Filtered views user documentation upgraded to refer to format 2a
 
138
  instead of pre-2.0 formats. (Ian Clatworthy)
 
139
 
116
140
API Changes
117
141
***********
118
142