From e2a85e548b92fa479cce0071d6509ff34c828606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr> Date: Thu, 17 Jul 2008 15:37:25 +0000 Subject: [PATCH] - update --- html/relnotes.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/html/relnotes.html b/html/relnotes.html index c78345d7..47c81582 100644 --- a/html/relnotes.html +++ b/html/relnotes.html @@ -18,8 +18,6 @@ <p><ul compact="1"> <li>Implementing WSAlignment connecting to remote web service for matching</li> -<li>Implementing a better recovery in case of database connection loss (server)</li> -<li>Provide better return forms in HTMLAServManager (server)</li> <li>Implement ontology support database store (server)</li> <li>Online evaluation (server)</li> <li>Implement database store for OMWG Language (server)</li> @@ -35,11 +33,16 @@ <p> <ul compact="1"> -<li>Implemented OWL API 2 support [not shipped] (onto)</li> <li><font color="red">Deprecated</font> <tt>Cell.getObjectXAsURI()</tt> in favour of <tt>Cell.getObjectXAsURI(Object ontology) (api)</tt> -<li>Upgraded NeOn plug-in for working with NeOn toolkit 1.1</li> -<li>Added <tt>derivedFrom</tt> standard annotation and implemented it</li> +<li>Upgraded NeOn plug-in for working with NeOn toolkit 1.1 (plugin)</li> +<li>Implemented OWL API 2 support [not shipped] (onto)</li> +<li>Added <tt>derivedFrom</tt> standard annotation and implemented it (impl)</li> +<li>Added <tt>method</tt> annotation for <tt>clone()</tt> + and <tt>inverse()</tt> (impl)</li> +<li>Implemented a better recovery in case of database connection loss (server)</li> +<li>Provided better return forms in <tt>HTMLAServManager</tt> (server)</li> +<li>Catched <tt>init()</tt> errors in server (server)</li> <li>Corrected tutorial so that it works with new code (tutorial)</li> <li>Corrected an error of the <tt>Cell.inverse()</tt> method (impl)</li> <li>Corrected an error in storing alignments (server)</li> -- GitLab