~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-07-25 13:58:59 UTC
  • mfrom: (1711.2.93 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060725135859-f810b8a9929427a5
small NEWS fixes.

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
 
124
125
  BUG FIXES:
188
189
    * Restore terminal mode on C-c while reading sftp password.  (#48923, 
189
190
      Nicholas Allen, Martin Pool)
190
191
 
 
192
    * Timestamps are rounded to 1ms, and revision entries can be recreated
 
193
      exactly. (John Arbash Meinel, Jamie Wilkinson, #40693)
 
194
 
191
195
    * Branch.base has changed to a URL, but ~/.bazaar/locations.conf should
192
196
      use local paths, since it is user visible (John Arbash Meinel, #53653)
193
197
 
1101
1105
    * Symlink support: working with symlinks when not in the root of a 
1102
1106
      bzr tree was broken, patch from Scott James Remnant.
1103
1107
 
1104
 
 
1105
1108
  IMPROVEMENTS:
1106
1109
 
1107
1110
    * 'branch' now accepts a --basis parameter which will take advantage