summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-12-21 06:54:48 +0000
committerChris McDonough <chrism@agendaless.com>2008-12-21 06:54:48 +0000
commit931387988788d33bfc9d6052d61611c9657e9905 (patch)
tree97eee630bbed23644d0c4cdb1e5e8828df80a29c /CHANGES.txt
parentcf4c8cc49d447a89d1edc011a13be806b50e2918 (diff)
downloadpyramid-931387988788d33bfc9d6052d61611c9657e9905.tar.gz
pyramid-931387988788d33bfc9d6052d61611c9657e9905.tar.bz2
pyramid-931387988788d33bfc9d6052d61611c9657e9905.zip
Explain how to recover.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 20dc4e651..335d36bfb 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -34,8 +34,20 @@ Next release
of the stock declarations. ``repoze.zcml`` only makes available
the ``adapter``, ``subscriber`` and ``utility`` directives.
+ In short, if you've got an existing BFG application, after this
+ update, if your application won't start due to an import error for
+ "zope.security", the fastest way to get it working again is to add
+ ``zope.security`` to the "install_requires" of your BFG
+ application's ``setup.py``, then add the following ZCML anywhere
+ in your application's ``configure.zcml``::
+
+ <include package="zope.component" file="meta.zcml">
+
+ Then re-``setup.py develop`` or reinstall your application.
+
- The ``http://namespaces.repoze.org/bfg`` XML namespace is now the
default XML namespace in ZCML for paster-generated applications.
+ The docs have been updated to reflect this.
- The copies of BFG's ``meta.zcml`` and ``configure.zcml`` were
removed from the root of the ``repoze.bfg`` package. In 0.3.6, a