Workaround for Cache::FastMmap limitation in Session
[catagits/Catalyst-Plugin-Session.git] / Changes
1 Revision history for Perl extension Catalyst::Plugin::Session
2
3 0.04    2005-12-28 09:42:00
4         - Work around a limitation in Cache::FastMmap - must store only
5           references, while expiration was an NV.
6
7 0.03    2005-12-26 10:22:00
8         - Lazify loading of session data for better performance and less chance
9           of race conditions
10         - support for $c->flash a la Ruby on Rails
11         - Fixed bug in sessionid algorithm detection.
12         - Separate __expires from the session data - we write it every time
13         - Lazify saving of session data for better performance and less chance
14           of race conditions
15
16 0.02    2005-11-23 09:40:00
17         - Doc fixes
18         - No more -Engine=Test
19
20 0.01    2005-11-14 12:41:00
21         - Initial release.