git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1032 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2003-09-11 21:55:11 +00:00
parent 8da038d3ef
commit 3c35a14be6
4 changed files with 15 additions and 3 deletions

View file

@ -1,3 +1,10 @@
1.9.2
* parser fixes:
- do not #include <stdint.h>, fixes build on some FreeBSD, Windows
and Solaris/SunOS platforms
- ignore first leading invalid backslash in a=\"b\" attributes
Changed: linkcheck/parser/htmllex.{l,c}
1.9.1
* add documentation how to change the default C compiler
Changed: INSTALL

2
TODO
View file

@ -8,8 +8,6 @@
- use the Set type instead of hashmaps (did I use hashmaps for sets here?)
- the HTML parser should be even more forgiving with badly formatted html
include some web check and/or spider features:
- warn if overall size of page (including images/flash/etc.) is too big
- save downloaded pages

7
debian/changelog vendored
View file

@ -1,3 +1,10 @@
linkchecker (1.9.2-1) unstable; urgency=low
* New upstream release.
* Standards version 3.6.1, no changes
-- Bastian Kleineidam <calvin@debian.org> Thu, 11 Sep 2003 23:52:09 +0200
linkchecker (1.9.1-1) unstable; urgency=low
* New upstream release.

2
debian/control vendored
View file

@ -3,7 +3,7 @@ Section: web
Priority: optional
Maintainer: Bastian Kleineidam <calvin@debian.org>
Build-Depends: python-dev (>= 2.3), python-dev (<< 2.4), debhelper (>= 4.1.0), gettext
Standards-Version: 3.6.0
Standards-Version: 3.6.1
Package: linkchecker
Architecture: any