Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.9991.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 36efe58..416a18d 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
-Revision history for Perl extension Plack
+Go to http://github.com/plack/Plack/issues for the roadmap and known issues.

-Take a look at http://github.com/plack/Plack/issues for the planned changes before 1.0 release.
+0.9991  Thu Jul 19 17:27:52 PDT 2012
+    [NEW FEATURES]
+        - Added IIS7 fix middleware (t0m)

 0.9990  Wed Jul 18 11:12:07 PDT 2012
     [INCOMPATIBILE CHANGES]
  • Loading branch information
miyagawa committed Jul 20, 2012
1 parent 0a2c4a2 commit 8655749
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 deletions.
6 changes: 4 additions & 2 deletions Changes
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for Perl extension Plack Go to http://github.com/plack/Plack/issues for the roadmap and known issues.


Take a look at http://github.com/plack/Plack/issues for the planned changes before 1.0 release. 0.9991 Thu Jul 19 17:27:52 PDT 2012
[NEW FEATURES]
- Added IIS7 fix middleware (t0m)


0.9990 Wed Jul 18 11:12:07 PDT 2012 0.9990 Wed Jul 18 11:12:07 PDT 2012
[INCOMPATIBILE CHANGES] [INCOMPATIBILE CHANGES]
Expand Down
2 changes: 2 additions & 0 deletions MANIFEST
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ lib/Plack/Middleware/ErrorDocument.pm
lib/Plack/Middleware/Head.pm lib/Plack/Middleware/Head.pm
lib/Plack/Middleware/HTTPExceptions.pm lib/Plack/Middleware/HTTPExceptions.pm
lib/Plack/Middleware/IIS6ScriptNameFix.pm lib/Plack/Middleware/IIS6ScriptNameFix.pm
lib/Plack/Middleware/IIS7KeepAliveFix.pm
lib/Plack/Middleware/JSONP.pm lib/Plack/Middleware/JSONP.pm
lib/Plack/Middleware/LighttpdScriptNameFix.pm lib/Plack/Middleware/LighttpdScriptNameFix.pm
lib/Plack/Middleware/Lint.pm lib/Plack/Middleware/Lint.pm
Expand Down Expand Up @@ -192,6 +193,7 @@ t/Plack-Middleware/htpasswd
t/Plack-Middleware/httpexceptions.t t/Plack-Middleware/httpexceptions.t
t/Plack-Middleware/httpexceptions_streaming.t t/Plack-Middleware/httpexceptions_streaming.t
t/Plack-Middleware/iis6_script_name_fix.t t/Plack-Middleware/iis6_script_name_fix.t
t/Plack-Middleware/iis7_keep_alive_fix.t
t/Plack-Middleware/jsonp.t t/Plack-Middleware/jsonp.t
t/Plack-Middleware/lint.t t/Plack-Middleware/lint.t
t/Plack-Middleware/lint_utf8_false_alarm.t t/Plack-Middleware/lint_utf8_false_alarm.t
Expand Down
15 changes: 11 additions & 4 deletions README
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -135,11 +135,20 @@ COPYRIGHT


Copyright 2009-2011 Tatsuhiko Miyagawa Copyright 2009-2011 Tatsuhiko Miyagawa


CONTRIBUTORS CORE DEVELOPERS
Yuval Kogman (nothingmuch) Tatsuhiko Miyagawa (miyagawa)


Tokuhiro Matsuno (tokuhirom) Tokuhiro Matsuno (tokuhirom)


Jesse Leuhrs (doy)

Tomas Doran (bobtfish)

Graham Knop (haarg)

CONTRIBUTORS
Yuval Kogman (nothingmuch)

Kazuhiro Osawa (Yappo) Kazuhiro Osawa (Yappo)


Kazuho Oku Kazuho Oku
Expand All @@ -162,8 +171,6 @@ CONTRIBUTORS


Hans Dieter Pearcey (confound) Hans Dieter Pearcey (confound)


Tomas Doran (t0m)

mala mala


Mark Stosberg Mark Stosberg
Expand Down
2 changes: 1 addition & 1 deletion lib/Plack.pm
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Plack;
use strict; use strict;
use warnings; use warnings;
use 5.008_001; use 5.008_001;
our $VERSION = '0.9990'; our $VERSION = '0.9991';
$VERSION = eval $VERSION; $VERSION = eval $VERSION;


1; 1;
Expand Down

0 comments on commit 8655749

Please sign in to comment.