2004-08-28 13:07:18 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" xml:lang = "en" lang = "en" >
< head >
< meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" / >
2004-11-15 19:28:13 +00:00
< meta name = "generator" content = "Docutils 0.3.4: http://docutils.sourceforge.net/" / >
2004-08-28 13:07:18 +00:00
< title > Upgrading< / title >
< meta content = "2" name = "navigation.order" / >
< meta content = "Upgrading" name = "navigation.name" / >
< link rel = "stylesheet" href = "lc.css" type = "text/css" / >
< meta rel = "SHORTCUT ICON" href = "favicon.png" / >
< link rel = "stylesheet" href = "navigation.css" type = "text/css" / >
< script type = "text/javascript" >
window.onload = function() {
if (top.location != location) {
top.location.href = document.location.href;
}
}
< / script >
< / head >
< body >
<!-- bfknav -->
< div class = "navigation" >
< div class = "navrow" style = "padding: 0em 0em 0em 1em;" >
< a href = "./index.html" > LinkChecker< / a >
< a href = "./install.html" > Installation< / a >
< span > Upgrading< / span >
< a href = "./documentation.html" > Documentation< / a >
< a href = "./other.html" > Other< / a >
< / div >
< / div >
<!-- /bfknav -->
< h1 class = "title" > Upgrading< / h1 >
< div class = "document" id = "upgrading" >
2004-11-15 19:28:13 +00:00
< div class = "section" id = "migrating-from-1-x-to-2-0" >
< h1 > < a name = "migrating-from-1-x-to-2-0" > Migrating from 1.x to 2.0< / a > < / h1 >
< p > The --output and --file-output parameters can specify the encoding
now. You should check your scripts if they support the new option
syntax.< / p >
< p > Some added checks might trigger new warnings, so automated scripts
or alarms can have more output than with 1.x releases.< / p >
< p > All output (file and console) is now encoded according to a given
2004-11-15 22:26:45 +00:00
character set encoding which defaults to ISO-8859-15. If you
2004-11-15 19:28:13 +00:00
relied that output was in a specific encoding, you might want to
use the output encoding option.< / p >
< / div >
< div class = "section" id = "migrating-from-1-12-x-to-1-13-0" >
< h1 > < a name = "migrating-from-1-12-x-to-1-13-0" > Migrating from 1.12.x to 1.13.0< / a > < / h1 >
2004-09-02 10:44:23 +00:00
< p > Since lots of filenames have changed you should check that any
manually installed versions prior to 1.13.0 are removed. Otherwise
you will have startup problems.< / p >
2004-08-28 16:55:04 +00:00
< p > The default output logger < tt class = "literal" > < span class = "pre" > text< / span > < / tt > has now colored output if the
2004-11-08 13:51:03 +00:00
output terminal supports it. The old < tt class = "literal" > < span class = "pre" > colored< / span > < / tt > output logger has
been removed.< / p >
2004-08-28 16:55:04 +00:00
< p > The < tt class = "literal" > < span class = "pre" > -F< / span > < / tt > option no longer suppresses normal output. The old behaviour
can be restored by giving the option < tt class = "literal" > < span class = "pre" > -onone< / span > < / tt > .< / p >
< p > The --status option is now the default and has been deprecated. The
old behaviour can be restored by giving the option < tt class = "literal" > < span class = "pre" > --no-status< / span > < / tt > .< / p >
< p > The default recursion depth is now infinite. The old behaviour
can be restored by giving the option < tt class = "literal" > < span class = "pre" > --recursion-level=1< / span > < / tt > .< / p >
< p > The option < tt class = "literal" > < span class = "pre" > --strict< / span > < / tt > has been renamed to < tt class = "literal" > < span class = "pre" > --extern-strict-all< / span > < / tt > .< / p >
2004-08-28 16:56:05 +00:00
< p > The commandline program < tt class = "literal" > < span class = "pre" > linkchecker< / span > < / tt > returns now non-zero exit value
when errors were encountered. Previous versions always return a zero
exit value.
For scripts to ignore exit values and therefore restore the old behaviour
2004-08-28 16:56:32 +00:00
you can append a < tt class = "literal" > < span class = "pre" > ||< / span > < span class = "pre" > true< / span > < / tt > at the end of the command.< / p >
2004-08-28 13:07:18 +00:00
< / div >
2004-11-15 19:28:13 +00:00
< / div >
2004-08-28 13:07:18 +00:00
< hr class = "footer" / >
< div class = "footer" >
2004-11-25 12:55:38 +00:00
Generated on: 2004-11-25 12:54 UTC.
2004-08-28 13:07:18 +00:00
< / div >
< / body >
< / html >