You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2011/06/21 10:42:14 UTC

svn commit: r1137909 - /tomcat/trunk/webapps/docs/changelog.xml

Author: rjung
Date: Tue Jun 21 08:42:13 2011
New Revision: 1137909

URL: http://svn.apache.org/viewvc?rev=1137909&view=rev
Log:
Add comment on item ordering, update
one entry, add one entry.

Modified:
    tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1137909&r1=1137908&r2=1137909&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Tue Jun 21 08:42:13 2011
@@ -39,8 +39,19 @@
 
 <body>
 <!--
+  Subsection ordering:
   General, Catalina, Coyote, Jasper, Cluster, Web applications, Extras, Tribes,
   Other
+
+  Item Ordering:
+
+  Fixes having an issue number are sorted by their number, ascending.
+
+  There is no ordering by add/update/fix.
+
+  Other fixed issues are added to the end of the list, chronologically.
+  They eventually become mixed with the numbered issues. (I.e., numbered
+  issues to not "pop up" wrt. others).
 -->
 <section name="Tomcat 7.0.17 (markt)">
   <subsection name="Catalina">
@@ -162,8 +173,12 @@
   <subsection name="Other">
     <changelog>
       <update>
-        Clean up shell and batch scripts for consistency. (rjung)
+        Clean up shell and batch scripts (improve consistency,
+        clarify comments, add configtest for Windows). (rjung)
       </update>
+      <fix>
+        <bug>51206</bug>: Make CATALINA_BASE visible for setenv.sh. (rjung)
+      </fix>
     </changelog>
   </subsection>
 </section>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org