repoze.bfg 1.3b3 has been released It may be installed via:
easy_install -i http://dist.repoze.org/bfg/1.3/simple repoze.bfg Or via PyPI. The docs at http://docs.repoze.org/bfg/1.3 have been updated. The changelog follows: 1.3b3 (2010-10-29) ================== Bug Fixes --------- - When a default permission was in effect, and a "static view" had been registered (via ``repoze.bfg.configuration.Configurator.add_static_view``, or via the ``static`` ZCML directiveq), the static view, was, by default, protected by the default permission, without a way to indicate that it was anonymously viewable. As of this release, a static view is registered using the permission sentinel ``__no_permission_required__`` as the permission by default, making its resources viewable by completely anonymous users. Features -------- - A ``permission`` argument has been added to the ``repoze.bfg.configuration.Configurator.add_static_view`` method and a ``permission`` attribute is now available on the ``static`` ZCML directive. _______________________________________________ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev