~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-0.92.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:
152
152
  longer throws away the profiling data if this command is run with
153
153
  ``--lsprof-file callgrind.out.ci`` say. (Ian Clatworthy)
154
154
 
155
 
* Fallback to FTP when paramiko is not installed and SFTP can't be used for
 
155
* Fallback to ftp when paramiko is not installed and sftp can't be used for
156
156
  ``tests/commands`` so that the test suite is still usable without
157
157
  paramiko.
158
158
  (Vincent Ladeuil, #59150)
162
162
* Fix long standing bug in partial commit when there are renames
163
163
  left in tree. (Robert Collins, #140419)
164
164
 
165
 
* Fix selftest semi-random noise during HTTP related tests.
 
165
* Fix selftest semi-random noise during http related tests.
166
166
  (Vincent Ladeuil, #140614)
167
167
 
168
168
* Fix typo in ftp.py making the reconnection fail on temporary errors.
175
175
* Fix log against smart server branches that don't support tags.
176
176
  (James Westby, #140615)
177
177
 
178
 
* Fix pycurl HTTP implementation by defining error codes from
 
178
* Fix pycurl http implementation by defining error codes from
179
179
  pycurl instead of relying on an old curl definition.
180
180
  (Vincent Ladeuil, #147530)
181
181
 
289
289
  tuple containing the key information about a path for commit processing
290
290
  to complete. (Robert Collins)
291
291
 
292
 
* New method on XML serialisers, write_inventory_to_lines, which matches the
 
292
* New method on xml serialisers, write_inventory_to_lines, which matches the
293
293
  API used by knits for adding content. (Robert Collins)
294
294
 
295
295
* New module ``bzrlib.bisect_multi`` with generic multiple-bisection-at-once