From: Joe Orton Date: Mon, 13 Sep 2004 15:39:57 +0000 (+0000) Subject: Add more Stuff. X-Git-Tag: 2.0.52~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ede825b93c3555cd782b7484423094bcf5ac10fc;p=thirdparty%2Fapache%2Fhttpd.git Add more Stuff. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105114 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 97841d55f6f..1c90064f8f1 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/09/04 11:36:13 $] +Last modified at [$Date: 2004/09/13 15:39:57 $] Release: @@ -73,6 +73,19 @@ 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! ] + *) mod_dav_fs: Fix indirect lock record handling on 64-bit platforms. + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/dav/fs/lock.c?r1=1.31&r2=1.32 + +1: jorton + + *) mod_dav_fs: Fix indirect lock refresh. + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/dav/fs/lock.c?r1=1.32&r2=1.33 + +1: jorton + PR: 31183 (yes, I will do a CHANGES entry too) + + *) ap_rgetline_core correctness fix. + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/protocol.c?r1=1.151&r2=1.152 + +1: jorton + *) mod_rewrite: Fix 0 bytes write into random memory position. PR 31036. (2.0 + 1.3) http://www.apache.org/~nd/dbmmap_1.3.patch @@ -102,7 +115,10 @@ PATCHES TO BACKPORT FROM 2.1 nd: two comments: (1) is the use of APR_ASCII_* ebcdic-safe? I.e. shouldn't we use the native chars here and it will be converted later? (I'm not sure) + jorton: I have no idea, let an EBCDIC-er complain if it breaks? (2) I'd put out (null) only if val is NULL, not if it's empty. + jorton: ssl_var_lookup() returns "" in place of NULL, that was really + a deliberate choice... but maybe you're right. *) Fix the handling of URIs containing %2F when AllowEncodedSlashes is enabled. Previously, such urls would still be rejected with