~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Zearin
  • Date: 2010-11-12 22:08:18 UTC
  • mto: (5570.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 5572.
  • Revision ID: zearin@users.sourceforge.net-20101112220818-mb62len4zyxr8qvd
Fixed capitalization of XML and HTTP.  Fixed by hand and only where appropriate (e.g., left http://some/url lowercase, but capitalized "When making an HTTP request…").

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)