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