Add comment on item ordering, update
authorrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 21 Jun 2011 08:42:13 +0000 (08:42 +0000)
committerrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 21 Jun 2011 08:42:13 +0000 (08:42 +0000)
one entry, add one entry.

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

webapps/docs/changelog.xml

index e267c4e..0d4ddc7 100644 (file)
 
 <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">
   <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>