~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Patch Queue Manager
  • Date: 2016-04-21 04:10:52 UTC
  • mfrom: (6616.1.1 fix-en-user-guide)
  • Revision ID: pqm@pqm.ubuntu.com-20160421041052-clcye7ns1qcl2n7w
(richard-wilbur) Ensure build of English use guide always uses English text
 even when user's locale specifies a different language. (Jelmer Vernooij)

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