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 /CHANGES | |
parent | 2f928797cf18d41d4ae0114958cfedac3fcd6c13 (diff) |
Introuced --data-urlencode to the curl tool for easier url encoding of the
data sent in a post.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -7,6 +7,14 @@ Changelog +Daniel S (20 Nov 2007) +- Fixed a very long-lasting mprintf() bug that occured when we did "%.*s%s", + since the second %s would then wrongly used the numerical precision argument + instead and crash. + +- Introuced --data-urlencode to the curl tool for easier url encoding of the + data sent in a post. + Daniel S (18 Nov 2007) - Rob Crittenden fixed SSL connections with NSS done with the multi-interface |