diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-04-14 18:02:58 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-04-14 18:02:58 +0000 |
commit | 39e1605e917ee9d8b1db685217a62d8a9f481442 (patch) | |
tree | 13f2e0dfc3594065b73169acaefacedb3093ba43 | |
parent | 33d7070c48078979c1b9dbea983cd1a37299c16e (diff) |
Version 3.47.2
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | history.txt | 2 | ||||
-rw-r--r-- | src/htsglobal.h | 2 |
5 files changed, 10 insertions, 4 deletions
@@ -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" |