~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
     connection keep-alive, which reduces dns requests and round trips.
118
118
     And for both urllib and pycurl we support multi-range requests, 
119
119
     which decreases the number of round-trips. Performance results for
120
 
     ``bzr branch http://bazaar-vcs.org/bzr/bzr.dev/`` is not 2-3x faster.
121
 
     And ``bzr pull`` in an existing branch is as much as 4x faster.
 
120
     ``bzr branch http://bazaar-vcs.org/bzr/bzr.dev/`` indicate
 
121
     http branching is now 2-3x faster, and ``bzr pull`` in an existing 
 
122
     branch is as much as 4x faster.
122
123
     (Michael Ellerman, Johan Rydberg, John Arbash Meinel, #46768)
123
124
 
 
125
   * Performance improvements for sftp. Branching and pulling are now up to
 
126
     2x faster. Utilize paramiko.readv() support for async requests if it
 
127
     is available (paramiko > 1.6) (John Arbash Meinel)
 
128
 
124
129
  BUG FIXES:
125
130
 
126
131
    * Fix shadowed definition of TestLocationConfig that caused some 
188
193
    * Restore terminal mode on C-c while reading sftp password.  (#48923, 
189
194
      Nicholas Allen, Martin Pool)
190
195
 
 
196
    * Timestamps are rounded to 1ms, and revision entries can be recreated
 
197
      exactly. (John Arbash Meinel, Jamie Wilkinson, #40693)
 
198
 
191
199
    * Branch.base has changed to a URL, but ~/.bazaar/locations.conf should
192
200
      use local paths, since it is user visible (John Arbash Meinel, #53653)
193
201
 
1101
1109
    * Symlink support: working with symlinks when not in the root of a 
1102
1110
      bzr tree was broken, patch from Scott James Remnant.
1103
1111
 
1104
 
 
1105
1112
  IMPROVEMENTS:
1106
1113
 
1107
1114
    * 'branch' now accepts a --basis parameter which will take advantage