repoze.bfg 1.2b4 has been released.

It can be installed via:

    easy_install -i http://dist.repoze.org/bfg/1.2/simple repoze.bfg

Or via PyPI.

The documentation at http://docs.repoze.org/bfg/1.2 has been updated.

With any luck, this will be the last beta release before 1.2 final.  The change 
log follows.

1.2b4 (2010-02-03)
==================

Documentation
-------------

- Update GAE tutorial to use Chameleon instead of Jinja2 (now that
   it's possible).

Bug Fixes
---------

- Ensure that ``secure`` flag for AuthTktAuthenticationPolicy
   constructor does what it's documented to do (merge Daniel Holth's
   fancy-cookies-2 branch).

Features
--------

- Add ``path`` and ``http_only`` options to
   AuthTktAuthenticationPolicy constructor (merge Daniel Holth's
   fancy-cookies-2 branch).

Backwards Incompatibilities
---------------------------

- Remove ``view_header``, ``view_accept``, ``view_xhr``,
   ``view_path_info``, ``view_request_method``, ``view_request_param``,
   and ``view_containment`` predicate arguments from the
   ``Configurator.add_route`` argument list.  These arguments were
   speculative.  If you need the features exposed by these arguments,
   add a view associated with a route using the ``route_name`` argument
   to the ``add_view`` method instead.

- Remove ``view_header``, ``view_accept``, ``view_xhr``,
   ``view_path_info``, ``view_request_method``, ``view_request_param``,
   and ``view_containment`` predicate arguments from the ``route`` ZCML
   directive attribute set.  These attributes were speculative.  If you
   need the features exposed by these attributes, add a view associated
   with a route using the ``route_name`` attribute of the ``view`` ZCML
   directive instead.

Dependencies
------------

- Remove dependency on ``sourcecodegen`` (not depended upon by
   Chameleon 1.1.1+).
_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to