Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/debian/changelog
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2006-07-02 23:42:49 +0200
committerArthur de Jong <arthur@arthurdejong.org>2006-07-02 23:42:49 +0200
commit6455a467047f57d15f74fd0f7985f559b8f32f57 (patch)
tree289074c3b49f6ab1e12ae41a657b3e1642847550 /debian/changelog
parent6d8981eaff6a92359282e7ddc6688c6716b888eb (diff)
get files ready for 1.9.7 release1.9.7
git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@295 86f53f14-5ff3-0310-afe5-9b438ce3f40c
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog22
1 files changed, 20 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 7db3ea8..4d309d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,28 @@
+webcheck (1.9.7) unstable; urgency=low
+
+ * switch to using python-support and follow new policy (closes: #373902)
+ * upgrade to standards-version 3.7.2 (no changes needed)
+ * site data is now stored to a file while crawling the site, this can be
+ used to resume a crawl with the --continue option and for debugging
+ purposes
+ * implemented checking of link anchors
+ * small improvements to generated reports (favicon included, css fix)
+ * documentation improvements
+ * properly handle float values for --wait
+ * unreachable sites will time out faster
+ * added support for plugins that don't output html
+ * half a dozen other small bugfixes (stability fixes, code cleanups and
+ improvements)
+
+ -- Arthur de Jong <adejong@debian.org> Sun, 2 Jul 2006 23:30:00 +0200
+
webcheck (1.9.6) unstable; urgency=low
* SECURITY FIX: a cross-site scripting vulnerability with content in the
tooltips of generated report was fixed by properly escaping
- all output
+ all output (CVE-2006-1321)
* urls are now url encoded into a consistent form, solving some problems
- with urls with non-ascii characters
+ with urls with non-ascii characters (closes: #348377)
* no longer remove unreferenced redirects
* more debugging info in debug mode
* more fixes for escaping in generated reports and more support for sites