From 890f27c171904ed245f33dcfc6e9f81d035c521a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr>
Date: Thu, 24 Apr 2008 13:25:27 +0000
Subject: [PATCH] - ready for 3.3

---
 build.xml          |  2 +-
 html/relnotes.html | 18 ++++++++++++------
 2 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/build.xml b/build.xml
index 5ece33e3..8f780071 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 d49e96f0..35307b1d 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&lt;Cell&gt; (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>
-- 
GitLab