summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-04-14 14:10:28 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-04-14 14:10:28 +0000
commitbf8ecdfefdc4b166d3fe5faa3db683b735bce9dc (patch)
tree90996c52fb21ff846daf2cadf1308780d7b4aa01
parent9f9e5f2221777f956663cfe24459b5f450113198 (diff)
Version 3.47
-rw-r--r--history.txt11
-rw-r--r--src/htsglobal.h4
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"