]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add a backport, approve another, vote and note on others...
authorJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 23 Aug 2006 08:01:37 +0000 (08:01 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 23 Aug 2006 08:01:37 +0000 (08:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@433970 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 5204a1ef5cfa0bca0152adb74c9e23afeab1c1be..6428fbb0c466cbf795427dd45ec22ab339a45c1b 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -77,26 +77,28 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+    * mod_isapi: Simply backport the host of fixes for compilation on unix,
+      PR#'s 15993 29098 30022 16637 30033 28089
+      by pushing to trunk/ rev 416293 of modules/arch/win32/mod_isapi.[ch]
+      which compiles without changes.  Source + Binary posted at
+        http://people.apache.org/~wrowe/mod_isapi-416293.zip
+      and delta posted at
+        http://people.apache.org/~wrowe/mod_isapi-416293-to-httpd-2.2.patch
+      +1 wrowe , fielding, jerenkrantz
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
     * Bundled PCRE: backport r381783 from trunk
       Fix brokenness on certain platforms when building with -DDEBUG.
       http://svn.apache.org/viewvc?view=rev&revision=381783
-      +1 sctemme, fielding, pquerna
+      +1 sctemme, fielding, pquerna, jerenkrantz
       -1 niq: Why are we hacking a third-party package as bundled,
               rather than upstream?  This has potential for chaos
               for modules (and we have a history of PCRE trouble)
               as well as a maintenance nightmare!
-
-    * mod_isapi: Simply backport the host of fixes for compilation on unix,
-      PR#'s 15993 29098 30022 16637 30033 28089
-      by pushing to trunk/ rev 416293 of modules/arch/win32/mod_isapi.[ch]
-      which compiles without changes.  Source + Binary posted at
-        http://people.apache.org/~wrowe/mod_isapi-416293.zip
-      and delta posted at
-        http://people.apache.org/~wrowe/mod_isapi-416293-to-httpd-2.2.patch
-      +1 wrowe , fielding
+      jerenkrantz: I don't believe that's a valid reason to block this.
+                   We're bundling PCRE for the duration of the 2.2.x series,
+                   but we can re-evaluate for future major/minor revs.
 
     * mod_deflate: don't choke on flush buckets in INFLATE filter
       PR#39854
@@ -115,3 +117,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
     * PKCS#7: backport PCKS#7 patches from trunk.
       +1 ben
+      jerenkrantz: What's the revision number to backport?
+
+    * README.platforms: Add a note for Solaris compiler recommendations.
+      http://svn.apache.org/viewvc?rev=414921view=rev
+      +1 jerenkrantz