- Changelog update (add the changes to the modeler, which I had forgotten about).
authorremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 22 Nov 2006 16:05:30 +0000 (16:05 +0000)
committerremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 22 Nov 2006 16:05:30 +0000 (16:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@478204 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml

index 8df9cef..18acb49 100644 (file)
       </fix>
       <fix>
         <bug>40929</bug>: Correct JavaDoc for StandardClassLoader. (markt)
-        (markt)
+      </fix>
+      <fix>
+        Fix usage of print on the servlet output stream if the processor never used
+        a writer (fhanik)
+      </fix>
+      <fix>
+        Fix logic of sameSameObjects used to determine correct wrapping of request and
+        response objects (fhanik)
       </fix>
     </changelog>
   </subsection>
       <update>
         Enable JMX for trust store attributes for SSL connector. (markt)
       </update>
+      <update>
+        Port memory usage reduction changes to the java.io HTTP connector. (remm)
+      </update>
+      <fix>
+        MessageBytes.setString(null) will remove the String value. (remm)
+      </fix>
     </changelog>
   </subsection> 
 </section>
   <subsection name="Coyote">
     <changelog>
       <add>
-        SSLEnabled attribute required for SSL to be turned on, on all HTTP connectors(fhanik)
+        SSLEnabled attribute required for SSL to be turned on, on all HTTP connectors (fhanik)
       </add>
+      <update>
+        Memory usage reduction for the HTTP connectors, except java.io (remm)
+      </update>
+      <update>
+        Modeler update to use dynamic mbeans rather than model mbeans, which consume more
+        resources (costin)
+      </update>
     </changelog>
   </subsection> 
   <subsection name="Cluster">