From 669098ec49dc9e03ee921ae164a595210274ae20 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Mon, 29 Apr 2013 16:39:56 +0000 Subject: 3.47.7 --- configure | 2 +- configure.ac | 2 +- debian/changelog | 7 +++++++ history.txt | 3 ++- src/htsglobal.h | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/configure b/configure index 611f0ba..2940a1c 100755 --- a/configure +++ b/configure @@ -2891,7 +2891,7 @@ fi # Define the identity of the package. PACKAGE=httrack - VERSION=3.47.6 + VERSION=3.47.7 cat >>confdefs.h <<_ACEOF diff --git a/configure.ac b/configure.ac index a76c25e..c956081 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.6) +AM_INIT_AUTOMAKE(httrack, 3.47.7) VERSION_INFO="2:47:0" AM_MAINTAINER_MODE diff --git a/debian/changelog b/debian/changelog index 03f8bba..415ab2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +httrack (3.47.7-1) unstable; urgency=low + + * Updated to 3.47.7 (3.47-7) + Windows Update mainly (CVE-2010-5252) + + -- Xavier Roche Mon, 29 Apr 2013 18:36:00 +0200 + httrack (3.47.6-1) unstable; urgency=low * Updated to 3.47.6 (3.47-6) diff --git a/history.txt b/history.txt index c130e52..3a62311 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-6 +3.47-7 + 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 @@ -15,6 +15,7 @@ This file lists all changes and fixes that have been made for HTTrack. + Fixed: correctly set the Z flag in hts-cache/new.txt file (Peter) + Fixed: parallel patch, typo regarding ICONV_LIBS (Sebastian Pipping) + Fixed: memory leak in hashtable, that may lead to excessive memory consumption ++ Fixed: on Windows, fixed possible DLL local injection (CVE-2010-5252) 3.46-1 * New: Unicode filenames handling diff --git a/src/htsglobal.h b/src/htsglobal.h index b4334a7..2386b9d 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.6" +#define HTTRACK_VERSIONID "3.47.7" #define HTTRACK_AFF_VERSION "3.x" #define HTTRACK_LIB_VERSION "2.0" -- cgit v1.2.3