aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-10-08 10:39:43 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-10-08 10:39:43 +0000
commit08cf6780ba8ea242cb451f07e14bb572079e22cf (patch)
tree84ff8b08fde25d6d5334d62bdd9c2dbc713ccac1 /RELEASE-NOTES
parent6814907a2c3ce7b90cdd509f0dfca009e1ca228f (diff)
- Igor Novoseltsev brought a patch that introduced two new options to
curl_easy_setopt: CURLOPT_USERNAME and CURLOPT_PASSWORD that sort of deprecates the good old CURLOPT_USERPWD since they allow applications to set the user name and password independently and perhaps more importantly allow both to contain colon(s) which CURLOPT_USERPWD doesn't fully support.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES6
1 files changed, 4 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 6ee074673..73ebdb74b 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -2,7 +2,7 @@ Curl and libcurl 7.19.1
Public curl releases: 107
Command line options: 128
- curl_easy_setopt() options: 154
+ curl_easy_setopt() options: 156
Public functions in libcurl: 58
Known libcurl bindings: 37
Contributors: 672
@@ -14,6 +14,7 @@ This release includes the following changes:
o Added CURLOPT_POSTREDIR
o Better detect HTTP 1.0 servers and don't do HTTP 1.1 requests on them
o configure --disable-proxy disables proxy
+ o Added CURLOPT_USERNAME and CURLOPT_PASSWORD
This release includes the following bugfixes:
@@ -48,6 +49,7 @@ advice from friends like these:
Keith Mok, Yang Tse, Daniel Fandrich, Guenter Knauf, Dmitriy Sergeyev,
Linus Nielsen Feltzing, Martin Drasar, Stefan Krause, Dmitry Kurochkin,
Mike Revi, Andres Garcia, Michael Goffioul, Markus Moeller, Rob Crittenden,
- Jamie Lokier, Emanuele Bovisio, Maxim Ivanov, Ian Lynagh, Daniel Egger
+ Jamie Lokier, Emanuele Bovisio, Maxim Ivanov, Ian Lynagh, Daniel Egger,
+ Igor Novoseltsev
Thanks! (and sorry if I forgot to mention someone)