~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2011-12-16 19:18:39 UTC
  • mto: This revision was merged to the branch mainline in revision 6391.
  • Revision ID: jelmer@samba.org-20111216191839-eg681lxqibi1qxu1
Fix remaining tests.

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