You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2011/09/07 20:10:48 UTC

svn commit: r1166286 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Author: kkolinko
Date: Wed Sep  7 18:10:47 2011
New Revision: 1166286

URL: http://svn.apache.org/viewvc?rev=1166286&view=rev
Log:
Correct broken changelog entries, sort by issue number.

(<code> tag was used instead of <fix>/<add>/<update>, which is wrong and caused odd rendering...)

Modified:
    tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1166286&r1=1166285&r2=1166286&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Wed Sep  7 18:10:47 2011
@@ -62,16 +62,16 @@
         Context) will be handled by the custom error pages for the Context if an
         appropriate error page is configured. (markt) 
       </fix>
-      <fix>
-        <bug>51744</bug>: Prevent application code from closing the associated
-        JNDI context while the application is running. (markt)
-      </fix>
       <add>
         <bug>51741</bug>: Fixes a problem with Eclipse WTP "Serve modules
         without publishing" feature where applications failed to access
         resources when using getResource() on the classloader. (slaurent)
       </add>
       <fix>
+        <bug>51744</bug>: Prevent application code from closing the associated
+        JNDI context while the application is running. (markt)
+      </fix>
+      <fix>
         Correct a regression with the fix for <bug>51653</bug> that broke custom
         error pages for 4xx responses from the Authenticators. Error handling
         and request listeners are now handled in the StandardHostValve to ensure
@@ -92,8 +92,10 @@
   </subsection>
   <subsection name="Coyote">
     <changelog>
-      <code>Remove unused and undocumented socketCloseDelay attribute from NIO
-      connector. (markt)</code>
+      <update>
+        Remove unused and undocumented socketCloseDelay attribute from NIO
+        connector. (markt)
+      </update>
       <fix>
         <bug>49683</bug>: Support separate connection and keep-alive timeouts
         for the APR/native connector HTTP and AJP connectors. (markt)
@@ -103,8 +105,8 @@
   <subsection name="Web applications">
     <changelog>
       <fix>
-        Correct the documentation for connectionLinger for the AJP and HTTP
-        connectors. (markt)
+        Correct the documentation for <code>connectionLinger</code> attribute
+        for the AJP and HTTP connectors. (markt)
       </fix>
     </changelog>
   </subsection>
@@ -115,10 +117,10 @@
         less than or equal to 0.
         ArrayBlockingQueue doesn't allow capacity of 0 or less. (kfujino)
       </fix>
-      <code>
+      <update>
         Further re-factoring of the HTTP connectors to align the BIO, NIO and
         APR implementations. (markt) 
-      </code>
+      </update>
     </changelog>
   </subsection>  
 </section>



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


Re: svn commit: r1166286 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Posted by Mark Thomas <ma...@apache.org>.
On 07/09/2011 19:10, kkolinko@apache.org wrote:
> Author: kkolinko
> Date: Wed Sep  7 18:10:47 2011
> New Revision: 1166286
> 
> URL: http://svn.apache.org/viewvc?rev=1166286&view=rev
> Log:
> Correct broken changelog entries, sort by issue number.
> 
> (<code> tag was used instead of <fix>/<add>/<update>, which is wrong and caused odd rendering...)

Ah, sorry. Those should have been <scode/>. I'll fix that in a sec.

Mark

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