summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-09-18 01:46:34 +0000
committerChris McDonough <chrism@agendaless.com>2009-09-18 01:46:34 +0000
commit9c5a100d1939beeaa06faf1018a8ed63e57c21ac (patch)
tree252d7eac218e48d15976d570d32cc979d86e1f45 /CHANGES.txt
parent7df825dcb19d03608ded3c5c84d1552d1232647c (diff)
downloadpyramid-9c5a100d1939beeaa06faf1018a8ed63e57c21ac.tar.gz
pyramid-9c5a100d1939beeaa06faf1018a8ed63e57c21ac.tar.bz2
pyramid-9c5a100d1939beeaa06faf1018a8ed63e57c21ac.zip
Add a mod_wsgi configuration tutorial.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index bd1a0a96e..5b2d019ba 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,17 @@
Next release
============
+Documentation
+-------------
+
+- Added a tutorial which explains how to run a ``repoze.bfg``
+ application under `mod_wsgi <http://code.google.com/p/modwsgi/>`_.
+ See "Running a repoze.bfg Application under mod_wsgi" in the
+ tutorials section of the documentation.
+
+Features
+--------
+
- Add a ``repoze.bfg.url.static_url`` API which is capable of
generating URLs to static resources defined by the ``<static>`` ZCML
directive. See the "Views" narrative chapter's section titled