summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-11-04 22:36:50 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-11-04 22:36:50 +0000
commit215677c10be00de5d384f20cbe2b61fa4649cb29 (patch)
treee75adab871b3bbbb7e0fd56034d78aadc7151332
parent3688cd3feafcc346cb4a78bcd50a6946790fc803 (diff)
downloadgnurl-215677c10be00de5d384f20cbe2b61fa4649cb29.tar.gz
gnurl-215677c10be00de5d384f20cbe2b61fa4649cb29.tar.bz2
gnurl-215677c10be00de5d384f20cbe2b61fa4649cb29.zip
oops, use the correct option name
-rw-r--r--RELEASE-NOTES2
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: