Converted to Module::Install.
[catagits/Catalyst-Plugin-RequireSSL.git] / Changes
CommitLineData
1763fe29 1Revision history for Perl extension Catalyst::Plugin::RequireSSL
2
ffd9355f 30.07
6406f7c2 4 - Converted to use Module::Install instead of Module::Build.
0199e133 5 - Removed unused 'default' method from the app (triggered a deprecation warning).
ffd9355f 6 - Fix Perl Critic test for hard tabs (t0m)
7 - Fix POD coverage (t0m)
b534f127 8 - Added allow_ssl() (norbi)
794abe2a 9 - Added detach_on_redirect config option (norbi)
61b31739 10 - Cleaned up _redirect_uri() (norbi)
ffd9355f 11
51ef6cb3 120.06 2007-03-06 11:00:00
13 - Added no_cache config option to support wildcard SSL certificates.
14 (Simon Elliott)
15 - Disable properly when running under other development HTTP servers.
cae2ad7f 16
cc4f2717 170.05 2005-09-15 12:15:00
18 - Updated skipped tests to run if Catalyst >= 5.5.
19
4585dfb1 200.04 2005-09-14 13:30:00
21 - Fixed bug in redirect code that ignored duplicate key names.
22 - Strip all output content when doing a redirect from HTTP -> HTTPS
23 to avoid sending secure data over HTTP.
24 - Added test suite.
25
eeefd598 260.03 2005-09-05 22:00:00
27 - Proper handling for static files in SSL mode when using
28 Static::Simple.
29 - Code cleanup per Best Practices.
30
d5e430c2 310.02 2005-06-23 20:40:00
32 - fixed README file
33
1763fe29 340.01 2005-06-08 23:45:00
35 - initial release