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:
calvin 2009-02-11 13:11:35 +00:00
parent 7b21ba6265
commit 56017457e6
4 changed files with 11 additions and 2 deletions

View file

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

View file

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

View file

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

View file

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