git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2180 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-01-20 21:38:30 +00:00
parent ff7fae1178
commit 3ee814aaa2

View file

@ -29,11 +29,16 @@
Changed: linkchecker
* When searching for link names, limit the amount of data to look at
to 500 characters. Do not look at the complete content anymore.
to 256 characters. Do not look at the complete content anymore.
This speeds up parsing of big HTML files significantly.
Type: optimization
Changed: linkcheck/linkparse.py
* Support Psyco >= 1.4. If you installed older versions of Psyco,
a warning is printed.
Type: feature
Changed: linkchecker, doc/install.txt
2.1 "Shogun Assassin" (released 11.1.2005)
* Added XHTML support to the HTML parser.