Fixed bug report #2958074 indicating

(http://curl.haxx.se/bug/view.cgi?id=2958074) that curl on Windows with
option --trace-time did not use local time when timestamping trace lines.
This could also happen on other systems depending on time souurce.
This commit is contained in:
Yang Tse
2010-02-25 06:59:04 +00:00
parent e25c5283d8
commit 6a8aa246ff
4 changed files with 27 additions and 12 deletions

View File

@@ -19,6 +19,7 @@ This release includes the following bugfixes:
o missing quote in libcurl.m4
o SMTP: now waits for 250 after the DATA transfer
o SMTP: use angle brackets in RCPT TO
o curl --trace-time not using local time
This release includes the following known bugs: