linkchecker/doc/upgrading.html
2004-09-02 10:44:23 +00:00

60 lines
2.9 KiB
HTML

<?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" />
<meta name="generator" content="Docutils 0.3.3: http://docutils.sourceforge.net/" />
<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>
<h2 class="subtitle" id="migrating-from-1-12-x-to-1-13-0">Migrating from 1.12.x to 1.13.0</h2>
<div class="document" id="upgrading">
<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>
<p>The default output logger <tt class="literal"><span class="pre">text</span></tt> has now colored output if the
output terminal supports it.</p>
<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>
<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
you can append a <tt class="literal"><span class="pre">||</span> <span class="pre">true</span></tt> at the end of the command.</p>
</div>
<hr class="footer" />
<div class="footer">
Generated on: 2004-09-02 10:43 UTC.
</div>
</body>
</html>