CURLINFO_FILETIME now works for file:// transfers as well

This commit is contained in:
Daniel Stenberg
2008-11-04 09:57:36 +00:00
parent e27ec862c3
commit 5ca2a8318d
3 changed files with 7 additions and 1 deletions

View File

@@ -42,7 +42,8 @@ This release includes the following bugfixes:
o Solaris builds get _REENTRANT defined properly and work again
o Garbage sent on chunky upload after curl_easy_pause()
o ipv4 name resolves when libcurl is built with ipv6-enabled c-ares
o undersized IPv6 address internal buffer truncates long IPv6 addresses
o undersized IPv6 address internal buffer truncated long IPv6 addresses
o CURLINFO_FILETIME works for file:// transfers as well
This release includes the following known bugs: