diff options
author | Yang Tse <yangsita@gmail.com> | 2010-02-25 06:59:04 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2010-02-25 06:59:04 +0000 |
commit | 6a8aa246ffa65c33a7d99916e2d24d98b16ae85d (patch) | |
tree | 1990ec10b7186f7f251c06260fea61eeae26b58f /RELEASE-NOTES | |
parent | e25c5283d8056b9ede00957deb8d19cfd5bfeaa9 (diff) |
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.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 1d32f380a..c33e6a0ce 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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: |