I had hoped that 1.2b4 would be the last beta before 1.2 final, but no such 
luck.  Therefore:

repoze.bfg 1.2b5 has been released

Install it 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.

The changelog follows:

1.2b5 (2010-02-04)
==================

Bug Fixes
---------

- 1.2b4 introduced a bug whereby views added via a route configuration
   that named a view callable and also a ``view_attr`` became broken.
   Symptom: ``MyViewClass is not callable`` or the ``__call__`` of a
   class was being called instead of the method named via
   ``view_attr``.

- Fix a bug whereby a ``renderer`` argument to the `...@bfg_view``
   decorator that provided a package-relative template filename might
   not have been resolved properly.  Symptom: inappropriate ``Missing
   template resource`` errors.



-- 
The repoze.bfg Web Application Framework Book: http://bfg.repoze.org/book
_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to