mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-30 04:30:28 +00:00
Add release notes.
This commit is contained in:
parent
7365170564
commit
eea30875ab
3 changed files with 10 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue