diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-22 23:02:57 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-22 23:02:57 -0500 |
| commit | a87a68d83f713ed3cd81011b486178179e3b413e (patch) | |
| tree | 5955792d5c27e0f3a7de313791099353e286a900 /CHANGES.txt | |
| parent | 2228ef587a355cafe9524e9f18f748aa331e5d6c (diff) | |
| download | pyramid-a87a68d83f713ed3cd81011b486178179e3b413e.tar.gz pyramid-a87a68d83f713ed3cd81011b486178179e3b413e.tar.bz2 pyramid-a87a68d83f713ed3cd81011b486178179e3b413e.zip | |
- 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
Closes #107
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 21 |
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) ================== |
