diff --git a/html/labels.html b/html/labels.html
index 4f8c9b20a7c9f56e73fbdd9ec80fb7ba0f393baa..0d2761d10cd955b6d9d313d67d06f6e943246ef9 100644
--- a/html/labels.html
+++ b/html/labels.html
@@ -113,6 +113,8 @@
 <h2>Alignment server extensions</h2>
 
 <dl>
+<dt>http://exmo.inrialpes.fr/align/service#alid</dt>
+<dd>STRING uniquely identifying the alignment</dd>
 <dt>http://exmo.inrialpes.fr/align/service#cached</dt>
 <dd>TIMESTAMP of the last time the alignment was read</dd>
 <dt>http://exmo.inrialpes.fr/align/service#stored</dt>
diff --git a/html/relnotes.html b/html/relnotes.html
index d862123f3324de96349a65c1f1db846f4a122672..26d5dc83160a0d88daaffcdf6448f22ee0ca4411 100644
--- a/html/relnotes.html
+++ b/html/relnotes.html
@@ -37,7 +37,14 @@ The development of 4 versions continues.
 <h2>Under development (you can contribute)</h2>
 
 <p><ul compact="1">
-<li>Implement database store for EDOAL (server)</li>
+<li>Implement <tt>ontowrap</tt> support in database store (server [4.5])</li>
+<li>Make URIs dependent on a urlprefix (server [4.5])</li>
+<li>Provide several URIs for the same alignment (server [4.5])</li>
+<li>Add a <tt>dependsOn</tt> alignment property (api [4.6])</li>
+<li>Consolidate alignment based on <tt>dependsOn</tt> (loop checking,
+  cell ingestion) (impl [4.6])</li>
+<li>Implement database store for EDOAL (server [4.6])</li>
+<li>Add a JSON interface (server)</li>
 <li>Integrate tests from generator</li>
 <li>Integrate some basic reasoning.</li>
 <li>Complete tutorial4 with distributed reasoning.</li>
@@ -48,7 +55,6 @@ The development of 4 versions continues.
 <li>Improve HTML interface layout and usability (server)</li>
 <li>Implement metadata edition (server)</li>
 <li>Implement correspondence selection (server)</li>
-<li>Implement <tt>ontowrap</tt> support in database store (server)</li>
 <li>Automatically switch to correct <tt>ontowrap</tt> implementation in parsers (parser)</li>
 <li>Render alignments as module descriptions (impl)</li>
 <li>Implement extensive evaluation framework (impl)</li>
@@ -64,10 +70,14 @@ with a warning:
 
 <h2>Current SVN trunk version</h2>
 
-<!--h2>Version 4.5 (17xx): ??/??/2012 - Al pesto</h2-->
+<!--h2>Version 4.7 (1xxx): ??/??/201x - Al pesto</h2-->
+<!--h2>Version 4.6 (1xxx): ??/??/2012 - Da lec'h all</h2-->
+<!--h2>Version 4.5 (17xx): ??/??/2012 - Metro</h2-->
 <p><ul compact="1">
 <!--li>Upgraded to <span style="color: green"></span> (lib)</li-->
+<li>Added several EDOAL-SPARQL renderers (impl)</li>
 <li>Added alignment selection per ontologies in list alignment interface (server)</li>
+<li>Fixed a (non manifested) bug in cache management (server)</li>
 <li>Fixed a bug with subsumption statements in <tt>OWLAxiomsRendererVisitor</tt> (impl)</li>
 </ul></p>