diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-06-23 17:29:03 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-06-23 17:29:03 +0000 |
| commit | dba59c91418886a6e382adaf0ad3abb6bd013a93 (patch) | |
| tree | ea017da96cf4e2420b2320bdd1d8f249682a6551 /CHANGES.txt | |
| parent | 266ec54af7dafc923d4aff1af5b4088d76980434 (diff) | |
| download | pyramid-dba59c91418886a6e382adaf0ad3abb6bd013a93.tar.gz pyramid-dba59c91418886a6e382adaf0ad3abb6bd013a93.tar.bz2 pyramid-dba59c91418886a6e382adaf0ad3abb6bd013a93.zip | |
- The ``callback`` argument of the ``repoze.bfg.authentication``
authentication policies named ``RepozeWho1AuthenticationPolicy``,
``RemoteUserAuthenticationPolicy``, and
``AuthTktAuthenticationPolicy`` now must accept two positional
arguments: the orginal argument accepted by each (userid or
identity) plus a second argument, which will be the current request.
Apologies, this is required to service finding groups when there is
no "global" database connection.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 65186eb0d..9de8f6b52 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -20,6 +20,18 @@ Documentation - Conditional documentation in installation section ("how to install a Python interpreter"). +Backwards Incompatibilities +--------------------------- + +- The ``callback`` argument of the ``repoze.bfg.authentication`` + authentication policies named ``RepozeWho1AuthenticationPolicy``, + ``RemoteUserAuthenticationPolicy``, and + ``AuthTktAuthenticationPolicy`` now must accept two positional + arguments: the orginal argument accepted by each (userid or + identity) plus a second argument, which will be the current request. + Apologies, this is required to service finding groups when there is + no "global" database connection. + 1.0a1 (2009-06-22) ================== |
