Pyramid 1.4.5 has been released.  It is a maintenance release in the 1.4
series.  Here's what happened since the last release (1.4.4):

  1.4.5 (2013-08-30)
  ==================

  Bug Fixes
  ---------

  - The ``alchemy`` scaffold would break when the database was MySQL
    during tables creation.  See
    https://github.com/Pylons/pyramid/pull/1049.  Backport from
    master.

  - It was not possible to use
    ``pyramid.httpexceptions.HTTPException`` as the ``context`` of an
    exception view as very general catchall for http-related
    exceptions when you wanted that exception view to override the
    default exception view. See
    https://github.com/Pylons/pyramid/issues/985.  Backport from
    master.

  - When the ``pyramid.reload_templates`` setting was true, and a
    Chameleon template was reloaded, and the renderer specification
    named a macro (e.g. ``foo#macroname.pt``), renderings of the
    template after the template was reloaded due to a file change
    would produce the entire template body instead of just a rendering
    of the macro.  See https://github.com/Pylons/pyramid/issues/1013.
    Backport from master.

  - Fixed a Mako renderer bug returning a tuple with a previous
    defname value in some circumstances. See
    https://github.com/Pylons/pyramid/issues/1037 for more
    information.  Backport from master.

  - Make ``pserve.cherrypy_server_runner`` Python 3 compatible. See
    https://github.com/Pylons/pyramid/issues/718.  Backport from master.

The documentation for the 1.4.5 release is available at
http://docs.pylonsproject.org/projects/pyramid/en/1.4-branch/

You can install 1.4.5 via PyPI:

  easy_install Pyramid==1.4.5

Enjoy, and please report any issues you find to the issue tracker at
https://github.com/Pylons/pyramid/issues

Thanks!

- C


-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to