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