diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2009-04-02 04:41:03 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2009-04-02 04:41:03 +0000 |
commit | 626f9bd8c2c5a6b4088a0e04cfc25949aded8407 (patch) | |
tree | 3089f56cb8899b290510729aa8486fd823ed7456 /RELEASE-NOTES | |
parent | a06b36dee05e89c2886f6a77a007087382d42e0e (diff) |
Added the curl_easy_recv return code fix
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 b27798696..d211b2fef 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -23,6 +23,7 @@ This release includes the following bugfixes: o missing TELNET timeout support in Windows builds o missing Curl_read() and write callback result checking in TELNET transfers o more ciphers enabled in libcurl built to use NSS + o properly return an error code in curl_easy_recv This release includes the following known bugs: @@ -33,6 +34,6 @@ advice from friends like these: Daniel Fandrich, Yang Tse, David James, Chris Deidun, Bill Egert, Andre Guibert de Bruet, Andreas Farber, Frank Hempel, Pierre Brico, - Kamil Dudka + Kamil Dudka, Jim Freeman Thanks! (and sorry if I forgot to mention someone) |