bump up version

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@480 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2002-06-24 12:40:54 +00:00
parent 6bb070b06e
commit 7fe45267f3
2 changed files with 10 additions and 5 deletions

13
debian/changelog vendored
View file

@ -1,3 +1,11 @@
linkchecker (1.5.6) unstable; urgency=low
* linkcheck/HttpUrlData.py: support for Content-Encoding: gzip
* linkcheck/DNS: remove included files, depend on external PyDNS
library
-- Bastian Kleineidam <calvin@debian.org> Mon, 24 Jun 2002 14:39:56 +0200
linkchecker (1.5.5) unstable; urgency=low
* linkcheck/linkname.py: fix linkname regular expressions (from 1.4.9)
@ -8,11 +16,8 @@ linkchecker (1.5.5) unstable; urgency=low
* linkchecker: documentation typos
* linkcheck/__init__.py: use getLinkPat function for all config
entries, not just commandline
* linkcheck/HttpUrlData.py: support for Content-Encoding: gzip
* linkcheck/DNS: remove included files, depend on external PyDNS
library
-- Bastian Kleineidam <calvin@debian.org> Sun, 23 Jun 2002 18:59:50 +0200
-- Bastian Kleineidam <calvin@debian.org> Fri, 7 Jun 2002 22:40:10 +0200
linkchecker (1.5.4) unstable; urgency=low

View file

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