Fix typos: s/CORE/CODE/, s/mdoule/module/
[catagits/Web-Session.git] / Changes
CommitLineData
d94ab365 1Revision history for Perl extension Plack::Middleware::Session
3b4205cd 2
3f7980ee 30.11 Sat Feb 27 02:40:29 PST 2010
4 - Added Session::Store::DBI by lestrrat
5
69c28b0e 60.10 Mon Feb 22 19:03:17 PST 2010
7 - Make this a non-dev release now Plack 0.9910 is out
8
983d87dd 90.09_03 Tue Feb 2 20:42:56 PST 2010
10 - Fixed so the default Cookie path is now correctly set to '/'
11 You can override that by setting path = undef in psgix.session.options.
12 (Reported by tomyhero)
13
98f62fd7 140.09_02 Sat Jan 30 23:13:50 PST 2010
15 - Fixed a bug in Cookie serialization where it breaks the response headers
16 generated by applications (tomyhero)
17
91b87895 180.09_01 Sat Jan 30 13:39:21 PST 2010
98f62fd7 19 - Reworked the internal code and API a lot, so Session persistence
91b87895 20 and retrieval are handled in a more stateless way
98f62fd7 21 - INCOMPATIBLE: psgix.session is now a hash reference rather than an object.
91b87895 22 If you need an object like before, do:
23 use Plack::Session; $session = Plack::Session->new($env);
98f62fd7 24 - Added Plack::Middleware::Session::Cookie which uses CookieStore
25 - Updated Cookie handling code to work with Plack 0.99 and later
91b87895 26
000c696e 270.03 Thurs. Jan. 7, 2009
28 * Plack::Middleware::Session
29 - change plack.session to psgix.session (plack.session is
30 retained for back-compat, but is deprecated and will be
31 removed in future versions)
32
33 * Plack::Session::Store::File
34 - changed to lock_* versions of the Storaable functions
35 (thanks to Miyagawa)
36
de784fad 370.02 Sat. Dec. 19, 2009
38 - fixed dependency list (RT #52891) (Thanks to Andreas Koenig)
39 - fixed some POD misspellings (Thanks to franckcuny)
40 - fixed streaming interface (Thanks to clkao and miyagawa)
41
536da026 420.01 Tues. Dec. 15, 2009
43852b38 43 - Hello CPAN World!