Just in time for PyCon! Thank you! On Apr 8, 2014 7:21 PM, "Chris McDonough" <[email protected]> wrote:
> Pyramid 1.5 final has been released. Here's what happened since the last > release in the 1.5 series (1.5b1): > > Bug Fixes > --------- > > - Avoid crash in ``pserve --reload`` under Py3k, when iterating over > possibly mutated ``sys.modules``. > > - ``UnencryptedCookieSessionFactoryConfig`` failed if the secret > contained higher order characters. See > https://github.com/Pylons/pyramid/issues/1246 > > - Fixed a bug in ``UnencryptedCookieSessionFactoryConfig`` and > ``SignedCookieSessionFactory`` where ``timeout=None`` would cause > a new session to always be created. Also in > ``SignedCookieSessionFactory`` a ``reissue_time=None`` would cause > an exception when modifying the session. See > https://github.com/Pylons/pyramid/issues/1247 > > - Updated docs and scaffolds to keep in step with new 2.0 release of > ``Lingua``. This included removing all ``setup.cfg`` files from > scaffolds and documentation environments. > > A detailed "What's New in Pyramid 1.5" document is available at > > > <http://docs.pylonsproject.org/projects/pyramid/en/ > master/whatsnew-1.5.html> > > The documentation for the release is available at > http://docs.pylonsproject.org/projects/pyramid/en/1.5-branch/ . > > You can install it via PyPI: > > easy_install Pyramid==1.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/d/optout. > -- 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.
