~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-0.16.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:
170
170
  server handler, and not arbitrary ``.bzr/*/smart`` URLs.  (Andrew Bennetts)
171
171
 
172
172
* digest authentication is now supported for proxies and HTTP by the urllib
173
 
  based http implementation. Tested against Apache 2.0.55 and Squid
 
173
  based HTTP implementation. Tested against Apache 2.0.55 and Squid
174
174
  2.6.5. Basic and digest authentication are handled coherently for HTTP
175
175
  and proxy: if the user is provided in the url (bzr command line for HTTP,
176
176
  proxy environment variables for proxies), the password is prompted for
220
220
  bzrlib/transport/remote.py contains just the Transport classes that used
221
221
  to be in bzrlib/transport/smart.py.  (Andrew Bennetts)
222
222
 
223
 
* urllib http implementation avoid roundtrips associated with
 
223
* urllib HTTP implementation avoid roundtrips associated with
224
224
  401 (and 407) errors once the authentication succeeds.
225
225
  (Vincent Ladeuil).
226
226
 
227
 
* urlib http now supports querying the user for a proxy password if
 
227
* urlib HTTP now supports querying the user for a proxy password if
228
228
  needed. Realm is shown in the prompt for both HTTP and proxy
229
229
  authentication when the user is required to type a password.
230
230
  (Vincent Ladeuil).
332
332
  security hole.
333
333
  (Vincent Ladeuil)
334
334
 
335
 
* Handle http and proxy digest authentication.
 
335
* Handle HTTP and proxy digest authentication.
336
336
  (Vincent Ladeuil, #94034).
337
337
 
338
338
Testing
371
371
  Andrew Bennetts, Martin Pool, Jonathan Lange)
372
372
 
373
373
* Refactored proxy and authentication handling to simplify the
374
 
  implementation of new auth schemes for both http and proxy.
 
374
  implementation of new auth schemes for both HTTP and proxy.
375
375
  (Vincent Ladeuil)
376
376
 
377
377