diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-09-21 22:28:07 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-09-21 22:28:07 +0100 |
commit | 59c1743c78eee777a5dbc7d7b430a586b6e49f12 (patch) | |
tree | 947392e4ca5a1ba94ef7c1ae41750e5da7b22844 /RELEASE-NOTES | |
parent | 60a20461629fda5e91a284d2f8bcdc76b15da4f6 (diff) |
RELEASE-NOTES: Corrected missed addition
Somehow commit 60a20461629fda missed the last item in the sync list
even though I'm sure I added it during editing.
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 5528f6600..46e9c8601 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -49,6 +49,7 @@ This release includes the following bugfixes: o libcurl.3: for multi interface connections are held in the multi handle o curl_easy_setopt.3: mention RTMP URL quirks [17] o curl.1: detail how short/long options work [18] + o curl.1: Added information about optional login options to --user option o curl: Added clarification to the --mail options in the --help output o curl_easy_setopt.3: clarify that TIMEOUT and TIMEOUT_MS set the same value o openssl: use correct port number in error message [19] |