git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@622 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2002-11-24 23:52:27 +00:00
parent 4a3a3fd6b7
commit 0ca67abcfd
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,8 @@
1.7.0
* Added new HTML parser written in C as a Python extension module.
It is faster and it is more fault tolerant.
Of course, this means I cannot provide .exe installers any more
since the distutils dont provide cross-compilation.
1.6.7
* Removed check for <applet> tags codebase attribute, but honor it

View file

@ -39,7 +39,7 @@ config:
# no rpm package; too much trouble, cannot test
dist: locale config
$(PYTHON) setup.py sdist --formats=gztar,zip bdist_wininst
$(PYTHON) setup.py sdist --formats=gztar,zip
rm -f $(MD5SUMS)
md5sum dist/* > $(MD5SUMS)