You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2005/09/09 18:22:00 UTC

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

Author: wrowe
Date: Fri Sep  9 09:21:57 2005
New Revision: 279806

URL: http://svn.apache.org/viewcvs?rev=279806&view=rev
Log:

  Note LDAP changes on Win32, especially.


Modified:
    apr/apr-util/trunk/CHANGES

Modified: apr/apr-util/trunk/CHANGES
URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/CHANGES?rev=279806&r1=279805&r2=279806&view=diff
==============================================================================
--- apr/apr-util/trunk/CHANGES (original)
+++ apr/apr-util/trunk/CHANGES Fri Sep  9 09:21:57 2005
@@ -5,6 +5,12 @@
 
 Changes with APR-util 1.2.0
 
+  *) Fix usage of ldapssl_init/ldap_sslinit on platforms that support
+     these API's including Win32.  Support APR_HAS_LDAP_START_TLS_S
+     flag in the Win32 LDAP API, to drop usage of ldap_start_ssl_s 
+     and ldap_stop_ssl_s on Win32 by default (change the flag in apr_ldap.hw
+     to enable if supported on a given OS level). [William Rowe]
+ 
   *) Fix apr_rmm_realloc() offset calculation bug.  [Keith Kelleman
      <keith.kelleman oracle.com>]