diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-09-06 19:06:21 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-09-06 19:06:21 +0000 |
commit | b68cef069aca83adf6bd4b47c213e322213e91a4 (patch) | |
tree | 212b2269cdb38ef45875b194f5d6c8a0e91dda2f /history.txt | |
parent | da8ba57520284ac6413de27e7e1ef2b81f0347ee (diff) |
Cleanup
Diffstat (limited to 'history.txt')
-rw-r--r-- | history.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/history.txt b/history.txt index 9811dd7..c737d53 100644 --- a/history.txt +++ b/history.txt @@ -4,7 +4,7 @@ HTTrack Website Copier release history: This file lists all changes and fixes that have been made for HTTrack. -3.47-19 +3.47-24 + New: support for IDNA / RFC 3492 (punycode) handling + New: openssl is no longer dynamically probed at stratup, but dynamically linked + Fixed: random closing of files/sockets, leading to "zip_zipWriteInFileInZip_failed" assertion, "bogus state" messages, or random garbage in downloaded files @@ -34,6 +34,15 @@ This file lists all changes and fixes that have been made for HTTrack. + Fixed: more windows-specific fixes regarding 260-character path limit + Fixed: escaping issue in top index + Fixed: Linux build cleanup (gentoo patches merge, lintian fixes et al.) ++ Fixed: Fixed div-by-zero when specifying more than 1000 connections per seconds (probably not very common) ++ Fixed: Mishandling of '+' in URLs introduced in 3.47-15 (sarclaudio) ++ Fixed: "Wildcard domains in cookies do not match" (alexei dot co at gmail dot com ) ++ Fixed: buggy referer while parsing: the referer of all links in the page is the current page being parsed, NOT the parent page. (alexei dot com at gmail dot com) ++ Fixed: Russian translation fixes by Oleg Komarov (komoleg at mail dot ru) ++ New: Added .torrent => application/x-bittorrent built-in MIME type (alexei dot co at gmail dot com) ++ Fixed: unable to download an URL whose filename embeds special characters such as # (lugusto) ++ New: Croatian translation by Dominko Aždajić (domazd at mail dot ru) ++ Fixed: url-escaping regression introduced in the previous subrelease + Fixed: content-disposition NOT taken in account (Stephan Matthiesen) 3.46-1 |