Imported Static::Simple 0.05
[catagits/Catalyst-Plugin-Static-Simple.git] / Changes
CommitLineData
d6d29b9b 1Revision history for Perl extension Catalyst::Plugin::Static::Simple
2
30.05 2005-08-26 12:00:00
4 - Added use_apache option to enable the Apache DECLINED
5 support. Default is disabled as it appears Catalyst is
6 faster at serving the files!
7 - Added a check that Apache's DocumentRoot matches Catalyst's
8 root before serving DECLINED.
9 - Preload MIME::Types index during setup() so it's not built on
10 the first request.
11 - Added a note on performance of Apache vs. Catalyst.
12
130.04 2005-08-22 12:00:00
14 - Fixed bug where static files were searched for on every request
15 even without a file extension.
16 - Fixed bug where files without extensions in defined static dirs
17 were not served with text/plain.
18 - Consolidated the debug log messages.
19
200.03 2005-08-21 23:50:00
21 - Added config option for include_path to allow for multiple
22 directories with static files. This option should be
23 considered experimental!
24 - Documentation cleanups.
25
260.02 2005-08-16 18:00:00
27 - Return DECLINED when running under mod_perl to allow Apache to
28 serve the static file. This is not done when any custom MIME
29 types have been specified, however.
30
310.01 2005-08-11 22:00:00
32 - Initial release.