releng for Session 0.10
[catagits/Catalyst-Plugin-Session.git] / Changes
CommitLineData
a552e4b5 1Revision history for Perl extension Catalyst::Plugin::Session
2
23a2bf16 30.10
4 - Implement a more well defined finalization order for Session stuff.
5 This solves a problem that was introduced by some value cleanups in
6 the 0.06 release.
7
ec299c02 80.09
9 - Fix Catalyst::Plugin::Session::Test::Store
10
ec270ef0 110.08
12 - rerelease because Module::Bane broke the META.yml. HURAAH
13
340449a2 140.07
15 - Make build tool complain loudly on incompatible versions of state
16 plugins.
17
bab8b74b 180.06
6f327a6c 19 - Change State plugin API to be pull oriented
20 - Lazify more correctly (mostly performance improvements)
21 - Don't try to compute digest of hash when there is no hash
bab8b74b 22
5d8cc4c7 230.05
7db1c46a 24 - Un-workaround the Cache::FastMmap (actually Storable) limitation -
25 it's not C::P::Session's business.
26 - add $c->session_expires
27 - refactor guts
28 - improve semantics of session deletion (now deletes flash data too)
29 - improve lazy-load-ness of session data in the light of expiration
30
7a02371f 310.04 2005-12-28 09:42:00
32 - Work around a limitation in Cache::FastMmap - must store only
33 references, while expiration was an NV.
34
350.03 2005-12-26 10:22:00
a552e4b5 36 - Lazify loading of session data for better performance and less chance
37 of race conditions
9b0fa2a6 38 - support for $c->flash a la Ruby on Rails
5faaa4b0 39 - Fixed bug in sessionid algorithm detection.
4207ce8d 40 - Separate __expires from the session data - we write it every time
41 - Lazify saving of session data for better performance and less chance
42 of race conditions
a552e4b5 43
5faaa4b0 440.02 2005-11-23 09:40:00
a552e4b5 45 - Doc fixes
46 - No more -Engine=Test
47
5faaa4b0 480.01 2005-11-14 12:41:00
a552e4b5 49 - Initial release.