Checking in changes prior to tagging of version 0.09_02. Changelog diff is:
[catagits/Web-Session.git] / Changes
CommitLineData
d94ab365 1Revision history for Perl extension Plack::Middleware::Session
3b4205cd 2
98f62fd7 30.09_02 Sat Jan 30 23:13:50 PST 2010
4 - Fixed a bug in Cookie serialization where it breaks the response headers
5 generated by applications (tomyhero)
6
91b87895 70.09_01 Sat Jan 30 13:39:21 PST 2010
98f62fd7 8 - Reworked the internal code and API a lot, so Session persistence
91b87895 9 and retrieval are handled in a more stateless way
98f62fd7 10 - INCOMPATIBLE: psgix.session is now a hash reference rather than an object.
91b87895 11 If you need an object like before, do:
12 use Plack::Session; $session = Plack::Session->new($env);
98f62fd7 13 - Added Plack::Middleware::Session::Cookie which uses CookieStore
14 - Updated Cookie handling code to work with Plack 0.99 and later
91b87895 15
000c696e 160.03 Thurs. Jan. 7, 2009
17 * Plack::Middleware::Session
18 - change plack.session to psgix.session (plack.session is
19 retained for back-compat, but is deprecated and will be
20 removed in future versions)
21
22 * Plack::Session::Store::File
23 - changed to lock_* versions of the Storaable functions
24 (thanks to Miyagawa)
25
de784fad 260.02 Sat. Dec. 19, 2009
27 - fixed dependency list (RT #52891) (Thanks to Andreas Koenig)
28 - fixed some POD misspellings (Thanks to franckcuny)
29 - fixed streaming interface (Thanks to clkao and miyagawa)
30
536da026 310.01 Tues. Dec. 15, 2009
43852b38 32 - Hello CPAN World!