~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

(mbp) gc fragmentation fix and content filtering path_content_summary

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
Bug Fixes
33
33
*********
34
34
 
 
35
* Fetches were being requested in 'groupcompress' order, but weren't
 
36
  recombining the groups. Thus they would 'fragment' to get the correct
 
37
  order, but not 'recombine' to acutally benefit from it. Until we get
 
38
  recombining to work, switching to 'unordered' fetches avoids the
 
39
  fragmentation. (John Arbash Meinel, #402645)
 
40
 
35
41
* Fix a pycurl related test failure on karmic by recognizing an error
36
42
  raised by newer versions of pycurl.
37
43
  (Vincent Ladeuil, #306264)
101
107
Testing
102
108
*******
103
109
 
 
110
bzr 1.18.1 NOT RELEASED YET
 
111
###########################
 
112
 
 
113
Bug Fixes
 
114
*********
 
115
 
 
116
* Fixed a problem where using content filtering and especially end-of-line
 
117
  conversion will commit too many copies a file.
 
118
  (Martin Pool, #415508)
 
119
 
 
120
API Changes
 
121
***********
 
122
 
 
123
* ``Tree.path_content_summary`` may return a size of None, when called on
 
124
  a tree with content filtering where the size of the canonical form
 
125
  cannot be cheaply determined.  (Martin Pool)
 
126
 
 
127
 
104
128
bzr 1.18
105
129
########
106
130
 
216
240
###########
217
241
 
218
242
:Codename: little traveller
 
243
:1.18:    2009-08-20
219
244
:1.18rc1: 2009-08-10
220
245
 
221
246
This release of Bazaar marches on towards the 2.0 release in which the 2a
229
254
with bugfix-only releases based on it continuing for at least six months
230
255
or until the following stable release.
231
256
 
 
257
There are no changes from 1.18rc1 to 1.18.
232
258
 
233
259
New Features
234
260
************