changelog for C::P::Session
[catagits/Catalyst-Plugin-Session.git] / Changes
1 Revision history for Perl extension Catalyst::Plugin::Session
2
3 0.05    2005-12-29 10:35:00
4         - Un-workaround the Cache::FastMmap (actually Storable) limitation -
5           it's not C::P::Session's business.
6         - add $c->session_expires
7         - refactor guts
8         - improve semantics of session deletion (now deletes flash data too)
9         - improve lazy-load-ness of session data in the light of expiration
10
11 0.04    2005-12-28 09:42:00
12         - Work around a limitation in Cache::FastMmap - must store only
13           references, while expiration was an NV.
14
15 0.03    2005-12-26 10:22:00
16         - Lazify loading of session data for better performance and less chance
17           of race conditions
18         - support for $c->flash a la Ruby on Rails
19         - Fixed bug in sessionid algorithm detection.
20         - Separate __expires from the session data - we write it every time
21         - Lazify saving of session data for better performance and less chance
22           of race conditions
23
24 0.02    2005-11-23 09:40:00
25         - Doc fixes
26         - No more -Engine=Test
27
28 0.01    2005-11-14 12:41:00
29         - Initial release.