diff --git a/html/relnotes.html b/html/relnotes.html index c7ff4552ef839e513a3c6e383aba2ba685f30dce..91a0db57704768fa4905cb7907666d7ea001a8b6 100644 --- a/html/relnotes.html +++ b/html/relnotes.html @@ -54,7 +54,6 @@ Currently the development and maintainance of 3 versions continue. <li>Render alignments as module descriptions (impl)</li> <li>Implement extensive evaluation framework (impl)</li> <li>Implement debug options with log4j</li> -<li>Use more for-each Java 1.5 construct</li> <li>Add more tests</li> </ul></p> @@ -64,7 +63,6 @@ Currently the development and maintainance of 3 versions continue. This version under development is planned for anytime soon. It is likely to include: <ul> -<li>Integration and reengineering of OMWG alignments as the new EDOAL language (edoal)</li> <li>Implement fully relaxed precision and recall (impl)</li> <li>Upgrade all included libraries (distrib)</li> </ul> @@ -83,6 +81,7 @@ UPGRADE ALL LIBRARIES <p>The Alignment API is now compiled in Java 1.6 (older versions should still be able to run it).</p> <p> <ul compact="1"> +<li>Integration and reengineering of OMWG alignments as the new EDOAL language (edoal)</li> <li>Separated the Alignment API from <a href="http://ontosim.gforge.inria.fr">OntoSim</a> (impl/ling)</li> <li>Replacement of <tt>Parameters</tt> by Java <tt>Property</tt> (api/impl)</li> <li>Reintegrated <tt>JWNLAlignment</tt> in implementation (procalign)</li>