diff options
author | Yang Tse <yangsita@gmail.com> | 2009-05-01 22:55:08 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-05-01 22:55:08 +0000 |
commit | 80a61616b1373ee72787647407a14283251464f8 (patch) | |
tree | 11020211adb91a8be02ad109fb8f25f39a044e25 | |
parent | 589d2ee7b5861fc45127aadf1ef0853da22a4b21 (diff) |
Mention David McCreedy's patches applied today
-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) |