Add changelog entry for r1005802
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 29 Oct 2010 01:13:43 +0000 (01:13 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 29 Oct 2010 01:13:43 +0000 (01:13 +0000)
Also corrected a typo

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1028575 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml

index e1d7231..6b8c9b9 100644 (file)
         even if the web application is marked as meta-data complete. (markt)
       </fix>
       <fix>
-        <bug>500063</bug>: Correct regression in fix for <bug>50059</bug> that
+        <bug>50063</bug>: Correct regression in fix for <bug>50059</bug> that
         causes applications marked as meta-data complete to return 404s for all
         requests. Patch provided by heyoulin. (markt)
       </fix>
   </subsection>
   <subsection name="Other">
     <changelog>
+      <update>
+        <bug>48716</bug>: Do not call reset if the default LogManager is in use.
+        (markt)
+      </update>
       <fix>
         <bug>50013</bug>: Correctly package classes from
         <code>org.apache.tomcat.util.file</code> and add the tomcat-util.jar to