diff options
-rw-r--r-- | history.txt | 11 | ||||
-rw-r--r-- | src/htsglobal.h | 4 |
2 files changed, 13 insertions, 2 deletions
diff --git a/history.txt b/history.txt index f1f58ae..c6ed318 100644 --- a/history.txt +++ b/history.txt @@ -4,6 +4,17 @@ HTTrack Website Copier release history: This file lists all changes and fixes that have been made for HTTrack. +3.47-1 ++ 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
++ Fixed: incorrect \\machine\dir structure build on Windows (TomZ)
++ Fixed: do not force a file to have an extension unless it has a known type (such as html), or a possibly known type (if delayed checks are disabled)
++ Fixed: HTML 5 addition regarding "poster" attribute for the "video" tag (Jason Ronallo)
++ Fixed: memory leaks in proxytrack.c (Eric Searcy)
++ Fixed: correctly set the Z flag in hts-cache/new.txt file (Peter)
++ Fixed: parallel patch, typo regarding ICONV_LIBS (Sebastian Pipping)
+ 3.46-1 * New: Unicode filenames handling * Fixed: fixed bug in handling of update/continue with erased files or renamed files, leading to "Unexpected 412/416 error (Requested Range Not Satisfiable)" and/or "Previous cache file not found" (-1)" errors diff --git a/src/htsglobal.h b/src/htsglobal.h index 134a030..2a3f483 100644 --- a/src/htsglobal.h +++ b/src/htsglobal.h @@ -40,8 +40,8 @@ Please visit our Website: http://www.httrack.com #define HTTRACK_GLOBAL_DEFH // Version (also check external version information) -#define HTTRACK_VERSION "3.46" -#define HTTRACK_VERSIONID "3.46.1" +#define HTTRACK_VERSION "3.47" +#define HTTRACK_VERSIONID "3.47.1" #define HTTRACK_AFF_VERSION "3.x" #define HTTRACK_LIB_VERSION "2.0" |