diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-01-25 15:58:00 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-01-25 15:58:00 +0000 |
commit | dbdb7fa55abd6a9206fd484d813cada36d9dfc08 (patch) | |
tree | 6cc6cf159a0363b59afd0b3eef70edf1a6c1638d /CHANGES | |
parent | 83a43bea8a37c3df1b13ef98a2de596dab4e1e7b (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 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ Changelog +Daniel (25 January 2007) +- 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! + Dan F (24 January 2007) - Fixed a dangling pointer problem that prevented the http_proxy environment variable from being properly used in many cases (and caused test case 63 |