diff --git a/html/relnotes.html b/html/relnotes.html
index d566a8cdbc5a692cda8fc978b8ae7226de1448cb..e976da344dc764608c1c7e6efd19024a99370e9e 100644
--- a/html/relnotes.html
+++ b/html/relnotes.html
@@ -1,6 +1,6 @@
 <html>
 <head>
-<title>Align API: Release notes</title>
+<title>Alignment API: Release notes</title>
 <style type="text/css">@import url(style.css);</style>
 </head>
 <body bgcolor="#ffffff">
@@ -23,13 +23,22 @@
 <li>Build on unit tests</li>
 </ul></p>
 
-<h2>Current CVS version</h2>
+<h2>Under development</h2>
+
+<p><ul compact="1">
+<li>Reengineered StringDistances (only return normalized values,
+  added n-grams) and StringDistNameAlignment (replaces all the
+  others) [BUGGED]</li>
+</ul></p>
+
+<h2>Current SVN trunk version</h2>
 
 <p><ul compact="1">
 <li>Moved sources to gforge.inria.fr</li>
 <li>Moved web site to alignapi.gforge.inria.fr</li>
 <li>Updated documentation to reflect new source location</li>
 <li>Corrected cut behavior (did not cut the last item, best did not work)</li>
+<li>GenPlot generates directly gnuplot output and LaTeX/PGF inclusion.</li>
 </ul></p>
 
 <h2>February 17th, 2006</h2>