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 2010/10/03 19:03:05 UTC

svn commit: r1004001 - /tomcat/trunk/webapps/docs/changelog.xml

Author: kkolinko
Date: Sun Oct  3 17:03:05 2010
New Revision: 1004001

URL: http://svn.apache.org/viewvc?rev=1004001&view=rev
Log:
Correct changelog entry for r1003923
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

Modified:
    tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1004001&r1=1004000&r2=1004001&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Sun Oct  3 17:03:05 2010
@@ -36,6 +36,16 @@
 
 <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>
@@ -244,10 +254,6 @@
         <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">



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