Checking in changes prior to tagging of version 0.10. Changelog diff is:
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>
Tue, 23 Feb 2010 03:15:23 +0000 (19:15 -0800)
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>
Tue, 23 Feb 2010 03:15:23 +0000 (19:15 -0800)
commit69c28b0edc65fe07b3a7d4180b66d6b0bfd1b204
tree4b27891b5bc1d52d97149eaf69ee78579169631b
parent983d87ddaca365aa9c57a973fa3a81fc8470f948
Checking in changes prior to tagging of version 0.10.  Changelog diff is:

diff --git a/Changes b/Changes
index 692a13c..da5ed78 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Plack::Middleware::Session

+0.10 Mon Feb 22 19:03:17 PST 2010
+    - Make this a non-dev release now Plack 0.9910 is out
+
 0.09_03 Tue Feb  2 20:42:56 PST 2010
     - Fixed so the default Cookie path is now correctly set to '/'
       You can override that by setting path = undef in psgix.session.options.
Changes
Makefile.PL
lib/Plack/Middleware/Session.pm
lib/Plack/Session.pm
lib/Plack/Session/State.pm
lib/Plack/Session/State/Cookie.pm
lib/Plack/Session/Store.pm
lib/Plack/Session/Store/Cache.pm
lib/Plack/Session/Store/File.pm
lib/Plack/Session/Store/Null.pm