From ed92597b910498fd97b429ea5c0b6030a4dd2523 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sun, 14 Apr 2013 14:13:25 +0000 Subject: Version 3.47.1 --- configure | 4 ++-- configure.in | 4 ++-- history.txt | 18 +++++++++--------- html/httrack.man.html | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/configure b/configure index fa498fd..7c4f939 100755 --- a/configure +++ b/configure @@ -2994,7 +2994,7 @@ fi # Define the identity of the package. PACKAGE=httrack - VERSION=3.46.1 + VERSION=3.47.1 cat >>confdefs.h <<_ACEOF @@ -3136,7 +3136,7 @@ am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' -VERSION_INFO="2:46:0" +VERSION_INFO="2:47:0" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } # Check whether --enable-maintainer-mode was given. diff --git a/configure.in b/configure.in index 44d482e..f0fb7db 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,8 @@ AC_INIT(src/httrack.c) AC_CONFIG_MACRO_DIR([m4]) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(httrack, 3.46.1) -VERSION_INFO="2:46:0" +AM_INIT_AUTOMAKE(httrack, 3.47.1) +VERSION_INFO="2:47:0" AM_MAINTAINER_MODE AC_PREREQ(2.50) diff --git a/history.txt b/history.txt index c6ed318..a889d08 100644 --- a/history.txt +++ b/history.txt @@ -5,15 +5,15 @@ HTTrack Website Copier release history: This file lists all changes and fixes that have been made for HTTrack. 3.47-1 -+ 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 -+ Fixed: incorrect \\machine\dir structure build on Windows (TomZ) -+ Fixed: do not force a file to have an extension unless it has a known type (such as html), or a possibly known type (if delayed checks are disabled) -+ Fixed: HTML 5 addition regarding "poster" attribute for the "video" tag (Jason Ronallo) -+ Fixed: memory leaks in proxytrack.c (Eric Searcy) -+ Fixed: correctly set the Z flag in hts-cache/new.txt file (Peter) -+ Fixed: parallel patch, typo regarding ICONV_LIBS (Sebastian Pipping) ++ 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 ++ Fixed: incorrect \\machine\dir structure build on Windows (TomZ) ++ Fixed: do not force a file to have an extension unless it has a known type (such as html), or a possibly known type (if delayed checks are disabled) ++ Fixed: HTML 5 addition regarding "poster" attribute for the "video" tag (Jason Ronallo) ++ Fixed: memory leaks in proxytrack.c (Eric Searcy) ++ Fixed: correctly set the Z flag in hts-cache/new.txt file (Peter) ++ Fixed: parallel patch, typo regarding ICONV_LIBS (Sebastian Pipping) 3.46-1 * New: Unicode filenames handling diff --git a/html/httrack.man.html b/html/httrack.man.html index 53a4707..4f29650 100644 --- a/html/httrack.man.html +++ b/html/httrack.man.html @@ -1,5 +1,5 @@ - + -- cgit v1.2.3