Author: slaurent
Date: Sun Dec 5 21:07:49 2010
New Revision: 1042448
URL: http://svn.apache.org/viewvc?rev=1042448&view=rev
Log:
sort entries by ascending BZ number
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=1042448&r1=1042447&r2=1042448&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Sun Dec 5 21:07:49 2010
@@ -42,31 +42,25 @@
<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'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)
@@ -81,6 +75,12 @@
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)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]