]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
new suggestion, make mod_so more informative
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 8 May 2007 19:25:53 +0000 (19:25 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 8 May 2007 19:25:53 +0000 (19:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536307 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index eda107eaff521d8aa54a03873b92ce79007a02fc..7b52754d9f6f50ba2279b210c245703f83889a0f 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -110,7 +110,10 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     * ApacheMonitor: Fix Windows Vista detection.
       http://svn.apache.org/viewvc?view=rev&revision=536052      
       +1: mturk
-      
+      wrowe notes post today to list, can we please test for >= VISTA
+      so this doesn't break again upon the release of longhorn server
+      or 'nextgen' windows?
     * mpm_winnt: Fix return values from wait_for_many_objects.
       Note - this is required to avoid hangups of socket #64, #128
       as Microsoft set aside 64 reserved values.
@@ -182,6 +185,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
        Trunk version works
      +1: rpluem
 
+   * mod_so: Backport 520733; more helpful LoadModule feedback, so it reads;
+        Syntax error in -C/-c directive:
+        API module structure 'ftp_module' in file /.../modules/mod_ftp.so 
+        is garbled - expected signature 41503232 but saw 41503230 -
+        perhaps this is not an Apache module DSO, or was compiled 
+        for a different Apache version?
+     http://svn.apache.org/viewvc?view=rev&rev=520733
+     +1: wrowe
 
 PATCHES/ISSUES THAT ARE STALLED