Nice fix on the memory leak. Will have to upgrade right away.
On Tue, Jan 28, 2014 at 8:34 PM, Chris McDonough <[email protected]> wrote: > Pyramid 1.5a4 has been released. Here's what happened since the last > release in the 1.5 series (1.5a3): > > Features > -------- > > - Updated scaffolds with new theme, fixed documentation and sample > project. > > Bug Fixes > --------- > > - Depend on a newer version of WebOb so that we pull in some crucial > bug-fixes that were showstoppers for functionality in Pyramid. > > - Add a trailing semicolon to the JSONP response. This fixes > JavaScript syntax errors for old IE versions. See > https://github.com/Pylons/pyramid/pull/1205 > > - Fix a memory leak when the configurator's ``set_request_property`` > method was used or when the configurator's ``add_request_method`` > method was used with the ``property=True`` attribute. See > https://github.com/Pylons/pyramid/issues/1212 . > > 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.5a4 > > 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. > -- 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.
