Author: markt
Date: Wed Sep  7 18:16:39 2011
New Revision: 1166296

URL: http://svn.apache.org/viewvc?rev=1166296&view=rev
Log:
Use <scode/> where I had previously <code/>
Put entires to the correct sections

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=1166296&r1=1166295&r2=1166296&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:16:39 2011
@@ -92,14 +92,18 @@
   </subsection>
   <subsection name="Coyote">
     <changelog>
-      <update>
+      <scode>
         Remove unused and undocumented socketCloseDelay attribute from NIO
         connector. (markt)
-      </update>
+      </scode>
       <fix>
         <bug>49683</bug>: Support separate connection and keep-alive timeouts
         for the APR/native connector HTTP and AJP connectors. (markt)
       </fix>
+      <scode>
+        Further re-factoring of the HTTP connectors to align the BIO, NIO and
+        APR implementations. (markt) 
+      </scode>
     </changelog>
   </subsection>
   <subsection name="Web applications">
@@ -117,10 +121,6 @@
         less than or equal to 0.
         ArrayBlockingQueue doesn't allow capacity of 0 or less. (kfujino)
       </fix>
-      <update>
-        Further re-factoring of the HTTP connectors to align the BIO, NIO and
-        APR implementations. (markt) 
-      </update>
     </changelog>
   </subsection>  
 </section>



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

Reply via email to