diff --git a/html/relnotes.html b/html/relnotes.html
index 23dda4558d80972964f0c8a551b80a4aca27961f..6d3613284d65c8da17bc85ce7f83537d578ae289 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>