~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Vincent Ladeuil
  • Date: 2007-04-21 11:31:13 UTC
  • mto: (2420.1.21 bzr.http.auth)
  • mto: This revision was merged to the branch mainline in revision 2463.
  • Revision ID: v.ladeuil+lp@free.fr-20070421113113-b0br4norqbtlx1o2
Doc fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
      bzrlib/transport/remote.py contains just the Transport classes that used
42
42
      to be in bzrlib/transport/smart.py.  (Andrew Bennetts)
43
43
 
44
 
    * urllib http implementation avoid roundtrips associated with 401 errors
45
 
      once the the authentication succeeds. (Vincent Ladeuil).
 
44
    * urllib http implementation avoid roundtrips associated with
 
45
      401 (and 407) errors once the the authentication succeeds.
 
46
      (Vincent Ladeuil).
46
47
 
47
48
    * urlib http now supports querying the user for a proxy password if
48
49
      needed. Realm is shown in the prompt for both HTTP and proxy
121
122
      access.
122
123
      (Robert Collins, Andrew Bennetts)
123
124
 
 
125
    * Refactored proxy and authentication handling to simplify the
 
126
      implementation of new auth schemes for both http and proxy.
 
127
      (vincent Ladeuil)
 
128
 
124
129
 
125
130
bzr 0.15 2007-04-01
126
131