~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2011-12-16 19:18:39 UTC
  • mto: This revision was merged to the branch mainline in revision 6391.
  • Revision ID: jelmer@samba.org-20111216191839-eg681lxqibi1qxu1
Fix remaining tests.

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)