mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-22 23:24:44 +00:00
upated
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1032 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
8da038d3ef
commit
3c35a14be6
4 changed files with 15 additions and 3 deletions
|
|
@ -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
2
TODO
|
|
@ -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
7
debian/changelog
vendored
|
|
@ -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
2
debian/control
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue