summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
-rw-r--r--history.txt2
-rw-r--r--src/htsglobal.h4
5 files changed, 11 insertions, 5 deletions
diff --git a/configure b/configure
index 192d103..70306b0 100755
--- a/configure
+++ b/configure
@@ -2892,7 +2892,7 @@ fi
# Define the identity of the package.
PACKAGE=httrack
- VERSION=3.47.15
+ VERSION=3.47.16
cat >>confdefs.h <<_ACEOF
diff --git a/configure.ac b/configure.ac
index 2774343..386d00e 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.15)
+AM_INIT_AUTOMAKE(httrack, 3.47.16)
VERSION_INFO="2:47:0"
AM_MAINTAINER_MODE
diff --git a/debian/changelog b/debian/changelog
index fbbb5bb..d66d083 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+httrack (3.47.16-1) unstable; urgency=low
+
+ * Updated to 3.47.16 (3.47-16)
+
+ -- Xavier Roche <xavier@debian.org> Sat, 01 Jun 2013 11:48:45 +0200
+
httrack (3.47.15-1) unstable; urgency=low
* Updated to 3.47.15 (3.47-15)
diff --git a/history.txt b/history.txt
index c1ced00..1a24b7d 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-15
+3.47-16
+ 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 478a2d9..c5ca6b3 100644
--- a/src/htsglobal.h
+++ b/src/htsglobal.h
@@ -37,8 +37,8 @@ Please visit our Website: http://www.httrack.com
#define HTTRACK_GLOBAL_DEFH
// Version (also check external version information)
-#define HTTRACK_VERSION "3.47-15"
-#define HTTRACK_VERSIONID "3.47.15"
+#define HTTRACK_VERSION "3.47-16"
+#define HTTRACK_VERSIONID "3.47.16"
#define HTTRACK_AFF_VERSION "3.x"
#define HTTRACK_LIB_VERSION "2.0"