1Revision history for Perl extension Catalyst::Plugin::Session::State::Cookie
2
30.17    2009-10-18
4        - Fixup copyright information
5
60.16    2009-10-16
7        - Use session config handling from Catalyst::Plugin::Session 0.27.
8
90.15    2009-10-06
10        - Fix the httponly option again (Closes RT##50249).
11        - Make tests not warn with latest version of Catalyst.
12        - Prefer session configuration to be in the 'Plugin::Session'
13          config key, but provide backwards compatibility for the
14          deprecated 'session' key.
15
160.14    2009-08-22
17        - Allow turning off the httponly option (Closes RT#48930).
18
190.13    2009-08-19
20        - Remove Test::MockObject from the test suite as prone to failing on
21          some platforms and perl versions due to its UNIVERSAL:: package
22          dependencies.
23        - Remove Class::Accessor::Fast and replace with Moose. This allows
24          us to not have a ->new method, This is more correct for Plugins
25          and also means that Catalyst is not forced to invoke the scary
26          replace_constructor at scope end handling.
27
280.12    2009-07-18
29        - Introduced a new option cookie_httponly
30        - Option cookie_secure extended (old syntax fully supported)
31
320.11    2009-05-13
33        - Change TestApp so that the application is in t/lib, to make it easier
34          for Catalyst to force our package to be immutable.
35
360.10    2009-02-08
37        - POD addition.
38        - Switch from NEXT to MRO::Compat
39
400.09    2007-10-08
41        - Bump dependencies so that streaming a file also causes the cookie to
42          be updated.
43          - Add tests for this
44
450.08    2007-09-14
46        - Fix live test with Mech version 0.37+
47        - Switch to Module::Install
48
490.07    2007-04-04 23:10:00
50        - Fix the bug that caused sessions to expire immediately when another
51          session was deleted previously in the same request cycle
52
530.06    2006-09-20 19:53:00
54        - Fix args in calls to NEXT::set_session_id and NEXT::extend_session_id
55
560.05    2006-08-06 20:50:00
57        - Add configuration of 'cookie_path' (Michael W Peterson)
58
590.04
60        - Depend on a higher version of C::P::Session
61
620.03
63        - refactored make_session_cookie to separate calc_expiry, and made
64	      that easily overloadable.
65        - updated for the new state API (get_session_id, set_session_id, etc)
66
670.02    2005-12-28 13:51:00
68        - Fixed cookie_expires to support browser session cookies.
69        - Renamed default cookie name from just 'session' to
70          'yourapp_session' to allow several applications on the same domain
71          to exist without conflict (LTJake)
72
730.01    2005-11-14 12:45:00
74        - Initial release.
75