From a482264735d9e27d22b88482316a58cf74b575f3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr>
Date: Tue, 27 Mar 2012 00:02:32 +0000
Subject: [PATCH] - server problem mentioned

---
 html/relnotes.html | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/html/relnotes.html b/html/relnotes.html
index f05db85a..decae6e9 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>
-- 
GitLab