diff options
-rw-r--r-- | CHANGES | 4 | ||||
-rw-r--r-- | RELEASE-NOTES | 3 |
2 files changed, 6 insertions, 1 deletions
@@ -6,6 +6,10 @@ Changelog +Yang Tse (1 May 2009) +- Applied David McCreedy's patches "TPF-platform specific changes to various + files" and "http.c fix to Curl_proxyCONNECT for non-ASCII platforms", the + former with minor edits. Daniel Stenberg (30 Apr 2009) - I was going to fix issue #59 in KNOWN_BUGS diff --git a/RELEASE-NOTES b/RELEASE-NOTES index c2b65e76e..db1e33a74 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -36,6 +36,7 @@ This release includes the following bugfixes: o CURLINFO_APPCONNECT_TIME with the multi interface o Enhanced upload speeds on Windows o TFTP problems after a failed transfer to the same host + o improved out of the box TPF compatibility This release includes the following known bugs: @@ -48,6 +49,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 + Tim Chen, Constantine Sapuntzakis David McCreedy Thanks! (and sorry if I forgot to mention someone) |