Static::Simple, added failing test for subrequest NEXT problem
[catagits/Catalyst-Plugin-Static-Simple.git] / Changes
1 Revision history for Perl extension Catalyst::Plugin::Static::Simple
2
3 0.09
4         - Added support for squishing logs, depends on Cat 5.50. 
5           (Marcus Ramberg)
6         - include_path is no longer experimental.
7
8 0.08    2005-09-07 18:50:00
9         - Added tests for everything except Apache support.
10
11 0.07    2005-09-05 21:05:00
12         - POD fixes. (Thomas L. Shinnick)
13
14 0.06    2005-09-05 15:40:00
15         - Moved initial file check into prepare_action so processing can
16           bypass other plugins.
17         - Added error-checking to static dir regexes.
18         - Cleaned up various code as per Best Practices.
19
20 0.05    2005-08-26 12:00:00
21         - Added use_apache option to enable the Apache DECLINED
22           support.  Default is disabled as it appears Catalyst is
23           faster at serving the files!
24         - Added a check that Apache's DocumentRoot matches Catalyst's
25           root before serving DECLINED.
26         - Preload MIME::Types index during setup() so it's not built on
27           the first request.
28         - Added a note on performance of Apache vs. Catalyst.
29
30 0.04    2005-08-22 12:00:00
31         - Fixed bug where static files were searched for on every request
32           even without a file extension.
33         - Fixed bug where files without extensions in defined static dirs
34           were not served with text/plain.
35         - Consolidated the debug log messages.
36
37 0.03    2005-08-21 23:50:00
38         - Added config option for include_path to allow for multiple 
39           directories with static files.  This option should be
40           considered experimental!
41         - Documentation cleanups.
42
43 0.02    2005-08-16 18:00:00
44         - Return DECLINED when running under mod_perl to allow Apache to
45           serve the static file.  This is not done when any custom MIME
46           types have been specified, however.
47
48 0.01    2005-08-11 22:00:00
49         - Initial release.