You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bo...@apache.org on 2008/06/17 02:08:16 UTC

svn commit: r668354 - /apr/apr-util/trunk/CHANGES

Author: bojan
Date: Mon Jun 16 17:08:15 2008
New Revision: 668354

URL: http://svn.apache.org/viewvc?rev=668354&view=rev
Log:
Document changes for trunk.

Modified:
    apr/apr-util/trunk/CHANGES

Modified: apr/apr-util/trunk/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr-util/trunk/CHANGES?rev=668354&r1=668353&r2=668354&view=diff
==============================================================================
--- apr/apr-util/trunk/CHANGES [utf-8] (original)
+++ apr/apr-util/trunk/CHANGES [utf-8] Mon Jun 16 17:08:15 2008
@@ -6,6 +6,10 @@
 
   *) Add ODBC DBD driver [Tom Donovan]
 
+  *) Older OpenLDAP implementations may have ldap_set_rebind_proc() with two
+     args. Provide detection code and alternative implementation.
+     [Ruediger Pluem]
+
 Changes with APR-util 1.3.0
 
   *) apr_reslist: destroy all resources in apr_cleanup.



Re: svn commit: r668354 - /apr/apr-util/trunk/CHANGES

Posted by Ruediger Pluem <rp...@apache.org>.

On 06/17/2008 02:08 AM, bojan@apache.org wrote:
> Author: bojan
> Date: Mon Jun 16 17:08:15 2008
> New Revision: 668354
> 
> URL: http://svn.apache.org/viewvc?rev=668354&view=rev
> Log:
> Document changes for trunk.
> 
> Modified:
>     apr/apr-util/trunk/CHANGES
> 
> Modified: apr/apr-util/trunk/CHANGES
> URL: http://svn.apache.org/viewvc/apr/apr-util/trunk/CHANGES?rev=668354&r1=668353&r2=668354&view=diff
> ==============================================================================
> --- apr/apr-util/trunk/CHANGES [utf-8] (original)
> +++ apr/apr-util/trunk/CHANGES [utf-8] Mon Jun 16 17:08:15 2008
> @@ -6,6 +6,10 @@
>  
>    *) Add ODBC DBD driver [Tom Donovan]
>  
> +  *) Older OpenLDAP implementations may have ldap_set_rebind_proc() with two
> +     args. Provide detection code and alternative implementation.
> +     [Ruediger Pluem]
> +

Thanks, but actually you did most of the work by writing the initial patch.
I only did some improvements and did the testing.
Don't hide your light under a bushel :-).


Regards

RĂ¼diger