Michael Merickel
2015-06-30 41636baabde8d993db7f1d371f35789d5b257796
prep 1.6a2
2 files modified
15 ■■■■■ changed files
CHANGES.txt 13 ●●●●● patch | view | raw | blame | history
setup.py 2 ●●● patch | view | raw | blame | history
CHANGES.txt
@@ -1,13 +1,16 @@
unreleased
==========
1.6a2 (2015-06-30)
==================
Bug Fixes
---------
- Ensure that ``pyramid.httpexceptions.exception_response`` returns the
  appropriate "concreate" class for ``400`` and ``500`` status codes.
  See: https://github.com/Pylons/pyramid/issues/1832
  appropriate "concrete" class for ``400`` and ``500`` status codes.
  See https://github.com/Pylons/pyramid/issues/1832
- Fix an infinite recursion bug introduced in 1.6a1 when
  ``pyramid.view.render_view_to_response`` was called directly or indirectly.
  See https://github.com/Pylons/pyramid/issues/1643 .
  See https://github.com/Pylons/pyramid/issues/1643
- Further fix the JSONP renderer by prefixing the returned content with
  a comment. This should mitigate attacks from Flash (See CVE-2014-4671).
setup.py
@@ -70,7 +70,7 @@
    ]
setup(name='pyramid',
      version='1.6a1',
      version='1.6a2',
      description='The Pyramid Web Framework, a Pylons project',
      long_description=README + '\n\n' +  CHANGES,
      classifiers=[