mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-22 07:04:44 +00:00
Bump up version.
This commit is contained in:
parent
deb945564d
commit
0b8e22648d
2 changed files with 5 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
Project: LinkChecker
|
||||
Version: 8.4
|
||||
Version: 8.5
|
||||
Hide: N
|
||||
Website-URL: http://wummel.github.io/linkchecker/
|
||||
Changelog-URL: https://github.com/wummel/linkchecker/blob/master/doc/changelog.txt
|
||||
|
|
@ -8,5 +8,6 @@ Debian-Package-URL: http://packages.debian.org/linkchecker
|
|||
GIT-Tree-URL: https://github.com/wummel/linkchecker.git
|
||||
Windows-installer-URL: http://github.com/downloads/wummel/linkchecker/LinkChecker-${version}.exe
|
||||
|
||||
Links with dns-prefetch are now supported and the GUI supports
|
||||
drag-and-drop of local files. Also some bugs were fixed.
|
||||
This release makes per-host connection limits configurable
|
||||
and avoid a DoS in the SSL certificate host matcher. Some bugs
|
||||
have also been fixed.
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -97,7 +97,7 @@ except ImportError:
|
|||
has_py2app = False
|
||||
|
||||
# the application version
|
||||
AppVersion = "8.4"
|
||||
AppVersion = "8.5"
|
||||
# the application name
|
||||
AppName = "LinkChecker"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue