mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-20 06:10:59 +00:00
Add release info.
This commit is contained in:
parent
fb237041d1
commit
bc402a3ca0
3 changed files with 7 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
7.2 "" (released xx.xx.2011)
|
||||
7.2 "Driver" (released 20.10.2011)
|
||||
|
||||
Fixes:
|
||||
- checking: HTML parser now correctly detects character encoding for
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Project: LinkChecker
|
||||
Version: 7.1
|
||||
Version: 7.2
|
||||
Release-Focus: Minor bugfixes
|
||||
Hide: N
|
||||
Website-URL: http://linkchecker.sourceforge.net/
|
||||
|
|
@ -10,5 +10,7 @@ GIT-Tree-URL: http://linkchecker.git.sourceforge.net/
|
|||
Windows-installer-URL: http://downloads.sourceforge.net/linkchecker/LinkChecker-${version}.exe
|
||||
OSX-installer-URL: http://downloads.sourceforge.net/linkchecker/LinkChecker-${version}.dmg
|
||||
|
||||
Bugs were fixed for HTML parsing, HTTP authentication and cookie handling.
|
||||
A new option allows setting of the HTTP User-Agent string.
|
||||
Bugs were fixed for HTML and FTP character encoding detection,
|
||||
SQL output and HTML validation with the W3C validator.
|
||||
The GUI now allows configuration of a warning regular expression for
|
||||
page contents.
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -67,7 +67,7 @@ except ImportError:
|
|||
pass
|
||||
from distutils.core import Distribution
|
||||
|
||||
AppVersion = "7.1"
|
||||
AppVersion = "7.2"
|
||||
AppName = "LinkChecker"
|
||||
|
||||
# basic includes for py2exe and py2app
|
||||
|
|
|
|||
Loading…
Reference in a new issue