Additional docs on version ordering
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 15 Jan 2011 10:11:55 +0000 (10:11 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 15 Jan 2011 10:11:55 +0000 (10:11 +0000)
Add 7.0.6 release date

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1059280 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml
webapps/docs/config/context.xml

index 61acb73..fa92fc9 100644 (file)
       <fix>
         Correct a handful of Javadoc warnings. (markt)
       </fix>
+      <add>
+        Provide additional detail about how web application version order it
+        determined when using parallel deployment. (markt)
+      </add>
     </changelog>
   </subsection>
   <subsection name="Other">
     </changelog>
   </subsection>
 </section>
-<section name="Tomcat 7.0.6 (markt)">
+<section name="Tomcat 7.0.6 (markt)" rtext="released 2011-01-14">
   <subsection name="General">
     <changelog>
       <update>
index e9dd895..5b34748 100644 (file)
     <tr><td><i>Empty String</i></td><td>42</td><td>##42</td><td>ROOT##42</td></tr>
   </table>
   
+  <p>The version component is treated as a <code>String</code> both for
+  performance reasons and to allow flexability in versioning schemes. String
+  comparissions are used to determine version order. Therefore
+  <code>foo##11.war</code> will be treated as an earlier version than
+  <code>foo##2.war</code>. If using a purely numerical versioning scheme it is
+  recommended that zero padding is used so that <code>foo##002.war</code> is
+  treated as an earlier version than <code>foo##011.war</code>.
+  </p>
+
   <p><b>It is NOT recommended to place &lt;Context&gt; elements directly in the
   server.xml file.</b> This is because it makes modifying the
   <strong>Context</strong> configuration more invasive since the main