diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-04-09 19:12:58 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-04-09 19:12:58 +0000 |
commit | 5bfb2e60b18dcf890195cf055a1e753d941f8c4c (patch) | |
tree | bff58375c71dfabdd814b4dd10a6e3e5417a1a35 | |
parent | 7cc1dc33d58f082e22d50ee899526b813ccec231 (diff) |
Cleanup
-rw-r--r-- | history.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/history.txt b/history.txt index c61921b..c993d41 100644 --- a/history.txt +++ b/history.txt @@ -7,18 +7,18 @@ This file lists all changes and fixes that have been made for HTTrack. 3.48-1 + New: improved hashtables to speedup large mirrors + New: added unit tests -+ New: Added %a option, allowing to define the "Accept:" header line.
-+ New: Added %X option, to define additional request header lines.
++ New: Added %a option, allowing to define the "Accept:" header line. ++ New: Added %X option, to define additional request header lines. + New: Added option '-%t', preserving the original file type (which may produce non-browseable file locally) + Fixed: remove scope id (% character) in dotted address resolution (especially for catchurl proxy) + Fixed: build fixes, including for Android, non-SSL releases + Fixed: buggy keep-alive handling, leading to waste connections -+ Fixed: removed chroot and setuid features (this is definitely not our business)
++ Fixed: removed chroot and setuid features (this is definitely not our business) + Fixed: removed MMS (Microsoft Media Server) ripping code (mmsrip) (dead protocol, unmaintained code, licensing issues) + Fixed: type mishandling when processing a redirect (such as a .PDF redirecting to another .PDF, with a text/html type tagged in the redirect message) + Fixed: infinite loop when attempting to download a file:/// directory on Unix (gp)<br/> + Fixed: removed background DNS resolution, prone to bugs -+ Fixed: do not choke on Windows 2000 because of missing SetDllDirectory() (Andy Hewitt)
++ Fixed: do not choke on Windows 2000 because of missing SetDllDirectory() (Andy Hewitt) + Fixed: %h custom build structure parameter not taken in account (William Clark) 3.47-27 |