~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-04-18 04:55:00 UTC
  • mfrom: (5784.2.1 754188-apport-test)
  • Revision ID: pqm@pqm.ubuntu.com-20110418045500-ce6lkgyiq7f47q43
(mbp) Rewrite test_report_bug_legacy away from using doctest (see bug
 764188) (Martin Pool)

Show diffs side-by-side

added added

removed removed

Lines of Context:
257
257
  and additionally call ``builder.record_delete`` when a delete
258
258
  against the basis occurs. (Robert Collins)
259
259
 
260
 
* The default http handler has been changed from pycurl to urllib.
 
260
* The default HTTP handler has been changed from pycurl to urllib.
261
261
  The default is still pycurl for https connections. (The only
262
262
  advantage of pycurl is that it checks ssl certificates.)
263
263
  (John Arbash Meinel)