Checking in changes prior to tagging of version 0.13.
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>
Wed, 22 Dec 2010 16:58:09 +0000 (08:58 -0800)
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>
Wed, 22 Dec 2010 16:58:09 +0000 (08:58 -0800)
commitc9cdee2320126174be4d978753b39a6d3888278f
tree28d865e446159c058a80a673f6f5e64b8b51388b
parentea40d8684ac527fc3027ea8345a1bed11f5865ea
Checking in changes prior to tagging of version 0.13.

Changelog diff is:

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

+0.13 Wed Dec 22 08:56:52 PST 2010
+    - Added WARNINGS to deprecate request parameter based session state from the default state
+    - Added 'change_id' option for paranoids against session fixation (s-aska, nihen)
+
 0.12 Wed Jul  7 15:54:05 PDT 2010
     - Improved documents (markstos, haarg)
     - Support httponly option (haarg)
Changes
examples/counter-raw.psgi
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