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