Pyramid 1.5.3 has been released. This is a bugfix release, with a few backports from the 1.6 branch. Here's what happened since 1.5.2:
1.5.3 (2015-02-22) ================== - Work around an issue where ``pserve --reload`` would leave terminal echo disabled if it reloaded during a pdb session. Backported from https://github.com/Pylons/pyramid/pull/1577 - Fixed a failing unittest caused by differing mimetypes on various OS platforms. See https://github.com/Pylons/pyramid/issues/1405 - Overall improvments for the ``proutes`` command. Added ``--format`` and ``--glob`` arguments to the command, introduced the ``method`` column for displaying available request methods, and improved the ``view`` output by showing the module instead of just ``__repr__``. See: https://github.com/Pylons/pyramid/pull/1542 - The ``pyramid.renderers.JSONP`` renderer would raise an exception if used without a request object. It will now fallback to behave like the ``pyramid.renderers.JSON`` renderer if there is no request object to derive a callback from. See https://github.com/Pylons/pyramid/pull/1562 - Prevent "parameters to load are deprecated" ``DeprecationWarning`` from setuptools>=11.3. See https://github.com/Pylons/pyramid/pull/1541 - Avoiding timing attacks against CSRF tokens. Backported from https://github.com/Pylons/pyramid/pull/1574 - ``pserve`` can now take a ``-b`` or ``--browser`` option to open the server URL in a web browser. See https://github.com/Pylons/pyramid/pull/1533 The documentation for the 1.5.3 release is available at http://docs.pylonsproject.org/projects/pyramid/en/1.5-branch/ You can install 1.5.3 via PyPI: easy_install Pyramid==1.5.3 Enjoy, and please report any issues you find to the issue tracker at https://github.com/Pylons/pyramid/issues Thanks! - Michael -- 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/d/optout.
