diff --git a/README.TXT b/README.TXT
index f95cd23f8957d4a809fe23182df1756b3f0adccf..9c28cea6f6e0cf9c5f8c7c107b68d72c3eb3411c 100644
--- a/README.TXT
+++ b/README.TXT
@@ -1,5 +1,5 @@
-Ontology alignment API and implementation, version 1.3
-15/06/2005
+Ontology alignment API and implementation, version 2.0
+26/09/2005
 
 Copyright (C) 2003-2005 INRIA Rhône-Alpes.
 Copyright (C) 2004 Université de Montréal.
@@ -24,7 +24,7 @@ See http://co4.inrialpes.fr/align for the moment.
 USING THE ONTOLOGY ALIGNMENT API IMPLEMENTATION
 -----------------------------------------------
 
-The Align API implementation requires that you fetch the OWL-API ()
+The Align API _implementation_ requires that you fetch the OWL-API ()
 
 $ setenv CWD `pwd`
 
@@ -88,12 +88,12 @@ FILES
 
 README.TXT	this file
 LICENSE.TXT	the terms under which the software is licensed to you.
-RELNOTES.TXT	release notes and to-do list
 build.xml	the Ant build file for compiling and testing
 classes/	empty directory for compiling the sources
 distrib/	some files for generating a new jarfile
 dtd/		contains the ontoalign DTDs (and schemas)
 html/		contains some documentation in HTML format
+			 (includes relnotes.html)
 javadoc/	javadoc API documentation in HTML (not very useful)
 lib/		contains align.jar and other necessary jarfiles
 rdf/		a few samples ontologies to align
diff --git a/html/relnotes.html b/html/relnotes.html
index e8cd2b70d1839564b1997375d5140b0d88b142f4..d8bd52b4f7b4b4bed54950469fbd75602874cbfd 100644
--- a/html/relnotes.html
+++ b/html/relnotes.html
@@ -10,7 +10,7 @@
 <h2>To do</h2>
 
 <p><ul compact="1">
-<li>Fix all implementation that assume 1-1 alignments</li>
+<li></li>
 <li>Implement better similarity/extractor</li>
 <li>Fully implement individual alignments</li>
 <li>Add full support for algebraic operations (meet/join/inv/compose)</li>
@@ -21,13 +21,22 @@
 
 <h2>Current CVS version</h2>
 
-<!--p><b>Version 1.5: ? - Raphael's version</b></p-->
+<p><b>Version 2: 1/10/2005 - Raphael's version a.k.a. AC385 version</b></p>
 
-<!--p>New version featuring:
-<li></li>
+<p>New version featuring:
 <ul compact="1">
-
-</ul-->
+<li>Fixed all implementation that assume 1-1 alignments</li>
+<li>Deprecated accessor from the Alignment to the cell of an
+  object</li>
+<li>Implemented the deprecated with a compile-time tag</li>
+<li>Added equals() method to Cell and Relation</li>
+<li>Added Precision-recall graph generators (GenPlot,PRGraphEvaluator)</li>
+<li>Computation of aggregated precision and recall rather than
+  average (GroupEval)</li>
+<li>Added options for avoiding the alignment on some </li>
+<!--li></li>
+<li></li-->
+</ul>
 
 <h2>July 4th, 2005</h2>