repoze.bfg 1.2a8 has been released.

Install it via:

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

Or via PyPI.

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

The changelog follows:

1.2a8 (2009-12-24)
==================

Features
--------

- Add a ``**kw`` arg to the ``Configurator.add_settings`` API.

- Add ``hook_zca`` and ``unhook_zca`` methods to the ``Configurator``
   API.

- The ``repoze.bfg.testing.setUp`` method now returns a
   ``Configurator`` instance which can be used to do further
   configuration during unit tests.

Bug Fixes
---------

- The ``json`` renderer failed to set the response content type to
   ``application/json``.  It now does, by setting
   ``request.response_content_type`` unless this attribute is already
   set.

- The ``string`` renderer failed to set the response content type to
   ``text/plain``.  It now does, by setting
   ``request.response_content_type`` unless this attribute is already
   set.

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

- General documentation improvements by using better Sphinx roles such
   as "class", "func", "meth", and so on.  This means that there are
   many more hyperlinks pointing to API documentation for API
   definitions in all narrative, tutorial, and API documentation
   elements.

- Added a description of imperative configuration in various places
   which only described ZCML configuration.

- A syntactical refreshing of various tutorials.

- Added the ``repoze.bfg.authentication``,
   ``repoze.bfg.authorization``, and ``repoze.bfg.interfaces`` modules
   to API documentation.

Deprecations
------------

- The ``repoze.bfg.testing.registerRoutesMapper`` API (added in an
   early 1.2 alpha) was deprecated.  Its import now generates a
   deprecation warning.
_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to