summaryrefslogtreecommitdiff
path: root/history.txt
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-06-02 14:16:18 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-06-02 14:16:18 +0000
commit5218a7d008582febdf68f800831209b744223fee (patch)
tree26e5ffcab04c9564f0bfd29abcd5d80e5f9c81fb /history.txt
parentd66ac9217505aeb1420a38134cc5e354f175292b (diff)
3.47-17
Diffstat (limited to 'history.txt')
-rw-r--r--history.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/history.txt b/history.txt
index 1a24b7d..08f6f1c 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-16
+3.47-17
+ Fixed: random closing of files/sockets, leading to "zip_zipWriteInFileInZip_failed" assertion, "bogus state" messages, or random garbage in downloaded files
+ Fixed: libssl.dylib is now in the search list for libssl on OSX (Nils Breunese)
+ Fixed: bogus charset because the meta http-equiv tag is placed too far in the html page
@@ -27,6 +27,7 @@ This file lists all changes and fixes that have been made for HTTrack.
+ Fixed: fixed 260-characters path limit for Windows (lugusto)
+ Fixed: non-ascii characters encoding issue inside query string (lugusto)
+ Fixed: HTML entities not properly decoded inside URI and query string
++ Fixed: URL-encoding issue within URI
+ New: support for IDNA / RFC 3492 (punycode) handling
+ New: openssl is no longer dynamically probed at stratup, but dynamically linked