From acb559b0b5519c2d3a6e3a350f71172f7bc174ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr> Date: Fri, 29 Feb 2008 18:03:55 +0000 Subject: [PATCH] - pre 3.2 --- README.AServ | 2 +- README.TXT | 2 +- build.xml | 2 +- html/relnotes.html | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.AServ b/README.AServ index 890c1e00..29e8efe2 100644 --- a/README.AServ +++ b/README.AServ @@ -1,6 +1,6 @@ ####################################################################### # Alignment Server launch instructions # -# 21/02/2008, version 3.1+ # +# 29/02/2008, version 3.2+ # ####################################################################### Using the alignment server requires an SQL database server. diff --git a/README.TXT b/README.TXT index f6fe6b43..de75f444 100644 --- a/README.TXT +++ b/README.TXT @@ -1,6 +1,6 @@ ####################################################################### # Ontology alignment API and implementation # -# 27/02/2008, version 3.1+ # +# 29/02/2008, version 3.2+ # ####################################################################### Copyright (C) 2003 The University of Manchester. diff --git a/build.xml b/build.xml index f353e6f9..a675aa8e 100644 --- a/build.xml +++ b/build.xml @@ -26,7 +26,7 @@ <target name="init"> <tstamp><format locale="fr,fr" pattern="dd/MM/yyyy" property="TODAY"/></tstamp> <property name="doing" value="running"/> - <property name="version" value="3.1"/> + <property name="version" value="3.2"/> <property name="date" value="${TODAY}"/> <property name="login" value="${user.name}"/> <property name="email" value="Jerome.Euzenat@inrialpes.fr"/> diff --git a/html/relnotes.html b/html/relnotes.html index 334324c2..bc3d1af3 100644 --- a/html/relnotes.html +++ b/html/relnotes.html @@ -30,7 +30,7 @@ <!--h2>Version 3.3 (): xx/yy/2008 - O sole mio</h2--> -<!--h2>Version 3.2 (654): xx/02/2008 - Blejsko jezero</h2--> +<h2>Version 3.2 (654): xx/02/2008 - Blejsko jezero</h2> <p> <ul compact="1"> <li>Connection to Oyster directory (server)</li> @@ -40,6 +40,7 @@ <li>Moved NeOn toolkit plugin in the plugins/neon (plugin)</li> <li>Cleaned-up working NeOn plug-in (plugin)</li> <li>Introduced abstract directories (server)</li> +<li>Improved the WordNet interface by introducing version. 3.0 is default (ling)</li> <li>Reinstated the possibility to use the old namespace in the parser (parser)</li> <li>Corrected a bug that prevented to store alignments in Web service interface (server)</li> -- GitLab