repoze.bfg 1.0a2 is out (in the http://dist.repoze.org/bfg/current/simple 
index) 
with the following changes:

1.0a2 (2009-06-23)
==================

Bug Fixes
---------

- The ``bfg_routesalchemy`` paster template app tests failed due to a
   mismatch between test and view signatures.

Features
--------

- Add a ``view_for`` attribute to the ``route`` ZCML directive.  This
   attribute should refer to an interface or a class (ala the ``for``
   attribute of the ``view`` ZCML directive).

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.
_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to