diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-06-07 22:21:22 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-06-07 22:21:22 +0000 |
commit | 9324f1c29f31e68ffb716e32450ce9f2f9239654 (patch) | |
tree | 17f28804f96ad9285886123c8e17dce949f1ffb8 /RELEASE-NOTES | |
parent | d71c1514f2b18731e54cc317e5390d7dcf572c8a (diff) |
- Eric Wong fixed --no-buffer to actually switch off output buffering. Been
broken since 7.19.0
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 f46279984..a97cb76b3 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -23,6 +23,7 @@ This release includes the following bugfixes: o set Content-Length: with POST and PUT failed with NTLM auth o allow building libcurl for VxWorks o curl tool exit codes fixed for VMS + o --no-buffer treated correctly This release includes the following known bugs: @@ -33,6 +34,6 @@ advice from friends like these: Yang Tse, Daniel Fandrich, Kamil Dudka, Caolan McNamara, Frank McGeough, Andre Guibert de Bruet, Mike Crowe, Claes Jakobsson, John E. Malmberg, - Aaron Oneal, Igor Novoseltsev + Aaron Oneal, Igor Novoseltsev, Eric Wong Thanks! (and sorry if I forgot to mention someone) |