aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-08-24 10:57:17 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-08-24 10:57:17 +0000
commit95c2b205a4e33eab9ea331428565109bde99c8a5 (patch)
treeb52ed9087f9a1ecf5a4dcdd6ddebf8afc7ba6eb1 /RELEASE-NOTES
parent6ede4ce79d740e9ea9430bba7654aa8d92c6926a (diff)
- Eric Wong introduced support for the new option -T. (dot) that makes curl
read stdin in a non-blocking fashion. This also brings back -T- (minus) to the previous blocking behavior since it could break stuff for people at times.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES6
1 files changed, 4 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 77401bbe5..5ba3746df 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -9,7 +9,7 @@ Curl and libcurl 7.19.7
This release includes the following changes:
- o
+ o -T. is now for non-blocking uploading from stdin
This release includes the following bugfixes:
@@ -19,6 +19,7 @@ This release includes the following bugfixes:
o data corruption issue with re-connected transfers
o use after free if we're completed but easy_conn not NULL (pipelined)
o missing strdup() return code check
+ o CURLOPT_PROXY_TRANSFER_MODE could pass along wrong syntax
This release includes the following known bugs:
@@ -27,6 +28,7 @@ This release includes the following known bugs:
This release would not have looked like this without help, code, reports and
advice from friends like these:
- Karl Moerder, Kamil Dudka, Krister Johansen, Andre Guibert de Bruet
+ Karl Moerder, Kamil Dudka, Krister Johansen, Andre Guibert de Bruet,
+ Michal Marek, Eric Wong
Thanks! (and sorry if I forgot to mention someone)