~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-11-08 11:35:49 UTC
  • mfrom: (5531.1.3 662509-ignore-empty)
  • Revision ID: pqm@pqm.ubuntu.com-20101108113549-e4mhhq2fe1i0etbf
(vila) Add an option to accept any output from commands in shell-like tests.
 (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
* Knit files now wait to create their contents until the first data is
37
37
  added. The old code used to create an empty .knit and a .kndx with just
38
 
  the header. However, this caused a lot of extra round trips over SFTP.
 
38
  the header. However, this caused a lot of extra round trips over sftp.
39
39
  This can change the time for ``bzr push`` to create a new remote branch
40
40
  from 160s down to 100s. This also affects ``bzr commit`` performance when
41
41
  adding new files, ``bzr commit`` on a new kernel-like tree drops from 50s
60
60
  modules will not actually be imported if they are not used.
61
61
  (John Arbash Meinel)
62
62
 
63
 
* Support ``bzr://`` and ``bzr+ssh://`` URLS to work with the new RPC-based
 
63
* Support ``bzr://`` and ``bzr+ssh://`` urls to work with the new RPC-based
64
64
  transport which will be used with the upcoming high-performance smart
65
65
  server. The new command ``bzr serve`` will invoke bzr in server mode,
66
66
  which processes these requests. (Andrew Bennetts, Robert Collins, Martin
145
145
  take a ``universal_newlines=True``, which helps when checking the output
146
146
  of the command. (John Arbash Meinel)
147
147
 
148
 
* Refactor SFTP vendors to allow easier re-use when SSH is used.
 
148
* Refactor SFTP vendors to allow easier re-use when ssh is used.
149
149
  (Andrew Bennetts)
150
150
 
151
151
* ``Transport.list_dir()`` and ``Transport.iter_files_recursive()`` should always