aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-09-15 21:14:12 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-09-15 21:14:12 +0000
commite04151ed76a04613221d8a6ef6079645ee230844 (patch)
tree8628dbf2a0673bb2a2e41b1f4eaee0f8ff5deb60 /CHANGES
parentcdb25524241578da488755674f7bacee316dd078 (diff)
Michal Marek made libcurl automatically append ";type=<a|i>" when using HTTP
proxies for FTP urls.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4b07521c0..361e81662 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.