You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2007/07/19 23:26:58 UTC

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

Author: covener
Date: Thu Jul 19 14:26:57 2007
New Revision: 557779

URL: http://svn.apache.org/viewvc?view=rev&rev=557779
Log:
propose reworked deref_aliases patch for backport (based on Ruedigers comments)


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?view=diff&rev=557779&r1=557778&r2=557779
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Thu Jul 19 14:26:57 2007
@@ -273,20 +273,11 @@
         http://svn.apache.org/viewvc?view=rev&revision=551424
       +1: fuankg
 
-    * mod_ldap: Change an enumeration to an int where data
+    * mod_ldap: Copy an enumeration to an int where data
       is passed back into the LDAP SDK by reference
       Trunk version of patch:
-        http://svn.apache.org/viewvc?view=rev&rev=555470
-      2.2.x version of patch:
-        http://people.apache.org/~covener/2.2.x-deref_aliases.diff
-      +1: covener,rederpj
-      -1: rpluem says: This patch cannot be backported as it would change
-          the ABI of a public API IMHO. This would require a major
-          bump and patches that require a major bump cannot be backported
-      
-          Covener says: How about this alternative to avoid sending
-          the possibly-short enum into the LDAP SDK?
-          http://people.apache.org/~covener/2.2.x-deref_aliases-safe.diff
+        http://svn.apache.org/viewvc?view=rev&rev=557778
+      +1: covener, rpluem
 
     * mod_proxy_ajp: Add support of ProxyIOBufferSize.
       Trunk version of patch: