~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Update NEWS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
  IMPROVEMENTS:
4
4
 
 
5
    * PyCurlTransport now use a single curl object. By specifying explicitly
 
6
      the 'Range' header, we avoid the need to use two different curl objects
 
7
      (and two connections to the same server). (Vincent Ladeuil)
 
8
 
5
9
    * Knit files now wait to create their contents until the first data is
6
10
      added. The old code used to create an empty .knit and a .kndx with just
7
11
      the header. However, this caused a lot of extra round trips over sftp.