diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-11-20 10:08:42 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-11-20 10:08:42 +0000 |
commit | 600d0b1303a9faf396e1e3ccf255a63cdf135769 (patch) | |
tree | f6e24349a40c603a7535a62b0fa89200d3946b75 /RELEASE-NOTES | |
parent | 2f928797cf18d41d4ae0114958cfedac3fcd6c13 (diff) |
Introuced --data-urlencode to the curl tool for easier url encoding of the
data sent in a post.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 8106e9d7a..7fa596273 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,7 +1,7 @@ Curl and libcurl 7.17.2 Public curl releases: 103 - Command line options: 121 + Command line options: 122 curl_easy_setopt() options: 147 Public functions in libcurl: 55 Public web site mirrors: 42 @@ -10,7 +10,7 @@ Curl and libcurl 7.17.2 This release includes the following changes: - o + o --data-urlencode was added This release includes the following bugfixes: |