]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
propose a bunch of mod_autoindex fixes.
authorAndré Malo <nd@apache.org>
Sun, 2 Mar 2003 18:22:08 +0000 (18:22 +0000)
committerAndré Malo <nd@apache.org>
Sun, 2 Mar 2003 18:22:08 +0000 (18:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98886 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index c17fc66e711e9155a881b3e57ba2913991a9c90b..60401cab2c38ba34e5e4ddc879d1747228d17fa5 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/03/02 01:03:19 $]
+Last modified at [$Date: 2003/03/02 18:22:08 $]
 
 Release:
 
@@ -178,6 +178,22 @@ PATCHES TO PORT FROM 2.1
       modules/mappers/mod_rewrite.h: r1.43
       +1: nd
 
+    * let mod_autoindex not forget output format and enabled version
+      sort in linked column headers.
+      modules/generators/mod_autoindex.c: r1.116
+      +1: nd
+
+    * mod_autoindex emits and accepts modern query string parameter
+      delimiters (;). Thus column headers no longer contain unescaped
+      ampersands. PR 10880 
+      modules/generators/mod_autoindex.c: r1.117
+      +1: nd
+
+    * Unescape the supplied wildcard pattern in mod_autoindex. Otherwise
+      the pattern will not always match as desired. PR 12596.
+      modules/generators/mod_autoindex.c: r1.119
+      +1: nd
+
 CURRENT RELEASE NOTES:
 
     * Backwards compatibility is expected of future Apache 2.0 releases,