~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Merge fetch-spec-everything-not-in-other.

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)