bump up version

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1118 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2003-12-19 19:16:11 +00:00
parent 345fc3d2c9
commit f6a9d36108
3 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,7 @@
1.10.2 (release xx.xx.xxxx)
* fixed CGI safe_url pattern, it was too strict
Changed: linkcheck/lc_cgi.py
1.10.1 (release 19.12.2003)
* added Mandrake .spec file from Chris Green <cmg@dok.org>
Added: linkchecker.spec

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
linkchecker (1.10.2-1) unstable; urgency=low
* New upstream release.
-- Bastian Kleineidam <calvin@debian.org> Fri, 19 Dec 2003 20:15:58 +0100
linkchecker (1.10.1-1) unstable; urgency=low
* New upstream version

View file

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