Two new releases of repoze.bfg are out.

Install 1.1.4 via:

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

Install 1.2a3 via:

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

Or either is available via PyPI.

These are bugfix releases.   No release notice for for 1.1.3 went out, so I 
include it here.

1.1.4 (2009-12-02)
==================

- When two views were registered with differering ``for`` interfaces
   or classes, and the ``for`` of first view registered was a
   superclass of the second, the ``repoze.bfg` view machinery would
   incorrectly associate the two views with the same "multiview".
   Multiviews are meant to be collections of views that have *exactly*
   the same for/request/viewname values, without taking inheritance
   into account.  Symptom: wrong view callable found even when you had
   correctly specified a ``for_`` interface/class during view
   configuration for one or both view configurations (backport from
   trunk).

1.1.3 (2009-12-02)
==================

Bug Fixes
---------

- The ``repoze.bfg.url.route_url`` function inappropriately passed
   along ``_query`` and/or ``_anchor`` arguments to the
   ``mapper.generate`` function, resulting in blowups (backport from
   trunk).

1.2a3 (2009-01-02)
==================

Bug Fixes
---------

- The ``repoze.bfg.url.route_url`` function inappropriately passed
   along ``_query`` and/or ``_anchor`` arguments to the
   ``mapper.generate`` function, resulting in blowups.

- When two views were registered with differering ``for`` interfaces
   or classes, and the ``for`` of first view registered was a
   superclass of the second, the ``repoze.bfg` view machinery would
   incorrectly associate the two views with the same "multiview".
   Multiviews are meant to be collections of views that have *exactly*
   the same for/request/viewname values, without taking inheritance
   into account.  Symptom: wrong view callable found even when you had
   correctly specified a ``for_`` interface/class during view
   configuration for one or both view configurations.

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

- The ``repoze.bfg.templating`` module has been removed; it had been
   deprecated in 1.1 and never actually had any APIs in it.

_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to