~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-01-23 19:43:47 UTC
  • mfrom: (6443.1.2 bzr.dev)
  • Revision ID: pqm@pqm.ubuntu.com-20120123194347-5002stbrf1s57jqk
(jelmer) Change the default HTTPS implementation from pycurl to urllib.
 (Jelmer Vernooij)

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)
 
33
 
29
34
Bug Fixes
30
35
*********
31
36