Pyramid 1.2.7 and Pyramid 1.3a6 have been released.
1.2.7 is a bugfix release in the stable 1.2 series.
1.3a6 is another alpha in the 1.3 series; it has some features and a
few bug fixes.
Here's what happened in 1.2.7:
1.2.7 (2012-01-20)
==================
Bug Fixes
---------
- Static URL paths were URL-quoted twice. See
https://github.com/Pylons/pyramid/issues/407 .
- Views registered with an ``accept`` could not be overridden
correctly with a different view that had the same predicate
arguments. See https://github.com/Pylons/pyramid/pull/404 for
more information.
Here's what happened in 1.3a6:
1.3a6 (2012-01-20)
==================
Features
--------
- New API: ``pyramid.config.Configurator.set_request_property``. Add
lazy property descriptors to a request without changing the
request factory. This method provides conflict detection and is
the suggested way to add properties to a request.
- Responses generated by Pyramid's ``static_view`` now use a
``wsgi.file_wrapper`` (see
http://www.python.org/dev/peps/pep-0333/#optional-platform-specific-file-handling)
when one is provided by the web server.
Bug Fixes
---------
- Views registered with an ``accept`` could not be overridden
correctly with a different view that had the same predicate
arguments. See https://github.com/Pylons/pyramid/pull/404 for
more information.
- When using a dotted name for a ``view`` argument to
``Configurator.add_view`` that pointed to a class with a
``view_defaults`` decorator, the view defaults would not be
applied. See https://github.com/Pylons/pyramid/issues/396 .
- Static URL paths were URL-quoted twice. See
https://github.com/Pylons/pyramid/issues/407 .
The documentation for the 1.2.7 release is available at
http://docs.pylonsproject.org/projects/pyramid/en/1.2-branch/
The documentation for the 1.3a6 release is available at
http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/
A detailed "What's New in Pyramid 1.3" document is available at
http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/whatsnew-1.3.html
You can install 1.2.7 or 1.3a6 via PyPI:
easy_install Pyramid==1.2.7
Or:
easy_install Pyramid==1.3a6
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en.