foo
[catagits/Catalyst-Plugin-Session.git] / Changes
CommitLineData
a552e4b5 1Revision history for Perl extension Catalyst::Plugin::Session
2
e3496e48 30.18 2007-08-15
4 - Fix Apache engine issue (RT #28845)
c4dc7ba9 5
e3496e48 60.17 2007-07-16
7 - Skip a test if Cookie is not installed (RT #28137)
c48f1a4e 8
e3496e48 90.16 2007-07-03
bcdad401 10 - Stupid makefile
11
e3496e48 120.15 2007-06-24
38761943 13 - Fix the bug that caused sessions to expire immediately when another
14 session was deleted previously in the same request cycle
84f65b2e 15 - Changed finalize() to redispatch before saving session
16 so other finalize methods still have access to it.
38761943 17
e3496e48 180.14 2007-01-31
86553855 19 - Disable verify_address.
20 - update flash to work like session
21
e3496e48 220.13 2006-10-12
177c24fe 23 - Rerelease with slightly changed test due to a behavior change in
24 Test::MockObject
5a1f6ed4 25 - add `clear_flash`
49727697 26 - improve debug logging
27
e3496e48 280.12 2006-08-26
8f236527 29 - refactor out a hookable finalize_session method, for plugins
30 - make _clear_session_instance_data call NEXT::, so that plugins can
31 hook on to that too
32
e3496e48 330.11 2006-08-10
260b14c4 34 - Lazify expiry calculation and store it in a different instance data
35 slot. This provides greater flexibility for implementing hooks like
36 DynamicExpiry the "right" way.
37
e3496e48 380.10 2006-08-01
23a2bf16 39 - Implement a more well defined finalization order for Session stuff.
40 This solves a problem that was introduced by some value cleanups in
41 the 0.06 release.
42
e3496e48 430.09 2006-07-31
ec299c02 44 - Fix Catalyst::Plugin::Session::Test::Store
45
e3496e48 460.08 2006-07-31
ec270ef0 47 - rerelease because Module::Bane broke the META.yml. HURAAH
48
e3496e48 490.07 2006-07-30
340449a2 50 - Make build tool complain loudly on incompatible versions of state
51 plugins.
52
e3496e48 530.06 2006-07-29
6f327a6c 54 - Change State plugin API to be pull oriented
55 - Lazify more correctly (mostly performance improvements)
56 - Don't try to compute digest of hash when there is no hash
bab8b74b 57
e3496e48 580.05 2006-01-01
7db1c46a 59 - Un-workaround the Cache::FastMmap (actually Storable) limitation -
60 it's not C::P::Session's business.
61 - add $c->session_expires
62 - refactor guts
63 - improve semantics of session deletion (now deletes flash data too)
64 - improve lazy-load-ness of session data in the light of expiration
65
7a02371f 660.04 2005-12-28 09:42:00
67 - Work around a limitation in Cache::FastMmap - must store only
68 references, while expiration was an NV.
69
700.03 2005-12-26 10:22:00
a552e4b5 71 - Lazify loading of session data for better performance and less chance
72 of race conditions
9b0fa2a6 73 - support for $c->flash a la Ruby on Rails
5faaa4b0 74 - Fixed bug in sessionid algorithm detection.
4207ce8d 75 - Separate __expires from the session data - we write it every time
76 - Lazify saving of session data for better performance and less chance
77 of race conditions
a552e4b5 78
5faaa4b0 790.02 2005-11-23 09:40:00
a552e4b5 80 - Doc fixes
81 - No more -Engine=Test
82
5faaa4b0 830.01 2005-11-14 12:41:00
a552e4b5 84 - Initial release.