diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-08-11 20:57:54 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-08-11 20:57:54 +0000 |
commit | d0edb478964cb5bf7446c34d5ac1e9d34dc5ca63 (patch) | |
tree | 3586035627505068f2653da29b66d1201d3d5a8e /RELEASE-NOTES | |
parent | b238e0b1b4e8f3e5c4e9c0d7d8c565e3776b0999 (diff) | |
download | curl-d0edb478964cb5bf7446c34d5ac1e9d34dc5ca63.tar.gz |
Patrick Monnerat modified the LDAP code and approach in curl. Starting now,
the configure script checks for openldap and friends and we link with those
libs just like we link all other third party libraries, and we no longer
dlopen() those libraries. Our private header file lib/ldap.h was renamed to
lib/curl_ldap.h due to this. I set a tag in CVS (curl-7_17_0-preldapfix)
just before this commit, just in case.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 2f2962bb9..9de5d7bf6 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -14,6 +14,7 @@ This release includes the following changes: o support for OS/400 Secure Sockets Layer library o curl_easy_setopt() now allocates strings passed to it o SCP and SFTP support now requires libssh2 0.16 or later + o LDAP libraries are now linked "regularly" and not with dlopen This release includes the following bugfixes: |