]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add two more backport requests
authorRoy T. Fielding <fielding@apache.org>
Sun, 13 Jul 2003 20:18:53 +0000 (20:18 +0000)
committerRoy T. Fielding <fielding@apache.org>
Sun, 13 Jul 2003 20:18:53 +0000 (20:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100579 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 4befa1e0615f2b59fbfc116c4d0cff03d089fdc8..bf4acde7f725dff320ecf9511907db1cb07d6c1d 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/07/13 10:01:35 $]
+Last modified at [$Date: 2003/07/13 20:18:53 $]
 
 Release:
 
@@ -248,6 +248,20 @@ PATCHES TO PORT FROM 2.1
              user setup error (ulimit) or system resource shortage...
              is an error message better than a coredump in that case?
 
+    * mime.types: update to include IANA and W3C types.  Also switches
+      the handling of .xml from text/xml to application/xml (per RFCs),
+      adds extensions for commonly used *+xml and calendar types, and
+      lists image/x-icon ico.
+        docs/conf/mime.types: r1.18 + r1.19
+      +1: fielding
+
+    * httpd-std.conf: Try to be clearer in describing the connection
+      between AddType and AddEncoding for defining the meaning of
+      compressed file extensions.  Follows mime.types change above.
+        docs/conf/httpd-std.conf.in: r1.47
+        docs/conf/httpd-win.conf:    r1.93
+      +1: fielding
+
 CURRENT RELEASE NOTES:
 
     * Backwards compatibility is expected of future Apache 2.0 releases,