Michael Merickel
2015-04-29 2b657649b1fa58395c2c864c74b1438f3cb1b3a0
prep 1.4.8
2 files modified
7 ■■■■■ changed files
CHANGES.txt 4 ●●●● patch | view | raw | blame | history
setup.py 3 ●●●● patch | view | raw | blame | history
CHANGES.txt
@@ -1,5 +1,5 @@
unreleased
==========
1.4.8 (2014-04-28)
==================
- 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.4.7',
      version='1.4.8',
      description=('The Pyramid web application development framework, a '
                   'Pylons project'),
      long_description=README + '\n\n' +  CHANGES,
@@ -82,6 +82,7 @@
        "Programming Language :: Python :: 3",
        "Programming Language :: Python :: 3.2",
        "Programming Language :: Python :: 3.3",
        "Programming Language :: Python :: 3.4",
        "Programming Language :: Python :: Implementation :: CPython",
        "Programming Language :: Python :: Implementation :: PyPy",
        "Framework :: Pyramid",