~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-0.9.txt

  • Committer: Andrew Bennetts
  • Date: 2010-10-13 00:26:41 UTC
  • mto: This revision was merged to the branch mainline in revision 5498.
  • Revision ID: andrew.bennetts@canonical.com-20101013002641-9tlh9k89mlj1666m
Keep docs-plain working.

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
  grained analysis of performance.
73
73
  (Robert Collins, Martin Pool).
74
74
 
75
 
* 'bzr commit' shows a progress bar. This is useful for commits over SFTP
 
75
* 'bzr commit' shows a progress bar. This is useful for commits over sftp
76
76
  where commit can take an appreciable time. (Robert Collins)
77
77
 
78
78
* 'bzr add' is now less verbose in telling you what ignore globs were
81
81
  ignored). 'bzr add -v' is unchanged and will report every ignored
82
82
  file. (Robert Collins).
83
83
 
84
 
* FTP now has a test server if medusa is installed. As part of testing,
85
 
  FTP support has been improved, including support for supplying a
 
84
* ftp now has a test server if medusa is installed. As part of testing,
 
85
  ftp support has been improved, including support for supplying a
86
86
  non-standard port. (John Arbash Meinel).
87
87
 
88
88
* 'bzr log --line' shows the revision number, and uses only the
132
132
  And for both urllib and pycurl we support multi-range requests,
133
133
  which decreases the number of round-trips. Performance results for
134
134
  ``bzr branch http://bazaar-vcs.org/bzr/bzr.dev/`` indicate
135
 
  HTTP branching is now 2-3x faster, and ``bzr pull`` in an existing
 
135
  http branching is now 2-3x faster, and ``bzr pull`` in an existing
136
136
  branch is as much as 4x faster.
137
137
  (Michael Ellerman, Johan Rydberg, John Arbash Meinel, #46768)
138
138
 
139
 
* Performance improvements for SFTP. Branching and pulling are now up to
 
139
* Performance improvements for sftp. Branching and pulling are now up to
140
140
  2x faster. Utilize paramiko.readv() support for async requests if it
141
141
  is available (paramiko > 1.6) (John Arbash Meinel)
142
142
 
158
158
 
159
159
* Handle broken pipe under win32 correctly. (John Arbash Meinel)
160
160
 
161
 
* SFTP tests now work correctly on win32 if you have a newer paramiko
 
161
* sftp tests now work correctly on win32 if you have a newer paramiko
162
162
  (John Arbash Meinel)
163
163
 
164
164
* Cleanup win32 test suite, and general cleanup of places where
189
189
 
190
190
* Handle openbsd returning None for sys.getfilesystemencoding() (#41183)
191
191
 
192
 
* Support FTP APPE (append) to allow Knits to be used over FTP (#42592)
 
192
* Support ftp APPE (append) to allow Knits to be used over ftp (#42592)
193
193
 
194
194
* Removals are only committed if they match the filespec (or if there is
195
195
  no filespec).  (#46635, Aaron Bentley)
205
205
  working with long filenames on windows. (Also helps for unicode filenames
206
206
  not generating hidden files). (John Arbash Meinel, #43801)
207
207
 
208
 
* Restore terminal mode on C-c while reading SFTP password.  (#48923,
 
208
* Restore terminal mode on C-c while reading sftp password.  (#48923,
209
209
  Nicholas Allen, Martin Pool)
210
210
 
211
211
* Timestamps are rounded to 1ms, and revision entries can be recreated