diff --git a/html/relnotes.html b/html/relnotes.html
index f05db85adc9677e4c0db60df25b0d5724165f745..decae6e9b0a0467104681da98aed1241a99ecf3c 100644
--- a/html/relnotes.html
+++ b/html/relnotes.html
@@ -78,6 +78,7 @@ with a warning:
    <span style="color: green">log4j 1.2.16</span>,
    <span style="color: green">slf4j 1.6.4</span> (lib)</li-->
 <li>Simplified <tt>TestGen</tt> options (cli)</li>
+<li>Fixed server initialisation error with new log4j (server)</li>
 <li>All documentation is now on the web site and not in the (outdated) manuals (doc)</li>
 </ul></p>
 
@@ -85,7 +86,9 @@ with a warning:
 
 <p><span style="color: red;">BEWARE:</span> All command-line utilities
   are now found in the <span style="color: red;">cli</span> package
-  instead of <b>util</b>.</p>
+  instead of <b>util</b>.<br />
+<span style="color: red;">BEWARE:</span> The server will not work
+  in this version; use more recent version instead.</p>
 <p><ul compact="1">
 <li>Created new "Command line interface" directory (util/cli)</li>
 <li>Full reengineering of the test generator (gen)</li>