~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2008-12-08 19:44:02 UTC
  • mto: This revision was merged to the branch mainline in revision 3885.
  • Revision ID: john@arbash-meinel.com-20081208194402-v50vbmybtyiojlk5
Use urllib for http connections, pycurl for https connections.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
      returned from each pack in turn, in forward I/O order.
46
46
      (John Arbash Meinel)
47
47
 
 
48
    * The default http handler has been changed from pycurl to urllib.
 
49
      The default is still pycurl for https connections. (The only
 
50
      advantage of pycurl is that it checks ssl certificates.)
 
51
      (John Arbash Meinel)
 
52
 
48
53
 
49
54
bzr 1.10 2008-12-05
50
55
-------------------