diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2012-05-18 08:17:22 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-05-18 08:17:22 +0000 |
commit | fac75558378c16a2fe441aa623cf43f5bfc21907 (patch) | |
tree | 2dd1348a5d794e7ca9d6fac76ecddc527f5cc447 | |
parent | 97289284bb1f59bc7ea84037a03916698c77b143 (diff) |
Beta-3
-rw-r--r-- | history.txt | 3 | ||||
-rw-r--r-- | src/htsglobal.h | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/history.txt b/history.txt index 00ff25f..b09081d 100644 --- a/history.txt +++ b/history.txt @@ -4,12 +4,13 @@ HTTrack Website Copier release history: This file lists all changes and fixes that have been made for HTTrack. -3.46-1 +3.46-1-beta* * New: UTF-8 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 * Fixed: escape characters >= 128 when sending GET/HEAD requests to avoid server errors * Fixed: do not use "delayed" extensions when the mirror is aborting * Fixed: generate error pages when needed (Brent Palmer) +* Fixed: parsing issue with js files due to "script" tags (Vasiliy) 3.45-4 * New: source license is now GPLv3 diff --git a/src/htsglobal.h b/src/htsglobal.h index 4073dec..e9445a5 100644 --- a/src/htsglobal.h +++ b/src/htsglobal.h @@ -40,7 +40,7 @@ Please visit our Website: http://www.httrack.com #define HTTRACK_GLOBAL_DEFH // Version (also check external version information) -#define HTTRACK_VERSION "3.46-1BETA2" +#define HTTRACK_VERSION "3.46-BETA-3" #define HTTRACK_VERSIONID "3.46.1" #define HTTRACK_AFF_VERSION "3.x" #define HTTRACK_LIB_VERSION "2.0" |