Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.9006. Changelog dif…
Browse files Browse the repository at this point in the history
…f is:

diff --git a/Changes b/Changes
index fee078a..5272629 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for Perl extension Plack

+0.9006: Fri Oct 23 01:21:13 PDT 2009
+        - Support streaming interface in most middlewares
+        - Added Middleware::Deflater (not recommended to use: see POD)
+        - Document FCGI configuration in Server::FCGI pod (dhoss)
+        - Inline Plack::Util functions in Server::CGI to speed up (mst)
+
 0.9005  Wed Oct 21 20:53:19 PDT 2009
         - Switch to Filesys::Notify::Simple to watch directory to trim down deps
         - Made some dependencies optional since they're actually optional
  • Loading branch information
miyagawa committed Oct 23, 2009
1 parent d42ea24 commit 1b356fa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changes
@@ -1,5 +1,11 @@
Revision history for Perl extension Plack

0.9006: Fri Oct 23 01:21:13 PDT 2009
- Support streaming interface in most middlewares
- Added Middleware::Deflater (not recommended to use: see POD)
- Document FCGI configuration in Server::FCGI pod (dhoss)
- Inline Plack::Util functions in Server::CGI to speed up (mst)

0.9005 Wed Oct 21 20:53:19 PDT 2009
- Switch to Filesys::Notify::Simple to watch directory to trim down deps
- Made some dependencies optional since they're actually optional
Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -70,6 +70,7 @@ lib/Plack/Middleware/AccessLog/Timed.pm
lib/Plack/Middleware/Chunked.pm
lib/Plack/Middleware/ConditionalGET.pm
lib/Plack/Middleware/ContentLength.pm
lib/Plack/Middleware/Deflater.pm
lib/Plack/Middleware/ErrorDocument.pm
lib/Plack/Middleware/JSONP.pm
lib/Plack/Middleware/Lint.pm
Expand Down
2 changes: 1 addition & 1 deletion lib/Plack.pm
Expand Up @@ -3,7 +3,7 @@ package Plack;
use strict;
use warnings;
use 5.008_001;
our $VERSION = '0.9005';
our $VERSION = '0.9006';

1;
__END__
Expand Down

0 comments on commit 1b356fa

Please sign in to comment.