diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-12-03 11:41:36 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-12-03 11:41:36 +0000 |
commit | 9d0ffb9cc6e3da1e9952c324a625b8f2b5759257 (patch) | |
tree | c2e3ff33f38540154997728797e584bfb7de69fc | |
parent | 2be50baf975ffaad77e7356d217af209431916f8 (diff) |
mention "no longer default-appends ;type= on FTP URLs thru proxies" as a bug
fix even if kind of implied by the new option
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index d06ccb783..9042755cf 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -31,6 +31,7 @@ This release includes the following bugfixes: o support HTTP Digest nonces up to 1023 letters o resumed ftp upload no longer requires the read callback to return full buffers + o no longer default-appends ;type= on FTP URLs thru proxies This release includes the following known bugs: |