aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-01-25 15:58:00 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-01-25 15:58:00 +0000
commitdbdb7fa55abd6a9206fd484d813cada36d9dfc08 (patch)
tree6cc6cf159a0363b59afd0b3eef70edf1a6c1638d /RELEASE-NOTES
parent83a43bea8a37c3df1b13ef98a2de596dab4e1e7b (diff)
- Added the --libcurl [file] option to curl. Append this option to any
ordinary curl command line, and you will get a libcurl-using source code written to the file that does the equivalent operation of what your command line operation does!
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 6edc16944..b05127967 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -2,7 +2,7 @@ Curl and libcurl 7.16.1
Public curl release number: 97
Releases counted from the very beginning: 124
- Available command line options: 114
+ Available command line options: 115
Available curl_easy_setopt() options: 137
Number of public functions in libcurl: 54
Amount of public web site mirrors: 39
@@ -15,6 +15,7 @@ This release includes the following changes:
o CURLOPT_CLOSEPOLICY is now deprecated
o --ftp-ssl-ccc and CURLOPT_FTP_SSL_CCC were added
o HTTP support for non-ASCII platforms
+ o --libcurl was added
This release includes the following bugfixes: