~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-03-16 13:18:16 UTC
  • mfrom: (4149.1.1 bzr.integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090316131816-p0a3ugbpmbqm3a04
(vila,
        jfroy) Provides all request parameters to authentication providers

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 
42
42
  BUG FIXES:
43
43
 
 
44
    * Authentication plugins now receive all the parameters from the request
 
45
      itself (aka host, port, realm, path, etc). Previously, only the 
 
46
      authentication section name, username and encoded password were 
 
47
      provided. (Jean-Francois Roy)
 
48
 
44
49
    * Fix "is not a stackable format" error when pushing a
45
50
      stackable-format branch with an unstackable-format repository to a
46
51
      destination with a default stacking policy.  (Andrew Bennetts)
75
80
      sorts optimally for use with groupcompress compressors. (John Arbash
76
81
      Meinel, Robert Collins)
77
82
 
 
83
    * The ``get_credentials`` and ``set_credentials`` methods of 
 
84
      ``AuthenticationConfig`` now accept an optional realm argument.
 
85
      (Jean-Francois Roy)
 
86
 
78
87
    * The ``pb`` argument to ``fetch()`` is deprecated.
79
88
      (Martin Pool)
80
89