Checking in changes prior to tagging of version 0.09_01. Changelog diff is:
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>
Sat, 30 Jan 2010 21:45:32 +0000 (13:45 -0800)
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>
Sat, 30 Jan 2010 21:45:32 +0000 (13:45 -0800)
commit91b87895a2b8a5eaf873fe79c4a86189ae25d6e4
treee277872c219e36a6070db91bbcb72efa12a54537
parent442b79a8223a0e29b95035f5f47a8b78480cf6a2
Checking in changes prior to tagging of version 0.09_01.  Changelog diff is:

diff --git a/Changes b/Changes
index 30759bd..d7db684 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,14 @@
 Revision history for Perl extension Plack::Middleware::Session

+0.09_01 Sat Jan 30 13:39:21 PST 2010
+    * Reworked the internal code and API a lot, so Session persistence
+      and retrieval are handled in a more stateless way
+    * INCOMPATIBLE: psgix.session is now a hash reference rather than an object.
+      If you need an object like before, do:
+        use Plack::Session; $session = Plack::Session->new($env);
+    * Added Plack::Middleware::Session::Cookie which uses CookieStore
+    * Updated Cookie handling code to work with Plack 0.99 and later
+
 0.03 Thurs. Jan. 7, 2009
     * Plack::Middleware::Session
       - change plack.session to psgix.session (plack.session is
.gitignore
.shipit [new file with mode: 0644]
Changes
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