From 39e1605e917ee9d8b1db685217a62d8a9f481442 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sun, 14 Apr 2013 18:02:58 +0000 Subject: Version 3.47.2 --- configure | 2 +- configure.in | 2 +- debian/changelog | 6 ++++++ history.txt | 2 +- src/htsglobal.h | 2 +- 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 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" -- cgit v1.2.3