From eea30875abc91c626cfb053a0b1a6ca6cf78ff17 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Tue, 12 Apr 2011 09:13:58 +0200 Subject: [PATCH] Add release notes. --- doc/changelog.txt | 2 +- doc/upgrading.txt | 5 +++++ linkchecker.freshmeat | 7 ++++--- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/doc/changelog.txt b/doc/changelog.txt index 969d0f3d..76057796 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -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. diff --git a/doc/upgrading.txt b/doc/upgrading.txt index 536f60a7..485e8193 100644 --- a/doc/upgrading.txt +++ b/doc/upgrading.txt @@ -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: diff --git a/linkchecker.freshmeat b/linkchecker.freshmeat index 50936b1e..e5f92a3f 100644 --- a/linkchecker.freshmeat +++ b/linkchecker.freshmeat @@ -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.