~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Patch Queue Manager
  • Date: 2011-09-22 14:12:18 UTC
  • mfrom: (6155.3.1 jam)
  • Revision ID: pqm@pqm.ubuntu.com-20110922141218-86s4uu6nqvourw4f
(jameinel) Cleanup comments bzrlib/smart/__init__.py (John A Meinel)

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