repoze.bfg 1.2.2 has been released. This is a bugfix release. repoze.bfg 1.2 is the "stable" branch of repoze.bfg. It receives no new features, only bugfixes.
You can 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. This release deals with an incompatibility between WebOb version 1.0 and BFG 1.2. BFG 1.2 now pins its WebOb dependency to a version equal to or better than 0.9.7, but equal to or below 0.9.9.9 to avoid this incompatibility. The changelog follows. 1.2.2 (2010-09-21) ================== - Fix HTML documentation rendering for Google chrome (pre tags surrounded by scrollbars). - WebOb 1.0 is incompatibile with BFG version 1.2 due to its handling of ``default_charset``. As a result, pin BFG 1.2's WebOb dependency to ``>=0.9.7,<=0.9.9.9``. Note that BFG 1.3+ does not rely on ``default_charset`` and is compatible with WebOb 1.0+, but may break very old (pre 0.7.0) applications. _______________________________________________ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev