diff options
author | Ben Greear <greearb@candelatech.com> | 2010-03-27 23:00:51 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-03-27 23:00:51 +0100 |
commit | 0eda142e90afc33177d050249fcc4371ba01d039 (patch) | |
tree | 56ca922ada05f791247e9e6f580daeeb6a9df7b0 /RELEASE-NOTES | |
parent | e2bd52e553c43e12afbba3eca08d19169e0c5670 (diff) |
allow user+password in the URL for all protocols
Ben Greear brought a patch that from now on allows all protocols
to specify name and user within the URL, in the same manner HTTP
and FTP have been allowed to in the past - although far from all
of the libcurl supported protocols actually have that feature in
their URL definition spec.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 84ea6e717..6a70e7261 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -11,6 +11,7 @@ This release includes the following changes: o The 'ares' subtree has been removed from the source repository o smoother rate limiting + o allow user+password in URL for all protocols This release includes the following bugfixes: |