diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-10-19 15:30:08 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-10-19 15:30:08 +0000 |
commit | f4bef25b5eede9ea17f237ebae52c2f89cc211cd (patch) | |
tree | 35670c54ced8bfe2821af24151fae4c84ad79b84 /RELEASE-NOTES | |
parent | ebf7d225036bb060402ee6a66988a3de877cdd1a (diff) |
CURLINFO_NUM_CONNECTS and more
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 0717531db..1d8a8a8c9 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -10,18 +10,21 @@ Curl and libcurl 7.12.3 This release includes the following changes: - o + o added CURLINFO_NUM_CONNECTS This release includes the following bugfixes: - o + o test 165 works with older iconv versions as well + o use setlocale() for better IDN functionality by default Other curl-related news since the previous public release: - o + o pycurl 7.12.2: http://pycurl.sf.net/ + o TclCurl 0.12.2: http://personal1.iddeo.es/andresgarci/tclcurl/english/ This release would not have looked like this without help, code, reports and advice from friends like these: + Peter Wullinger, Guillaume Arluison Thanks! (and sorry if I forgot to mention someone) |