Add release notes.

This commit is contained in:
Bastian Kleineidam 2011-04-12 09:13:58 +02:00
parent 7365170564
commit eea30875ab
3 changed files with 10 additions and 4 deletions

View file

@ -1,4 +1,4 @@
6.7 "" (released xx.xx.2011)
6.7 "Friendship" (released 12.4.2011)
Fixes:
- gui: Fix display of warnings in property pane.

View file

@ -1,6 +1,11 @@
Upgrading
=========
Migrating from 6.6 to 6.7
-------------------------
The machine readable output formats xml, csv and sql now report
the recursion level of each URL.
Migrating from 6.4 to 6.5
-------------------------
Only applies if a custom output loggers has been programmed:

View file

@ -1,5 +1,5 @@
Project: LinkChecker
Version: 6.6
Version: 6.7
Release-Focus: Minor bugfixes
Hide: N
Website-URL: http://linkchecker.sourceforge.net/
@ -9,5 +9,6 @@ Debian-Package-URL: http://packages.debian.org/linkchecker
GIT-Tree-URL: http://linkchecker.git.sourceforge.net/
Windows-installer-URL: http://downloads.sourceforge.net/linkchecker/LinkChecker-${version}.exe
The user and system configuration file are now imported by the GUI.
Saving results in the GUI is now possible again.
Displaying warnings in the GUI has been fixed and CSV output is properly
encoded. The URL recursion level is now printed in XML, SQL and CSV output
formats.