More tests for the prepare_path thing, fix said tests, changelog
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index 97835e9..b0b442e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -5,6 +5,14 @@
      encoding test controller.
    - Allow --restartdirectory as an option for the Server script, for
      backwards compatibility. (Dave Rolsky)
+   - The --host option for the server script defaulted to localhost, rather
+     than listening on all interfaces, which was the previous default. (Dave
+     Rolsky)
+   - Fix the script environment variables MYAPP_PORT and MYAPP_RELOAD RT#52604
+   - Fix aliasing applications under non-root paths with mod_rewrite in
+     some apache versions where %ENV{SCRIPT_NAME} is set to the real name of
+     the script, by using $ENV{REDIRECT_URL} which contains the non-rewritten
+     URI.
 
   New features:
    - The __MOP__ hash element is suppressed from being dumped fully