mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-09 23:24:44 +00:00
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:
parent
345fc3d2c9
commit
f6a9d36108
3 changed files with 11 additions and 1 deletions
|
|
@ -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
6
debian/changelog
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue