~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Martin Pool
  • Date: 2010-10-15 10:19:25 UTC
  • mto: This revision was merged to the branch mainline in revision 5503.
  • Revision ID: mbp@sourcefrog.net-20101015101925-qr2m0i5sv6ad0bs2
Superstitious argument quoting in makefile

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)