You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2006/08/23 10:01:38 UTC

svn commit: r433970 - /httpd/httpd/branches/2.2.x/STATUS

Author: jerenkrantz
Date: Wed Aug 23 01:01:37 2006
New Revision: 433970

URL: http://svn.apache.org/viewvc?rev=433970&view=rev
Log:
Add a backport, approve another, vote and note on others...

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=433970&r1=433969&r2=433970&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Wed Aug 23 01:01:37 2006
@@ -77,26 +77,28 @@
 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 @@
 
     * 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