diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-05-31 18:52:38 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-05-31 18:52:38 +0000 |
commit | 46ae0ff0eb6d38734a8fe6181c6638c67b3bfd09 (patch) | |
tree | 4922b5c87633caa29b38101c99d17d0d0fa23cbf | |
parent | 759891f1f10d58d8714894fbcaec6103a26c1753 (diff) |
3.47.15
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | history.txt | 4 | ||||
-rw-r--r-- | src/htsglobal.h | 4 |
5 files changed, 13 insertions, 5 deletions
@@ -2892,7 +2892,7 @@ fi # Define the identity of the package. PACKAGE=httrack - VERSION=3.47.14 + VERSION=3.47.15 cat >>confdefs.h <<_ACEOF diff --git a/configure.ac b/configure.ac index 29ca49a..2774343 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.14) +AM_INIT_AUTOMAKE(httrack, 3.47.15) VERSION_INFO="2:47:0" AM_MAINTAINER_MODE diff --git a/debian/changelog b/debian/changelog index 8b04f1b..fbbb5bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +httrack (3.47.15-1) unstable; urgency=low + + * Updated to 3.47.15 (3.47-15) + + -- Xavier Roche <xavier@debian.org> Fri, 31 May 2013 20:51:35 +0200 + httrack (3.47.14-3) unstable; urgency=low * Fixed source-upload only diff --git a/history.txt b/history.txt index 19da793..c1ced00 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-14 +3.47-15 + 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 @@ -25,6 +25,8 @@ This file lists all changes and fixes that have been made for HTTrack. + Fixed: bogus charset for requests when filenames have non-ascii characters (Steven Hsiao) + Fixed: bogus charset on disk when filenames have non-ascii characters (Steven Hsiao) + Fixed: fixed 260-characters path limit for Windows (lugusto) ++ Fixed: non-ascii characters encoding issue inside query string (lugusto) ++ Fixed: HTML entities not properly decoded inside URI and query string + New: support for IDNA / RFC 3492 (punycode) handling + New: openssl is no longer dynamically probed at stratup, but dynamically linked diff --git a/src/htsglobal.h b/src/htsglobal.h index addfc96..478a2d9 100644 --- a/src/htsglobal.h +++ b/src/htsglobal.h @@ -37,8 +37,8 @@ Please visit our Website: http://www.httrack.com #define HTTRACK_GLOBAL_DEFH // Version (also check external version information) -#define HTTRACK_VERSION "3.47-14" -#define HTTRACK_VERSIONID "3.47.14" +#define HTTRACK_VERSION "3.47-15" +#define HTTRACK_VERSIONID "3.47.15" #define HTTRACK_AFF_VERSION "3.x" #define HTTRACK_LIB_VERSION "2.0" |