1. * Changes in Wget 1.13
  2. ** Support HTTP/1.1
  3. ** Fix some portability issues.
  4. ** Handle properly malformed status line in a HTTP response.
  5. ** Ignore zero length domains in $no_proxy.
  6. ** Set new cookies after an authorization failure.
  7. ** Exit with failure if -k is specified and -O is not a regular file.
  8. ** Cope better with unclosed html tags.
  9. ** Print diagnostic messages to stderr, not stdout.
  10. ** Do not use an additional HEAD request when --content-disposition is used,
  11. but use directly GET.
  12. ** Report the average transfer speed correctly when multiple URL's are specified
  13. and -c influences the transferred data amount.
  14. ** GNU TLS backend works again.
  15. ** Now --timestamping and --continue works well together.
  16. ** By default, on server redirects, use the original URL to get the
  17. local file name. Close CVE-2010-2252. This introduces a
  18. backward-incompatibility; any script that relies on the old
  19. behaviour must use --trust-server-names.
  20. ** Fix a problem when -k is used and some URLs are specified trough
  21. CSS.
  22. ** Convert correctly URLs that need to be encoded to local files when following
  23. links.
  24. ** Use persistent connections with proxies supporting them.
  25. ** Print the total download time as part of the summary for recursive downloads.
  26. ** Now it is possible to specify a different startup configuration file trough
  27. the --config option.
  28. ** Fix an infinite loop with the error '<filename> has sprung into existence'
  29. on a network error and -nc is used.
  30. ** Now --adjust-extension does not modify the file extension if the file ends
  31. in .htm.
  32. ** Support HTTP/1.1 307 redirects keep request method.
  33. ** Now --no-parent doesn't fetch undesired files if HTTP and HTTPS are used
  34. by the same host on different pages.
  35. ** Do not attempt to remove the file if it is not in the accept rules but
  36. it is the output destination file.
  37. ** Introduce `show_all_dns_entries' to print all IP addresses corresponding to
  38. a DNS name when it is resolved.