From bc8b146aa3972e733b1996aa924fd9ada4559b64 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr>
Date: Fri, 17 Jun 2005 08:26:00 +0000
Subject: [PATCH] - added warning on new version of OWL

---
 html/relnotes.html | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/html/relnotes.html b/html/relnotes.html
index bd347ea2..73d45697 100644
--- a/html/relnotes.html
+++ b/html/relnotes.html
@@ -20,11 +20,26 @@
 
 <h2>Current CVS version</h2>
 
+<!--p><b>Version 1.4: ? - Raphael's version</b></p-->
+
+<!--p>New version featuring:
+<li></li>
+<ul compact="1">
+
+</ul-->
+
 <h2>June 15th, 2005</h2>
 
 <p><b>Version 1.3: 15/06/2005 - Ready for OAEI 2005</b></p>
 
-<p>Upgraded to OWL-API 05-03-21</p>
+<p>Upgraded to OWL-API 05-03-21<br />
+<font color="red">BEWARE:</font> if you experience problems
+recompiling after upgrading to this version of the OWL-API, this is
+because it requires and additional method:
+<tt>owlFullConstruct(int code, String message, Object o)</tt> in the
+<tt>OWLRDFErrorHandler</tt> (see Procalign.java for the fix).
+</p>
+
 <p>Compatible with Java 1.5</p>
 
 <p>New version featuring:
-- 
GitLab