Correct changelog entry for r1003923
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 3 Oct 2010 17:03:05 +0000 (17:03 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 3 Oct 2010 17:03:05 +0000 (17:03 +0000)
7.0.3 was cut from r1003911, so this one will be in 7.0.4 as Mark noted in BZ
Correct a typo in the bug number. It is BZ 49998

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

webapps/docs/changelog.xml

index 93a31a1..3b5cb2f 100644 (file)
 
 <body>
 <!--  Catalina, Coyote, Jasper, Cluster, Web applications, Extras, Other -->
+<section name="Tomcat 7.0.4 (markt)">
+  <subsection name="Jasper">
+    <changelog>
+      <fix>
+        <bug>49998</bug>: Make jsp:root detection work with single quoted
+        attributes as well. (timw)
+      </fix>
+    </changelog>
+  </subsection>
+</section>
 <section name="Tomcat 7.0.3 (markt)">
   <subsection name="Catalina">
     <changelog>
         <bug>49860</bug>: Add support for trailing headers in chunked HTTP
         requests. (markt)
       </fix>
-      <fix>
-        <bug>49987</bug>: Make jsp:root detection work with single quoted
-        attributes as well. (timw)
-      </fix>
     </changelog>
   </subsection>
   <subsection name="Jasper">