git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@779 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2003-01-31 17:04:47 +00:00
parent e48055f710
commit 30347e9c07
3 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,7 @@
1.8.7
* #define YY_NO_UNISTD_H on Windows systems, fixes build error with Visual
Studio compiler
1.8.6
* include a fixed robotparser.py (from Python 2.2 CVS maint branch)

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
linkchecker (1.8.7-1) unstable; urgency=low
* New upstream release.
-- Bastian Kleineidam <calvin@debian.org> Fri, 31 Jan 2003 17:36:51 +0100
linkchecker (1.8.6-1) unstable; urgency=low
* New upstream release.

View file

@ -144,7 +144,7 @@ myname = "Bastian Kleineidam"
myemail = "calvin@users.sourceforge.net"
setup (name = "linkchecker",
version = "1.8.6",
version = "1.8.7",
description = "check HTML documents for broken links",
author = myname,
author_email = myemail,