diff options
-rwxr-xr-x | configure | 4 | ||||
-rw-r--r-- | configure.in | 4 | ||||
-rw-r--r-- | history.txt | 18 | ||||
-rw-r--r-- | html/httrack.man.html | 2 |
4 files changed, 14 insertions, 14 deletions
@@ -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 @@ <!-- Creator : groff version 1.20.1 --> -<!-- CreationDate: Sat Feb 23 15:09:51 2013 --> +<!-- CreationDate: Sun Apr 14 16:11:37 2013 --> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> |