Index: trunk/docs/Changelog
===================================================================
--- trunk/docs/Changelog	(revision 87)
+++ trunk/docs/Changelog	(revision 89)
@@ -1,3 +1,7 @@
-2.3.1a:
+2.3.2:
+	* fix regression in full stealth mode (incorrect comparison of
+	  bytes read vs. maximum capacity), reported by B. Fleming
+
+2.3.1a (21-01-2007):
 	* fix incorrect use of sh_gpg_fill_startup if option --with-fp is used
 	  (reported by zeroXten)
Index: trunk/docs/HOWTO-client+server-troubleshooting.html
===================================================================
--- trunk/docs/HOWTO-client+server-troubleshooting.html	(revision 87)
+++ trunk/docs/HOWTO-client+server-troubleshooting.html	(revision 89)
@@ -30,4 +30,5 @@
 div.warnblock {
 	background: #b6c5f2; color: #000;
+	background: #ffffcc; color: #000;
 	margin: 1em; padding: 0 1em 0 1em;
 	border-width: 1px;
@@ -131,4 +132,12 @@
 <br>
 <hr>
+<div class="warnblock">
+<ul>
+  <li>Almost all problems can only be diagnosed correctly by checking the 
+      <b>server</b> logs</li>
+  <li>If the server does not write logs, <b>fix this first</b>. For debugging, 
+      stop the server, then run it in the foreground with 
+      <tt>yule -p info --foreground</tt></li>
+</div>
 <p>
 This document aims to explain how to diagnose and fix common problems that
@@ -255,4 +264,5 @@
      the interface used is not the one the client name resolves to.
      </p>
+
        <p>
        If the client uses the wrong interface on a multi-interface machine, 
@@ -264,5 +274,5 @@
        <p>
        If you want to download the config file from the server, you
-       should instead use the corresponding command line
+       should instead use the corresponding command line option
        <tt>--bind-address=</tt><i>IP address</i>
        to select the interface.
