diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-11-04 22:36:50 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-11-04 22:36:50 +0000 |
commit | 215677c10be00de5d384f20cbe2b61fa4649cb29 (patch) | |
tree | e75adab871b3bbbb7e0fd56034d78aadc7151332 /RELEASE-NOTES | |
parent | 3688cd3feafcc346cb4a78bcd50a6946790fc803 (diff) |
oops, use the correct option name
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 896f0e6c9..6cee55a43 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -16,7 +16,7 @@ This release includes the following changes: o configure --disable-proxy disables proxy support o Added CURLOPT_USERNAME and CURLOPT_PASSWORD o --interface now works with IPv6 connections on glibc systems - o Added CURLOPT_PROXYUSER and CURLOPT_PROXYPASSWORD + o Added CURLOPT_PROXYUSERNAME and CURLOPT_PROXYPASSWORD This release includes the following bugfixes: |