Version 0.16.
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / Changes
CommitLineData
7022ec4c 1Revision history for Perl extension Catalyst::Plugin::Session::State::Cookie
2
7c0b044c 30.16 2009-10-16
4 - Use session config handling from Catalyst::Plugin::Session 0.27.
5
5aca1bdd 60.15 2009-10-06
7 - Fix the httponly option again (Closes RT##50249).
8 - Make tests not warn with latest version of Catalyst.
9 - Prefer session configuration to be in the 'Plugin::Session'
10 config key, but provide backwards compatibility for the
11 deprecated 'session' key.
12
6652d9a2 130.14 2009-08-22
3c6b7451 14 - Allow turning off the httponly option (Closes RT#48930).
15
679f4a58 160.13 2009-08-19
17 - Remove Test::MockObject from the test suite as prone to failing on
18 some platforms and perl versions due to its UNIVERSAL:: package
19 dependencies.
20 - Remove Class::Accessor::Fast and replace with Moose. This allows
21 us to not have a ->new method, This is more correct for Plugins
22 and also means that Catalyst is not forced to invoke the scary
23 replace_constructor at scope end handling.
24
ab649d6b 250.12 2009-07-18
3c6b7451 26 - Introduced a new option cookie_httponly
9bf24185 27 - Option cookie_secure extended (old syntax fully supported)
28
602b9593 290.11 2009-05-13
30 - Change TestApp so that the application is in t/lib, to make it easier
31 for Catalyst to force our package to be immutable.
32
45c96680 330.10 2009-02-08
d6bdceb5 34 - POD addition.
45c96680 35 - Switch from NEXT to MRO::Compat
d6bdceb5 36
45c96680 370.09 2007-10-08
3c6b7451 38 - Bump dependencies so that streaming a file also causes the cookie to
45c96680 39 be updated.
40 - Add tests for this
d6bdceb5 41
9541149a 420.08 2007-09-14
a79a56a8 43 - Fix live test with Mech version 0.37+
c4a96adb 44 - Switch to Module::Install
a79a56a8 45
f8cd6974 460.07 2007-04-04 23:10:00
47 - Fix the bug that caused sessions to expire immediately when another
48 session was deleted previously in the same request cycle
49
519fe077 500.06 2006-09-20 19:53:00
51 - Fix args in calls to NEXT::set_session_id and NEXT::extend_session_id
52
8bdcbb46 530.05 2006-08-06 20:50:00
54 - Add configuration of 'cookie_path' (Michael W Peterson)
55
3e8b97ed 560.04
57 - Depend on a higher version of C::P::Session
58
3c6b7451 590.03
458ed7d4 60 - refactored make_session_cookie to separate calc_expiry, and made
61 that easily overloadable.
62 - updated for the new state API (get_session_id, set_session_id, etc)
1e986fd5 63
f7f7fa5e 640.02 2005-12-28 13:51:00
7022ec4c 65 - Fixed cookie_expires to support browser session cookies.
33516e37 66 - Renamed default cookie name from just 'session' to
67 'yourapp_session' to allow several applications on the same domain
68 to exist without conflict (LTJake)
7022ec4c 69
700.01 2005-11-14 12:45:00
71 - Initial release.