mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-26 14:53:59 +00:00
updated
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@642 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
d675f5e757
commit
06316c6bae
5 changed files with 13 additions and 5 deletions
|
|
@ -1,7 +1,15 @@
|
|||
1.8.0
|
||||
* Require Python >= 2.2.1, remove httplib.
|
||||
Changed files: setup.py, INSTALL, linkchecker
|
||||
* Add again python-dns, the Debian package maintainer is unresponsive
|
||||
Added files: linkcheck/DNS/*.py
|
||||
Changed files: INSTALL, setup.py
|
||||
* You must now use named constants for ANSII color codes
|
||||
Changed files: linkcheckerrc, linkcheck/log/ColoredLogger.py
|
||||
* Release RedHat 8.0 rpm packages.
|
||||
Changed files: setup.py, MANIFEST.in
|
||||
* remove --robots-txt from manpage, fix HTZP->HTTP typo
|
||||
Changed files: linkchecker.1
|
||||
|
||||
1.7.1
|
||||
* Fix memory leak in HTML parser flushing error path
|
||||
|
|
|
|||
|
|
@ -18,8 +18,8 @@
|
|||
|
||||
# imports and checks
|
||||
import sys
|
||||
if not hasattr(sys, 'version_info') or sys.version_info<(2, 1, 0, 'final', 0):
|
||||
raise SystemExit, "This program requires Python 2.1 or later."
|
||||
if not hasattr(sys, 'version_info') or sys.version_info<(2, 2, 1, 'final', 0):
|
||||
raise SystemExit, "This program requires Python 2.2.1 or later."
|
||||
|
||||
import getopt, re, os, urlparse, pprint, linkcheck
|
||||
import linkcheck.timeoutsocket
|
||||
|
|
|
|||
2
po/de.po
2
po/de.po
|
|
@ -4,7 +4,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: Wed Nov 27 00:29:46 2002\n"
|
||||
"POT-Creation-Date: Wed Nov 27 15:36:56 2002\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: Bastian Kleineidam <calvin@users.sourceforge.net>\n"
|
||||
"Language-Team: LANGUAGE <de@li.org>\n"
|
||||
|
|
|
|||
2
po/fr.po
2
po/fr.po
|
|
@ -4,7 +4,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: Wed Nov 27 00:29:46 2002\n"
|
||||
"POT-Creation-Date: Wed Nov 27 15:36:56 2002\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <fr@li.org>\n"
|
||||
|
|
|
|||
2
po/nl.po
2
po/nl.po
|
|
@ -4,7 +4,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: Wed Nov 27 00:29:46 2002\n"
|
||||
"POT-Creation-Date: Wed Nov 27 15:36:56 2002\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: Hans Bausewein <hans.bausewein@comerwell.xs4all.nl>\n"
|
||||
"Language-Team: LANGUAGE <nl@li.org>\n"
|
||||
|
|
|
|||
Loading…
Reference in a new issue