diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-09-15 21:14:12 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-09-15 21:14:12 +0000 |
commit | e04151ed76a04613221d8a6ef6079645ee230844 (patch) | |
tree | 8628dbf2a0673bb2a2e41b1f4eaee0f8ff5deb60 /CHANGES | |
parent | cdb25524241578da488755674f7bacee316dd078 (diff) |
Michal Marek made libcurl automatically append ";type=<a|i>" when using HTTP
proxies for FTP urls.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,6 +6,13 @@ Changelog +Daniel S (15 September 2007) +- Michal Marek made libcurl automatically append ";type=<a|i>" when using HTTP + proxies for FTP urls. + +- Günter Knauf fixed LDAP builds in the Windows makefiles and fixed LDAPv3 + support on Windows. + Dan F (13 September 2007) - Added LDAPS, SCP and SFTP to curl-config --protocols. Removed and fixed some AC_SUBST configure entries. |