summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
-rw-r--r--debian/changelog6
-rw-r--r--history.txt2
-rw-r--r--src/htsglobal.h2
5 files changed, 10 insertions, 4 deletions
diff --git a/configure b/configure
index 7c4f939..fe3d944 100755
--- a/configure
+++ b/configure
@@ -2994,7 +2994,7 @@ fi
# Define the identity of the package.
PACKAGE=httrack
- VERSION=3.47.1
+ VERSION=3.47.2
cat >>confdefs.h <<_ACEOF
diff --git a/configure.in b/configure.in
index f0fb7db..e872b15 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
AC_INIT(src/httrack.c)
AC_CONFIG_MACRO_DIR([m4])
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(httrack, 3.47.1)
+AM_INIT_AUTOMAKE(httrack, 3.47.2)
VERSION_INFO="2:47:0"
AM_MAINTAINER_MODE
diff --git a/debian/changelog b/debian/changelog
index a0a8ffe..febd613 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+httrack (3.47.2-1) unstable; urgency=low
+
+ * Updated to 3.47.2 (3.47-2)
+
+ -- Xavier Roche <xavier@debian.org> Sun, 14 Apr 2013 19:55:12 +0200
+
httrack (3.47.1-1) unstable; urgency=low
* Updated to 3.47.1 (3.47-1)
diff --git a/history.txt b/history.txt
index a889d08..59eaeac 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-1
+3.47-2
+ 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
diff --git a/src/htsglobal.h b/src/htsglobal.h
index 2a3f483..8d007c9 100644
--- a/src/htsglobal.h
+++ b/src/htsglobal.h
@@ -41,7 +41,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.1"
+#define HTTRACK_VERSIONID "3.47.2"
#define HTTRACK_AFF_VERSION "3.x"
#define HTTRACK_LIB_VERSION "2.0"