diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-01-03 23:04:38 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-01-03 23:04:38 +0000 |
commit | 359d5009089b8b9450ab54825c08448f9e51ed64 (patch) | |
tree | 644917edd780dfbfbeb77a911c58cf9d3140ed1c /RELEASE-NOTES | |
parent | cb42855445f7cf772c9611fbf05f4a6a4ccaccdd (diff) |
- David McCreedy made changes to allow base64 encoding/decoding to work on
non-ASCII platforms.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 6ff132e7d..fe108df67 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -46,6 +46,7 @@ This release includes the following bugfixes: o --limit-rate (CURLOPT_MAX_SEND_SPEED_LARGE and CURLOPT_MAX_RECV_SPEED_LARGE) now work on windows again o improved download performance by avoiding the unconditional "double copying" + o base64 encoding/decoding works on non-ASCII platforms Other curl-related news: |