diff options
| author | ianb <devnull@localhost> | 2006-04-19 18:15:44 +0000 |
|---|---|---|
| committer | ianb <devnull@localhost> | 2006-04-19 18:15:44 +0000 |
| commit | 9d8890f27d65b3a701f0f2cd928b658dad9ed8f3 (patch) | |
| tree | 3dedeabbc77fefb49e31280077b3f77ad26e69a4 /docs | |
| parent | 8cc5fabcd3069cebac7db4050cad60469ed0a412 (diff) | |
| download | paste-9d8890f27d65b3a701f0f2cd928b658dad9ed8f3.tar.gz | |
Updated news for upcoming release
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/news.txt | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/docs/news.txt b/docs/news.txt index b97fc38..9b6a337 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -3,17 +3,35 @@ NEWS .. contents:: -SVN trunk ---------- +0.9 +--- + +* Added `paste.request.WSGIRequest + <class-paste.request.WSGIRequest.html>`_, a request object that + wraps the WSGI environment. + +* Added `paste.registry <module-paste.registry.html>`_, which is + middleware for registering threadlocal objects in a request. * Avoid annoying warning from paste.recursive +* ``paste.httpserver`` now removes HTTPServer's transaction logging, + which was doing a reverse DNS lookup. + +* Added ``has_session`` to ``paste.session`` + * Allow for conditional ``paste.wsgilib.intercept_output`` which should be slightly faster (and streamable) compared to doing the condition manually. -* Added entry point for ``paste.proxy``, plus improvements from Brad - Clements (support path in target, filter request methods) +* Added entry point for `paste.proxy <module-paste.proxy.html>`_, plus + improvements from Brad Clements (support path in target, filter + request methods) + +* Added `paste.pony <module-paste.pony.html>`_ so pony power can be + added to any WSGI application. + +* Added port matching to ``paste.urlmap``. 0.5 --- |
