From: André Malo Date: Wed, 28 Jan 2004 19:14:08 +0000 (+0000) Subject: propose yab X-Git-Tag: 2.0.49~190 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=087d1bfd4a98d5f385f60a23c13f2cbe7273a833;p=thirdparty%2Fapache%2Fhttpd.git propose yab git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102430 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 5332c1df412..c1753d8486e 100644 --- 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)