diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-08-04 20:47:59 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-08-04 20:47:59 +0000 |
commit | 1926f4573d43f35f33b524d120e847ea819cc7c7 (patch) | |
tree | 9c19380b002d623c94747daee0edb941542451cc /CHANGES | |
parent | 7fe65aaf5bda5f48eebcc3f694485b2bc6b49d6c (diff) | |
download | curl-1926f4573d43f35f33b524d120e847ea819cc7c7.tar.gz |
Patrick Monnerat fixed curl_easy_escape() and curlx_strtoll() to work on
non-ASCII systems.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -6,6 +6,16 @@ Changelog +Daniel S (4 August 2007) +- Patrick Monnerat fixed curl_easy_escape() and curlx_strtoll() to work on + non-ASCII systems. + +Daniel S (3 August 2007) +- I cut out support for libssh2 versions older than 0.16 to make our code a + lot simpler, and to avoid getting trouble with the LIBSSH2_APINO define + that 1) didn't work properly since it was >32 bits and 2) is removed in + libssh2 0.16... + Daniel S (2 August 2007) - Scott Cantor filed bug report #1766320 (http://curl.haxx.se/bug/view.cgi?id=1766320) pointing out that the libcurl |