mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-24 08:04:44 +00:00
Release 5.0.2
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3955 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
7b21ba6265
commit
56017457e6
4 changed files with 11 additions and 2 deletions
|
|
@ -1,3 +1,11 @@
|
|||
5.0.2 "All the boys love Mandy Lane" (released 13.2.2009)
|
||||
|
||||
* Properly detect location of the log configuration file in the Windows
|
||||
binary .exe.
|
||||
Closes: SF bug #2564674
|
||||
|
||||
* Install locale .mo files in the Windows binary .exe
|
||||
|
||||
5.0.1 "Slumdog Millionaire" (released 31.1.2009)
|
||||
|
||||
* Remove unit tests from distribution to avoid antivirus software
|
||||
|
|
|
|||
1
TODO.txt
1
TODO.txt
|
|
@ -1,2 +1,3 @@
|
|||
- [GUI] Store checked links in urldata list; display in a QTreeWidget;
|
||||
columns result (as icon), URL, name; doubleclick opens property popup
|
||||
- [GUI] Integrate sphinx documentation
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ copyright = u'2009, Bastian Kleineidam'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '5.0.1'
|
||||
version = '5.0.2'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = version
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -61,7 +61,7 @@ except ImportError:
|
|||
pass
|
||||
from distutils.core import Distribution
|
||||
|
||||
AppVersion = "5.0.1"
|
||||
AppVersion = "5.0.2"
|
||||
AppName = "LinkChecker"
|
||||
|
||||
py2exe_options = dict(
|
||||
|
|
|
|||
Loading…
Reference in a new issue