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