From 8e233b2cd23feb90cf4deb811bfbcbb12157a0e9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr>
Date: Mon, 17 Apr 2006 15:59:38 +0000
Subject: [PATCH] - updated (GenPlot + distances)

---
 html/relnotes.html | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/html/relnotes.html b/html/relnotes.html
index d566a8cd..e976da34 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>
-- 
GitLab