From 38ed812e8fe368db3f7e118371bc89e750d68a82 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr>
Date: Wed, 15 Jun 2005 06:52:01 +0000
Subject: [PATCH] - just before 1.3 release

---
 html/relnotes.html | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/html/relnotes.html b/html/relnotes.html
index 23dda455..6d361328 100644
--- a/html/relnotes.html
+++ b/html/relnotes.html
@@ -10,19 +10,20 @@
 <h2>To do</h2>
 
 <p><ul compact="1">
-<li>Add full support for algebraic operations (meet/join/inv/compose)</li>
 <li>Fix all implementation that assume 1-1 alignments</li>
 <li>Implement better similarity/extractor</li>
+<li>Add full support for algebraic operations (meet/join/inv/compose)</li>
 <li>-d directory</li>
-<li>-x parameter file</li>
-<li>Have Vison independent from OLA ?</li>
-<li>GroupAlign implementation</li>
-<li>Build on unit tests</li>
 <li>Integrating tagging to the wordnet stuff</li>
+<li>Build on unit tests</li>
 </ul></p>
 
 <h2>Current CVS version</h2>
 
+<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>Compatible with Java 1.5</p>
 
@@ -37,7 +38,10 @@
 <li>Added a sample embedding of main functions</li>
 <li>Added three replicas of align(A,p) -> align(), align(A) and align(p)</li>
 <li>Added SEKTMapping renderer</li>
+<li>Added method and semantics tags to format</li>
+<li>Added -p parameter for reading parameter file on must util classes</li>
 <li>Added alignment method name output in the output format</li>
+<li>Implemented GroupAlign allowing to batch-align several ontologies</li>
 </ul>
 
 <h2>November 23th, 2004</h2>
-- 
GitLab