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