mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-01 03:24:43 +00:00
marking rc1
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1990 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
fcf6dd89e3
commit
c4aaa70664
3 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
2.0 "" (released xx.xx.xxxx)
|
||||
2.0rc1 "The Incredibles" (released 16.11.2004)
|
||||
|
||||
* Only instantiate SSL connections if SSL is supported
|
||||
Type: bugfix
|
||||
|
|
|
|||
4
debian/changelog
vendored
4
debian/changelog
vendored
|
|
@ -1,6 +1,6 @@
|
|||
linkchecker (2.0-1) unstable; urgency=low
|
||||
linkchecker (1.99+2.0rc1-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* New upstream release (2.0 release candidate).
|
||||
|
||||
-- Bastian Kleineidam <calvin@debian.org> Mon, 25 Oct 2004 23:16:37 +0200
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -231,7 +231,7 @@ myname = "Bastian Kleineidam"
|
|||
myemail = "calvin@users.sourceforge.net"
|
||||
|
||||
setup (name = "linkchecker",
|
||||
version = "2.0",
|
||||
version = "2.0rc1",
|
||||
description = "check HTML documents for broken links",
|
||||
keywords = "link,url,checking,verfication",
|
||||
author = myname,
|
||||
|
|
|
|||
Loading…
Reference in a new issue