diff --git a/build.xml b/build.xml index 5ece33e3a03a2e3d9974c59a199898faed788210..8f7800714ebedd563c1a5797ddc0727c70275a7e 100644 --- a/build.xml +++ b/build.xml @@ -27,7 +27,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.2"/> + <property name="version" value="3.3"/> <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 d49e96f0a938ea5e663101062716cd92d490b62a..35307b1d9007e11fc92865f22052649a1742c3ca 100644 --- a/html/relnotes.html +++ b/html/relnotes.html @@ -17,20 +17,21 @@ <h2>Under development</h2> <p><ul compact="1"> -<li>Output HTML in XHTML+RDFa (impl)</li> +<li>Implement ontology support database store (server)</li> <li>Online evaluation (server)</li> <li>Upgrade to OWL 1.1 (impl)</li> -<li>Implementing database store for OMWG Language (server)</li> -<li>Implement ontology support database store (server)</li> +<li>Implement database store for OMWG Language (server)</li> <li>Implement debug options with log4j</li> <li>Use more for-each Java 1.5 construct</li> -<li>Rendering alignments as module descriptions (impl)</li> -<li>Replacing <tt>Parameters</tt> with Java <tt>Property</tt> (api/impl)[Version 4]</li> +<li>Render alignments as module descriptions (impl)</li> +<li>Replace <tt>Parameters</tt> with Java <tt>Property</tt> (api/impl)[Version 4]</li> </ul></p> <h2>Current SVN trunk version</h2> -<!--h2>Version 3.3 (691): xx/yy/2008 - O sole mio</h2--> +<!--h2>Version 3.4 (xxx): xx/xx/2008 - </h2--> + +<h2>Version 3.3 (710): 24/04/2008 - O sole mio</h2> <p><ul compact="1"> <li>Suppressed language dependent (OWLAPI) alignments (impl)</li> @@ -38,7 +39,12 @@ <tt>OWLAPIAlignment</tt> to be replaced by <tt>ObjectAlignment</tt></li> <li>Reimplemented the whole API in function of the onto package (impl)</li> <li>Added an abstract ontology package allowing to change API (onto)</li> +<li>Added Jena 2.5 ontology plug-in (onto)</li> +<li>Changed HTML renderer to XHTML+RDFa (impl)</li> <li>Made <tt>Alignment</tt> iterable<Cell> (api/impl)</li> +<li>Improved NeOn plug-in and upgraded to version 1.1 (plugin)</li> +<li>Corrected a bug in Web service when the content was XML (server)</li> +<li>Corrected a bug when loading an alignment with id (server)</li> <li>Corrected a bug in AlignmentParser that overlooked formalism URI (parser)</li> <li>Passed to Java 1.5 generics [incl. API modif] (dev/api)</li> <li>Added first unit tests (TestNG) (dev)</li>