~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Patch Queue Manager
  • Date: 2012-02-14 17:49:28 UTC
  • mfrom: (6450.2.1 924746-http-fileobj)
  • Revision ID: pqm@pqm.ubuntu.com-20120214174928-2ybbnystvv1mhgvz
(vila) Avoid invalid range access errors on whole files when using http
 transport (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
.. Improvements to existing commands, especially improved performance 
27
27
   or memory usage, or better results.
28
28
 
29
 
 * Access to HTTPS URLs now uses the urrllib implementation by default.
30
 
   For the old pycurl-based implementation, specify ``https+pycurl://`` as
31
 
   the URL scheme when accessing a HTTPS location.
32
 
   (Jelmer Vernooij, #125055)
 
29
* Access to HTTPS URLs now uses the urrllib implementation by default.
 
30
  For the old pycurl-based implementation, specify ``https+pycurl://`` as
 
31
  the URL scheme when accessing a HTTPS location.
 
32
  (Jelmer Vernooij, #125055)
 
33
 
 
34
* Avoid 'Invalid range access' errors when whole files are retrieved with
 
35
  transport.http.get() . (Vincent Ladeuil, #924746)
33
36
 
34
37
Bug Fixes
35
38
*********