aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-04-11 10:49:51 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-04-11 10:49:51 +0000
commitdeeb74b7e4049cd3d25c02d9c5e5f74394567362 (patch)
treeeecd73fa1560867e6f59e71a93ce6cd90daed249 /RELEASE-NOTES
parent0542002d7a52b45c29db35d4ca439f927ce386ac (diff)
#1468330 (http://curl.haxx.se/bug/view.cgi?id=1468330) pointed out a bad
typecast in the curl tool leading to a crash with (64bit?) VS2005 (at least) since the struct timeval field tv_sec is an int while time_t is 64bit.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 332c5c45c..9a5da0a15 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -18,6 +18,7 @@ This release includes the following changes:
This release includes the following bugfixes:
+ o curl --trace crash when built with VS2005
o SSL connect time-out
o Improved NTLM functionality
o following redirects with more than one question mark in source URL