diff options
author | Yang Tse <yangsita@gmail.com> | 2009-05-02 02:37:32 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-05-02 02:37:32 +0000 |
commit | 9137e717b04644592b9b527839470337fdd9f44d (patch) | |
tree | e7b9af9f3d06915f4900238ff4f5a077fb05810b /RELEASE-NOTES | |
parent | 80186aa7f44ed5155665d96336b508403b3d4a03 (diff) |
Use build-time configured curl_socklen_t instead of socklen_t
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index db1e33a74..be289f07f 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,6 +15,7 @@ This release includes the following changes: the build-time fixed number o CURLOPT_SEEKFUNCTION may now return CURL_SEEKFUNC_CANTSEEK o curl can now upload with resume even when reading from a pipe + o a build-time configured curl_socklen_t is now used instead of socklen_t This release includes the following bugfixes: @@ -49,6 +50,6 @@ advice from friends like these: Andre Guibert de Bruet, Andreas Farber, Frank Hempel, Pierre Brico, Kamil Dudka, Jim Freeman, Daniel Johnson, Toshio Kuratomi, Martin Storsjo, Pramod Sharma, Gisle Vanem, Leanic Lefever, Rainer Koenig, Sven Wegener, - Tim Chen, Constantine Sapuntzakis David McCreedy + Tim Chen, Constantine Sapuntzakis, David McCreedy Thanks! (and sorry if I forgot to mention someone) |