Fix changelog, switch from NEXT to MRO::Compat
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / Changes
CommitLineData
7022ec4c 1Revision history for Perl extension Catalyst::Plugin::Session::State::Cookie
2
45c96680 30.10 2009-02-08
d6bdceb5 4 - POD addition.
45c96680 5 - Switch from NEXT to MRO::Compat
d6bdceb5 6
45c96680 70.09 2007-10-08
8 - Bump dependencies so that streaming a file also causes the cookie to
9 be updated.
10 - Add tests for this
d6bdceb5 11
9541149a 120.08 2007-09-14
a79a56a8 13 - Fix live test with Mech version 0.37+
c4a96adb 14 - Switch to Module::Install
a79a56a8 15
f8cd6974 160.07 2007-04-04 23:10:00
17 - Fix the bug that caused sessions to expire immediately when another
18 session was deleted previously in the same request cycle
19
519fe077 200.06 2006-09-20 19:53:00
21 - Fix args in calls to NEXT::set_session_id and NEXT::extend_session_id
22
8bdcbb46 230.05 2006-08-06 20:50:00
24 - Add configuration of 'cookie_path' (Michael W Peterson)
25
3e8b97ed 260.04
27 - Depend on a higher version of C::P::Session
28
458ed7d4 290.03
30 - refactored make_session_cookie to separate calc_expiry, and made
31 that easily overloadable.
32 - updated for the new state API (get_session_id, set_session_id, etc)
1e986fd5 33
f7f7fa5e 340.02 2005-12-28 13:51:00
7022ec4c 35 - Fixed cookie_expires to support browser session cookies.
33516e37 36 - Renamed default cookie name from just 'session' to
37 'yourapp_session' to allow several applications on the same domain
38 to exist without conflict (LTJake)
7022ec4c 39
400.01 2005-11-14 12:45:00
41 - Initial release.