Bump versions, strip whitespace
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / Changes
CommitLineData
7022ec4c 1Revision history for Perl extension Catalyst::Plugin::Session::State::Cookie
2
ab649d6b 30.12 2009-07-18
9bf24185 4 - Introduced a new option cookie_httponly
5 - Option cookie_secure extended (old syntax fully supported)
6
602b9593 70.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
45c96680 110.10 2009-02-08
d6bdceb5 12 - POD addition.
45c96680 13 - Switch from NEXT to MRO::Compat
d6bdceb5 14
45c96680 150.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
d6bdceb5 19
9541149a 200.08 2007-09-14
a79a56a8 21 - Fix live test with Mech version 0.37+
c4a96adb 22 - Switch to Module::Install
a79a56a8 23
f8cd6974 240.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
519fe077 280.06 2006-09-20 19:53:00
29 - Fix args in calls to NEXT::set_session_id and NEXT::extend_session_id
30
8bdcbb46 310.05 2006-08-06 20:50:00
32 - Add configuration of 'cookie_path' (Michael W Peterson)
33
3e8b97ed 340.04
35 - Depend on a higher version of C::P::Session
36
458ed7d4 370.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)
1e986fd5 41
f7f7fa5e 420.02 2005-12-28 13:51:00
7022ec4c 43 - Fixed cookie_expires to support browser session cookies.
33516e37 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)
7022ec4c 47
480.01 2005-11-14 12:45:00
49 - Initial release.