summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-05-17 21:39:33 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-05-17 21:39:33 +0000
commit46b6d81f72c884ac521bd08e4ed6b2732f308ec5 (patch)
tree4a2fd02a7e934f100876f3725eef5c675bffe7a2
parentafb797974e8ef2c0b49d7f93515e18669ed3694f (diff)
3.47.12
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog7
-rw-r--r--history.txt4
-rw-r--r--src/htsglobal.h2
5 files changed, 13 insertions, 4 deletions
diff --git a/configure b/configure
index fffe199..1f7be97 100755
--- a/configure
+++ b/configure
@@ -2891,7 +2891,7 @@ fi
# Define the identity of the package.
PACKAGE=httrack
- VERSION=3.47.11
+ VERSION=3.47.12
cat >>confdefs.h <<_ACEOF
diff --git a/configure.ac b/configure.ac
index 0e11c91..0be6815 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_INIT(src/httrack.c)
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS(config.h)
-AM_INIT_AUTOMAKE(httrack, 3.47.11)
+AM_INIT_AUTOMAKE(httrack, 3.47.12)
VERSION_INFO="2:47:0"
AM_MAINTAINER_MODE
diff --git a/debian/changelog b/debian/changelog
index d084fe4..fa358fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+httrack (3.47.12-1) unstable; urgency=low
+
+ * Updated to 3.47.12 (3.47-12)
+ closes:#708707
+
+ -- Xavier Roche <xavier@debian.org> Fri, 17 May 2013 21:18:50 +0200
+
httrack (3.47.11-1) unstable; urgency=low
* Updated to 3.47.11 (3.47-11)
diff --git a/history.txt b/history.txt
index 6c21fdc..eec9d11 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-11
+3.47-12
+ 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
@@ -19,6 +19,8 @@ This file lists all changes and fixes that have been made for HTTrack.
+ Fixed: UTF-8 conversion bug on Linux that may lead to buggy filenames
+ Fixed: zero-length files not being properly handled (not saved on disk, not updated) (lugusto)
+ Fixed: serious bug that may lead to download several times the same file, and "Unexpected 412/416 error" errors
++ Fixed: images in CSS were sometimes not correctly detected (Martin)
++ Fixed: links within javascript events were sometimes not correctly detected (wquatan)
3.46-1
* New: Unicode filenames handling
diff --git a/src/htsglobal.h b/src/htsglobal.h
index f18c14b..abe6523 100644
--- a/src/htsglobal.h
+++ b/src/htsglobal.h
@@ -38,7 +38,7 @@ Please visit our Website: http://www.httrack.com
// Version (also check external version information)
#define HTTRACK_VERSION "3.47"
-#define HTTRACK_VERSIONID "3.47.11"
+#define HTTRACK_VERSIONID "3.47.12"
#define HTTRACK_AFF_VERSION "3.x"
#define HTTRACK_LIB_VERSION "2.0"