Checking in changes prior to tagging of version 0.12.
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>
Wed, 7 Jul 2010 22:54:50 +0000 (15:54 -0700)
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>
Wed, 7 Jul 2010 22:54:50 +0000 (15:54 -0700)
commit89d240fa692fe4bdc44c483b0d82b3d44f48e2a3
tree4873bf0be813a5e9a71c8c6774b39e9b8d44cbe5
parent09db067636fa8501b2695f46b8c0853ccc9db5b6
Checking in changes prior to tagging of version 0.12.

Changelog diff is:

diff --git a/Changes b/Changes
index 1e3c6bc..53f99b6 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension Plack::Middleware::Session

+0.12 Wed Jul  7 15:54:05 PDT 2010
+    - Improved documents (markstos, haarg)
+    - Support httponly option (haarg)
+
 0.11 Sat Feb 27 02:40:29 PST 2010
     - Added Session::Store::DBI by lestrrat
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