C::P::Session::State::Cookie - added notes into Changes
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / Changes
1 Revision history for Perl extension Catalyst::Plugin::Session::State::Cookie
2
3         - Introduced a new option cookie_httponly 
4         - Option cookie_secure extended (old syntax fully supported)
5
6 0.11    2009-05-13
7         - Change TestApp so that the application is in t/lib, to make it easier
8           for Catalyst to force our package to be immutable.
9
10 0.10    2009-02-08
11         - POD addition.
12         - Switch from NEXT to MRO::Compat
13
14 0.09    2007-10-08
15         - Bump dependencies so that streaming a file also causes the cookie to 
16           be updated.
17           - Add tests for this
18
19 0.08    2007-09-14
20         - Fix live test with Mech version 0.37+
21         - Switch to Module::Install
22
23 0.07    2007-04-04 23:10:00
24         - Fix the bug that caused sessions to expire immediately when another
25           session was deleted previously in the same request cycle
26
27 0.06    2006-09-20 19:53:00
28         - Fix args in calls to NEXT::set_session_id and NEXT::extend_session_id
29
30 0.05    2006-08-06 20:50:00
31         - Add configuration of 'cookie_path' (Michael W Peterson)
32
33 0.04
34         - Depend on a higher version of C::P::Session
35
36 0.03 
37         - refactored make_session_cookie to separate calc_expiry, and made
38               that easily overloadable.
39         - updated for the new state API (get_session_id, set_session_id, etc)
40
41 0.02    2005-12-28 13:51:00
42         - Fixed cookie_expires to support browser session cookies.
43         - Renamed default cookie name from just 'session' to
44           'yourapp_session' to allow several applications on the same domain
45           to exist without conflict (LTJake)
46
47 0.01    2005-11-14 12:45:00
48         - Initial release.