bump up version

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@770 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2003-01-26 14:50:02 +00:00
parent b85e492fda
commit 1f641715d5
3 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,6 @@
1.8.6
* include a fixed robotparser.py (from Python 2.2 CVS maint branch)
1.8.5
* fix config.warn to warn
Changed files: linkcheck/__init.py

7
debian/changelog vendored
View file

@ -1,3 +1,10 @@
linkchecker (1.8.6-1) unstable; urgency=low
* New upstream release.
* added glibc 2.3 dependency; fixes htmlsax import errors
-- Bastian Kleineidam <calvin@debian.org> Sun, 26 Jan 2003 15:39:58 +0100
linkchecker (1.8.5-1) unstable; urgency=low
* New upstream release.

View file

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