diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-03-20 20:08:44 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-03-20 20:08:44 +0000 |
commit | c37cdbe2cf14c4159623c8e64769afa22fc9f40b (patch) | |
tree | 58d69780a0a99e79eefaaed162cd64aa6e370f9e /RELEASE-NOTES | |
parent | c0a30b04c267bf553e5337e8db8cf76ab2bc20e9 (diff) |
Fixed a problem where curl-config --protocols could erroneously show LDAPS
support when curl didn't even have regular LDAP support. It looks like
this could happen when the --enable-ldaps configure switch is given but
configure couldn't find the LDAP headers or libraries.
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 6fc9c3def..6d506d713 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -49,6 +49,7 @@ This release includes the following bugfixes: lead to crash o SFTP upload with CURLOPT_FTP_CREATE_MISSING_DIRS on re-used connection o SFTP infinite loop when given an invalid quote command + o curl-config erroneously reported LDAPS support with missing LDAP libraries This release includes the following known bugs: |