sort entries by ascending BZ number
authorslaurent <slaurent@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 5 Dec 2010 21:07:49 +0000 (21:07 +0000)
committerslaurent <slaurent@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 5 Dec 2010 21:07:49 +0000 (21:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1042448 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml

index d6c84bf..e4cee1e 100644 (file)
 <section name="Tomcat 7.0.6 (markt)">
   <subsection name="Catalina">
     <changelog>
-      <add>
-        <bug>50282</bug>: Load <code>javax.security.auth.login.Configuration</code>
-        with <code>JreMemoryLeakPreventionListener</code> to avoid memory leak
-        when stopping a webapp that would use JAAS.
-        (slaurent)
-      </add>
-      <add>
-        <bug>48973</bug>: Avoid creating a SESSIONS.ser file when stopping an 
-        application if there's no session. Patch provided by Marc Guillemot.
-        (slaurent)
-      </add>
-      <update>
-        <bug>48692</bug>: Provide option to parse
-        <code>application/x-www-form-urlencoded</code> PUT requests. (schultz)
-      </update>
       <fix>
         <bug>8705</bug>: <code>org.apache.catalina.SessionListener</code> now
         extends <code>java.util.EventListener</code>. (markt)
       </fix>
+      <update>
+        <bug>48692</bug>: Provide option to parse
+        <code>application/x-www-form-urlencoded</code> PUT requests. (schultz)
+      </update>
       <add>
         <bug>48837</bug>: Extend thread local memory leak detection to include
         classes loaded by subordinate class loaders to the web
         application&apos;s class loader such as the Jasper class loader. Based
         on a patch by Sylvain Laurent. (markt)
       </add>
+      <add>
+        <bug>48973</bug>: Avoid creating a SESSIONS.ser file when stopping an 
+        application if there's no session. Patch provided by Marc Guillemot.
+        (slaurent)
+      </add>
       <fix>
         <bug>49650</bug>: Remove unnecessary entries package.access property
         defined in catalina.properties. Patch provided by Owen Farrell. (markt) 
         options to control the <code>SecureRandom</code> instances used to
         generate session IDs. (markt)
       </update>
+      <add>
+        <bug>50282</bug>: Load <code>javax.security.auth.login.Configuration</code>
+        with <code>JreMemoryLeakPreventionListener</code> to avoid memory leak
+        when stopping a web application that would use JAAS.
+        (slaurent)
+      </add>
       <fix>
         <bug>50351</bug>: Fix the regression that broke BeanFactory resources
         caused by the previous fix for <bug>50159</bug>. (markt)