Bump required Module::Install version in everything. janus++
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / Changes
1 Revision history for Perl extension Catalyst::Plugin::Session::State::Cookie
2
3 0.10    2009-02-08
4         - POD addition.
5         - Switch from NEXT to MRO::Compat
6
7 0.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
11
12 0.08    2007-09-14
13         - Fix live test with Mech version 0.37+
14         - Switch to Module::Install
15
16 0.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
20 0.06    2006-09-20 19:53:00
21         - Fix args in calls to NEXT::set_session_id and NEXT::extend_session_id
22
23 0.05    2006-08-06 20:50:00
24         - Add configuration of 'cookie_path' (Michael W Peterson)
25
26 0.04
27         - Depend on a higher version of C::P::Session
28
29 0.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)
33
34 0.02    2005-12-28 13:51:00
35         - Fixed cookie_expires to support browser session cookies.
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)
39
40 0.01    2005-11-14 12:45:00
41         - Initial release.