~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-0.14.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:
37
37
 
38
38
* New connection: ``bzr+http://`` which supports tunnelling the smart
39
39
  protocol over an HTTP connection. If writing is enabled on the bzr
40
 
  server, then you can write over the http connection.
 
40
  server, then you can write over the HTTP connection.
41
41
  (Andrew Bennetts, John Arbash Meinel)
42
42
 
43
43
* Aliases now support quotation marks, so they can contain whitespace
141
141
  (Kent Gibson, Jan Hudec #57637)
142
142
 
143
143
* pycurl and urllib can detect short reads at different places. Update
144
 
  the test suite to test more cases. Also detect http error code 416
 
144
  the test suite to test more cases. Also detect HTTP error code 416
145
145
  which was raised for that specific bug. Also enhance the urllib
146
146
  robustness by detecting invalid ranges (and pycurl's one by detecting
147
147
  short reads during the initial GET). (Vincent Ladeuil, #73948)