Add release info.

This commit is contained in:
Bastian Kleineidam 2011-10-20 08:14:36 +02:00
parent fb237041d1
commit bc402a3ca0
3 changed files with 7 additions and 5 deletions

View file

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

View file

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

View file

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