~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-11-08 13:45:51 UTC
  • mfrom: (5532.1.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20101108134551-sxvk77ehmegkrwmm
(vila) Fix news entry

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
  tree from a branch.
26
26
  (Daniel Silverstone)
27
27
 
28
 
* urllib uses shared keep-alive connections, so HTTP  operations are substantially faster.
 
28
* urllib uses shared keep-alive connections, so http
 
29
  operations are substantially faster.
29
30
  (Vincent Ladeuil, #53654)
30
31
 
31
32
* ``bzr export`` allows an optional branch parameter, to export a bzr
32
 
  tree from some other URL. For example:
 
33
  tree from some other url. For example:
33
34
  ``bzr export bzr.tar.gz http://bazaar-vcs.org/bzr/bzr.dev``
34
35
  (Daniel Silverstone)
35
36
 
70
71
* New method ``get_branch_reference`` on 'BzrDir' allows the detection of
71
72
  branch references - which the smart server component needs.
72
73
 
73
 
* New ``ChrootTransportDecorator``, accessible via the ``chroot+`` URL
 
74
* New ``ChrootTransportDecorator``, accessible via the ``chroot+`` url
74
75
  prefix.  It disallows any access to locations above a set URL.  (Andrew
75
76
  Bennetts)
76
77
 
88
89
 
89
90
* Suppress the traceback on invalid URLs (Vincent Ladeuil, #70803).
90
91
 
91
 
* Give nicer error message when an HTTP server returns a 403
 
92
* Give nicer error message when an http server returns a 403
92
93
  error code. (Vincent Ladeuil, #57644).
93
94
 
94
 
* When a multi-range HTTP GET request fails, try a single
 
95
* When a multi-range http GET request fails, try a single
95
96
  range one. If it fails too, forget about ranges. Remember that until
96
97
  the death of the transport and propagates that to the clones.
97
98
  (Vincent Ladeuil, #62276, #62029).
98
99
 
99
 
* Handles user/passwords supplied in URL from command
 
100
* Handles user/passwords supplied in url from command
100
101
  line (for the urllib implementation). Don't request already
101
102
  known passwords (Vincent Ladeuil, #42383, #44647, #48527)
102
103
 
113
114
* mv correctly handles paths that traverse symlinks.
114
115
  (Aaron Bentley, #66964)
115
116
 
116
 
* Give nicer looking error messages when failing to connect over SSH.
 
117
* Give nicer looking error messages when failing to connect over ssh.
117
118
  (John Arbash Meinel, #49172)
118
119
 
119
120
* Pushing to a remote branch does not currently update the remote working