Static::Simple, add date to Changes
[catagits/Catalyst-Plugin-Static-Simple.git] / Changes
diff --git a/Changes b/Changes
index 0a24acd..4e9406a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,21 @@
 Revision history for Perl extension Catalyst::Plugin::Static::Simple
 
+0.09    2005-10-07 13:40:00
+        - Added new configuration options to improve security:
+          ignore_extensions - keep certain extensions from being static
+          - This option defaults to tt, html, and xhtml to prevent
+            template files from being accessible.
+          ignore_dirs - keep certain dirs from being static
+        - include_path is no longer experimental.
+        - Added support for hiding log output, depends on Cat 5.50. 
+          (Marcus Ramberg)
+
+0.08    2005-09-07 18:50:00
+        - Added tests for everything except Apache support.
+
+0.07    2005-09-05 21:05:00
+        - POD fixes. (Thomas L. Shinnick)
+
 0.06    2005-09-05 15:40:00
         - Moved initial file check into prepare_action so processing can
           bypass other plugins.