~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Zearin
  • Date: 2010-11-12 22:08:18 UTC
  • mto: (5570.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 5572.
  • Revision ID: zearin@users.sourceforge.net-20101112220818-mb62len4zyxr8qvd
Fixed capitalization of XML and HTTP.  Fixed by hand and only where appropriate (e.g., left http://some/url lowercase, but capitalized "When making an HTTP request…").

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
 
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).