Checking in changes prior to tagging of version 0.09_02. Changelog diff is:
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>
Sun, 31 Jan 2010 07:16:22 +0000 (23:16 -0800)
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>
Sun, 31 Jan 2010 07:16:22 +0000 (23:16 -0800)
commit98f62fd71971d0b21a90f840ef52ec7907432cf5
tree468efb1e2cc8ec9043878bfd80b30a9ff54aee18
parent8e447333d0425330038570ab0462406fc2e94286
Checking in changes prior to tagging of version 0.09_02.  Changelog diff is:

diff --git a/Changes b/Changes
index d7db684..56d41c5 100644
--- a/Changes
+++ b/Changes
@@ -1,13 +1,17 @@
 Revision history for Perl extension Plack::Middleware::Session

+0.09_02 Sat Jan 30 23:13:50 PST 2010
+    - Fixed a bug in Cookie serialization where it breaks the response headers
+      generated by applications (tomyhero)
+
 0.09_01 Sat Jan 30 13:39:21 PST 2010
-    * Reworked the internal code and API a lot, so Session persistence
+    - 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.
+    - 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
+    - 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
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