Skip to content

Commit

Permalink
0.9022
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Dec 13, 2009
1 parent d711bd7 commit 46e60c2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Changes
@@ -1,5 +1,15 @@
Revision history for Perl extension Plack

0.9022 Sun Dec 13 10:53:01 PST 2009
- Added more assertions to Middleware::Lint
- Added a new test to test big HTTP header, which reeals the FCGI::Client bug (zrail, tokuhirom)
- plackup -e now automatically loads Plack::Builder
- Fixed fcgi tests (tokuhirom)
- Fixed Test::MockHTTP to make 500 response when the app died
- Fixed a memory leak in StackTrace when WithLexicals is used (chiba, Sartak)
- Fixed Middleware::ConditionalGET to deal with stupid IE headers (chiba)
- Fixed lots of typos (Sartak)

0.9021 Tue Dec 8 14:29:08 PST 2009
- Doc patches to Plack about CONTRIBUTING (stevan)
- Remove Class::Accessor::Fast and added Plack::Util::Accessor (stevan)
Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -125,6 +125,7 @@ t/Plack-Middleware/error_document.t
t/Plack-Middleware/errors/404.html
t/Plack-Middleware/errors/500.html
t/Plack-Middleware/jsonp.t
t/Plack-Middleware/lint.t
t/Plack-Middleware/method_override.t
t/Plack-Middleware/order.t
t/Plack-Middleware/prefix.t
Expand Down

0 comments on commit 46e60c2

Please sign in to comment.