Commit fb22dda1 authored by Joe Orton's avatar Joe Orton
Browse files

Two PR fixes.

parent 2867d295
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
APACHE 2.0 STATUS:                                              -*-text-*-
Last modified at [$Date: 2004/09/28 16:20:10 $]
Last modified at [$Date: 2004/09/28 16:39:56 $]

Release:

@@ -75,6 +75,16 @@ 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! ]

    *) apxs: fix handling of -Wc/-Wl and "-o mod_foo.so".
       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/support/apxs.in?r1=1.64&r2=1.62
       PR: 31448
       +1: jorton

    *) Fix ap_save_brigade's handling of ENOTIMPL setaside functions.
       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/util_filter.c?r1=1.100&r2=1.101
       PR: 31247
       +1: jorton

    *) Fix mod_disk_cache race conditions in storing the response body.
       modules/experimental/mod_disk_cache.c: 1.61
       +1: jerenkrantz, stoddard