summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 598dc094e..f6093d23f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,24 @@
+Next release
+============
+
+Bug Fixes
+---------
+
+- The ``production.ini`` generated by all paster templates now have an
+ effective logging level of WARN, which prevents e.g. SQLAlchemy statement
+ logging and other inappropriate output.
+
+- The ``production.ini`` of the ``pyramid_routesalchemy`` and
+ ``pyramid_alchemy`` paster templates did not have a ``sqlalchemy`` logger
+ section, preventing ``paster serve production.ini`` from working.
+
+- The ``pyramid_routesalchemy`` and ``pyramid_alchemy`` paster templates used
+ the ``{{package}}`` variable in a place where it should have used the
+ ``{{project}}`` variable, causing applications created with uppercase
+ letters e.g. ``paster create -t pyramid_routesalchemy Dibbus`` to fail to
+ start when ``paster serve development.ini`` was used against the result.
+ See https://github.com/Pylons/pyramid/issues/#issue/107
+
1.0b1 (2011-01-21)
==================