diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-06-04 17:02:44 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-06-04 17:02:44 +0000 |
commit | 7d3d496a7fa100bfc2840ba5be3458cef10513da (patch) | |
tree | a42e4371b0a55cc0ddbda60f2d6145167e0b653f | |
parent | 7826a49f59563c754ccf88291792db5907f30cf1 (diff) |
3.48-10
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | history.txt | 8 | ||||
-rw-r--r-- | man/httrack.1 | 2 |
3 files changed, 14 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 1646ecc..c6a082b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +httrack (3.48.10) unstable; urgency=low + + * Updated to 3.48.10 (3.48-10) + + -- Xavier Roche <xavier@debian.org> Wed, 04 Jun 2014 19:00:07 +0200 + httrack (3.48.9-1) unstable; urgency=low * Updated to 3.48.9 (3.48-9) diff --git a/history.txt b/history.txt index 3c1453b..85c5f0b 100644 --- a/history.txt +++ b/history.txt @@ -4,7 +4,13 @@ HTTrack Website Copier release history: This file lists all changes and fixes that have been made for HTTrack. -3.48-9 +3.48-10 ++ Fixed: injection-proof templates ++ Fixed: htshash.c:330 assertion failure ("error invalidating hash entry") (Sergey) ++ Fixed: Windows 2000 regression (fantozzi.usenet) ++ Fixed: code cleanup (aliasing issues, const correctness, safe strings) ++ New: handle --max-links 0 to disable maximum link limits ++ New: updated ZIP routines (zlib 1.2.8) + Fixed: broken 32-bit version + Fixed: assertion "segOutputSize < segSize assertion fails at htscharset.c:993" + Fixed: new zlib version fixing CVE-2004-0797 and CVE-2005-2096 diff --git a/man/httrack.1 b/man/httrack.1 index d1cf66c..a519421 100644 --- a/man/httrack.1 +++ b/man/httrack.1 @@ -1,7 +1,7 @@ .\" Process this file with .\" groff -man -Tascii httrack.1 .\" -.TH httrack 1 "27 May 2014" "httrack website copier" +.TH httrack 1 "01 June 2014" "httrack website copier" .SH NAME httrack \- offline browser : copy websites to a local directory .SH SYNOPSIS |