diff options
-rw-r--r-- | history.txt | 3 | ||||
-rw-r--r-- | src/htsglobal.h | 4 |
2 files changed, 4 insertions, 3 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 diff --git a/src/htsglobal.h b/src/htsglobal.h index c5ca6b3..f0288de 100644 --- a/src/htsglobal.h +++ b/src/htsglobal.h @@ -37,8 +37,8 @@ Please visit our Website: http://www.httrack.com #define HTTRACK_GLOBAL_DEFH // Version (also check external version information) -#define HTTRACK_VERSION "3.47-16" -#define HTTRACK_VERSIONID "3.47.16" +#define HTTRACK_VERSION "3.47-17" +#define HTTRACK_VERSIONID "3.47.17" #define HTTRACK_AFF_VERSION "3.x" #define HTTRACK_LIB_VERSION "2.0" |