Update second test
[catagits/Catalyst-Plugin-Session.git] / Changes
CommitLineData
a552e4b5 1Revision history for Perl extension Catalyst::Plugin::Session
2
340449a2 30.07
4 - Make build tool complain loudly on incompatible versions of state
5 plugins.
6
bab8b74b 70.06
6f327a6c 8 - Change State plugin API to be pull oriented
9 - Lazify more correctly (mostly performance improvements)
10 - Don't try to compute digest of hash when there is no hash
bab8b74b 11
5d8cc4c7 120.05
7db1c46a 13 - Un-workaround the Cache::FastMmap (actually Storable) limitation -
14 it's not C::P::Session's business.
15 - add $c->session_expires
16 - refactor guts
17 - improve semantics of session deletion (now deletes flash data too)
18 - improve lazy-load-ness of session data in the light of expiration
19
7a02371f 200.04 2005-12-28 09:42:00
21 - Work around a limitation in Cache::FastMmap - must store only
22 references, while expiration was an NV.
23
240.03 2005-12-26 10:22:00
a552e4b5 25 - Lazify loading of session data for better performance and less chance
26 of race conditions
9b0fa2a6 27 - support for $c->flash a la Ruby on Rails
5faaa4b0 28 - Fixed bug in sessionid algorithm detection.
4207ce8d 29 - Separate __expires from the session data - we write it every time
30 - Lazify saving of session data for better performance and less chance
31 of race conditions
a552e4b5 32
5faaa4b0 330.02 2005-11-23 09:40:00
a552e4b5 34 - Doc fixes
35 - No more -Engine=Test
36
5faaa4b0 370.01 2005-11-14 12:41:00
a552e4b5 38 - Initial release.