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:24:51 UTC

svn commit: r279808 - /apr/apr-util/branches/1.2.x/CHANGES

Author: wrowe
Date: Fri Sep  9 09:24:48 2005
New Revision: 279808

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

  New 1.2.2 section, note bugs fixes.


Modified:
    apr/apr-util/branches/1.2.x/CHANGES

Modified: apr/apr-util/branches/1.2.x/CHANGES
URL: http://svn.apache.org/viewcvs/apr/apr-util/branches/1.2.x/CHANGES?rev=279808&r1=279807&r2=279808&view=diff
==============================================================================
--- apr/apr-util/branches/1.2.x/CHANGES (original)
+++ apr/apr-util/branches/1.2.x/CHANGES Fri Sep  9 09:24:48 2005
@@ -1,3 +1,11 @@
+Changes with APR-util 1.2.2
+  
+  *) 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]
+
 Changes with APR-util 1.2.1
 
   *) Fix apr_rmm_realloc() offset calculation bug.  [Keith Kelleman