git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@642 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2002-11-27 16:06:17 +00:00
parent d675f5e757
commit 06316c6bae
5 changed files with 13 additions and 5 deletions

View file

@ -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

View file

@ -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

View file

@ -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"

View file

@ -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"

View file

@ -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"