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