~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-1.0.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:
43
43
 
44
44
* Fix Makefile rules for doc generation. (Ian Clatworthy, #175207)
45
45
 
46
 
* Give more feedback during long http downloads by making readv deliver data
 
46
* Give more feedback during long HTTP downloads by making readv deliver data
47
47
  as it arrives for urllib, and issue more requests for pycurl. High latency
48
48
  networks are better handled by urllib, the pycurl implementation give more
49
49
  feedback but also incur more latency.
63
63
Internals
64
64
*********
65
65
 
66
 
* readv urllib http implementation is now a real iterator above the
 
66
* readv urllib HTTP implementation is now a real iterator above the
67
67
  underlying socket and deliver data as soon as it arrives. 'get' still
68
68
  wraps its output in a StringIO.
69
69
  (Vincent Ladeuil)
113
113
Internals
114
114
*********
115
115
 
116
 
* New -Dhttp debug option reports http connections, requests and responses.
 
116
* New -Dhttp debug option reports HTTP connections, requests and responses.
117
117
  (Vincent Ladeuil)
118
118
 
119
119
* New -Dmerge debug option, which emits merge plans for merge-type=weave.
292
292
* Do no use timeout in HttpServer anymore.
293
293
  (Vincent Ladeuil, #158972).
294
294
 
295
 
* Don't catch the exceptions related to the http pipeline status before
296
 
  retrying an http request or some programming errors may be masked.
 
295
* Don't catch the exceptions related to the HTTP pipeline status before
 
296
  retrying an HTTP request or some programming errors may be masked.
297
297
  (Vincent Ladeuil, #160012)
298
298
 
299
299
* Fix ``bzr rm`` to not delete modified and ignored files.
315
315
  on them.
316
316
  (Martin Pool, #164637)
317
317
 
318
 
* Fix typo in limiting offsets coalescing for http, leading to
 
318
* Fix typo in limiting offsets coalescing for HTTP, leading to
319
319
  whole files being downloaded instead of parts.
320
320
  (Vincent Ladeuil, #165061)
321
321