mention prior version uninstall

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1681 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2004-09-02 10:44:23 +00:00
parent e2b1ffd888
commit b7d4e9968d
2 changed files with 8 additions and 1 deletions

View file

@ -34,6 +34,9 @@ window.onload = function() {
<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
@ -51,7 +54,7 @@ you can append a <tt class="literal"><span class="pre">||</span> <span class="pr
</div>
<hr class="footer" />
<div class="footer">
Generated on: 2004-08-28 16:56 UTC.
Generated on: 2004-09-02 10:43 UTC.
</div>
</body>
</html>

View file

@ -8,6 +8,10 @@ Upgrading
Migrating from 1.12.x to 1.13.0
-------------------------------
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.
The default output logger ``text`` has now colored output if the
output terminal supports it.