summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--history.txt3
-rw-r--r--src/htsglobal.h2
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"