]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
propose yab
authorAndré Malo <nd@apache.org>
Wed, 28 Jan 2004 19:14:08 +0000 (19:14 +0000)
committerAndré Malo <nd@apache.org>
Wed, 28 Jan 2004 19:14:08 +0000 (19:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102430 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 5332c1df412b4c3adc7a1f75a4d5a1ef94f600ff..c1753d8486ea6f8e0dcedbf5a141d3d91652f83e 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/01/28 18:40:16 $]
+Last modified at [$Date: 2004/01/28 19:14:08 $]
 
 Release:
 
@@ -82,6 +82,11 @@ PATCHES TO BACKPORT FROM 2.1
   [ please place file names and revisions from HEAD here, so it is easy to
     identify exactly what the proposed changes are! ]
 
+    * Fix file extensions for real media files and removed rpm extension
+      from mime.types. PR 26079. (2.0 + 1.3)
+        docs/conf/mime.types: r1.23
+      +1: nd
+
     * Don't include newlines in strings passed to ap_log_error; cosmetic fix
       for common startup failures which otherwise now include escaped newlines.
       (regression since 2.0.48)