mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-22 15:14:44 +00:00
bump up version
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1162 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
536fbd1367
commit
558d8ad2e7
4 changed files with 11 additions and 2 deletions
|
|
@ -1,3 +1,6 @@
|
|||
1.10.3 (release xx.xx.xxxx)
|
||||
*
|
||||
|
||||
1.10.2 (release 3.1.2004)
|
||||
* fixed CGI safe_url pattern, it was too strict
|
||||
Changed: linkcheck/lc_cgi.py
|
||||
|
|
|
|||
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -1,3 +1,9 @@
|
|||
linkchecker (1.10.3-1) unstable; urgency=low
|
||||
|
||||
* New upstream version
|
||||
|
||||
-- Bastian Kleineidam <calvin@debian.org> Sat, 3 Jan 2004 17:27:38 +0100
|
||||
|
||||
linkchecker (1.10.2-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
%define name linkchecker
|
||||
%define version 1.10.2
|
||||
%define version 1.10.3
|
||||
%define release 1
|
||||
|
||||
Summary: check HTML documents for broken links
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -146,7 +146,7 @@ myname = "Bastian Kleineidam"
|
|||
myemail = "calvin@users.sourceforge.net"
|
||||
|
||||
setup (name = "linkchecker",
|
||||
version = "1.10.2",
|
||||
version = "1.10.3",
|
||||
description = "check HTML documents for broken links",
|
||||
keywords = "link,url,checking,verfication",
|
||||
author = myname,
|
||||
|
|
|
|||
Loading…
Reference in a new issue