Trac #88: API to specify the session identifier used by the agent.
diff --git a/org.jacoco.doc/docroot/doc/agent.html b/org.jacoco.doc/docroot/doc/agent.html
index 56131d6..2a604ce 100644
--- a/org.jacoco.doc/docroot/doc/agent.html
+++ b/org.jacoco.doc/docroot/doc/agent.html
@@ -100,8 +100,17 @@
       <td><code>sun.reflect.DelegatingClassLoader</code></td>

     </tr>

     <tr>

+      <td><code>sessionid</code></td>

+      <td>A session identifier that is written with the execution data. Without

+          this parameter a random identifier is created by the agent.

+      </td>

+      <td><i>auto-generated</i></td>

+    </tr>  

+    <tr>

       <td><code>dumponexit</code></td>

-      <td>If set to <code>true</code> coverage data will be written on VM shutdown</td>

+      <td>If set to <code>true</code> coverage data will be written on VM

+          shutdown.

+      </td>

       <td><code>true</code></td>

     </tr>

   </tbody>

diff --git a/org.jacoco.doc/docroot/doc/ant.html b/org.jacoco.doc/docroot/doc/ant.html
index ad08b4b..888099f 100644
--- a/org.jacoco.doc/docroot/doc/ant.html
+++ b/org.jacoco.doc/docroot/doc/ant.html
@@ -173,8 +173,17 @@
       <td><code>sun.reflect.DelegatingClassLoader</code></td>

     </tr>

     <tr>

+      <td><code>sessionid</code></td>

+      <td>A session identifier that is written with the execution data. Without

+          this parameter a random identifier is created by the agent.

+      </td>

+      <td><i>auto-generated</i></td>

+    </tr>  

+    <tr>

       <td><code>dumponexit</code></td>

-      <td>If set to <code>true</code> coverage data will be written on VM shutdown</td>

+      <td>If set to <code>true</code> coverage data will be written on VM

+          shutdown.

+      </td>

       <td><code>true</code></td>

     </tr>

   </tbody>

diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 8f03949..8210004 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -19,10 +19,17 @@
 

 <h2>Trunk Build @qualified.bundle.version@ (@build.date@)</h2>

 

+<h3>New Features</h3>

+<ul>

+  <li>Execution data now includes session information: an arbitrary identifier,

+      the start time and dump time (Trac #88).</li>

+</ul>

+

 <h3>API Changes</h3>

 <ul>

   <li>Execution data file header is written and read in any case (Trac #72).</li>

-  <li>Added dumponexit to Agent Options. (Trac #82)</li>

+  <li>Added <code>dumponexit</code> to agent options (Trac #82).</li>

+  <li>Added <code>sessionid</code> to agent options (Trac #88).</li>

   <li>Additional and modified methods in <code>IRuntime</code> to produce

       session information (Trac #88).</li>

 </ul>