mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-26 09:04:44 +00:00
updated
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@779 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
e48055f710
commit
30347e9c07
3 changed files with 11 additions and 1 deletions
|
|
@ -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
6
debian/changelog
vendored
|
|
@ -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.
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue