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 2017/02/04 10:09:18 UTC

svn commit: r1781649 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

Author: kkolinko
Date: Sat Feb  4 10:09:18 2017
New Revision: 1781649

URL: http://svn.apache.org/viewvc?rev=1781649&view=rev
Log:
https://bz.apache.org/bugzilla/show_bug.cgi?id=60613
Move changelog for r1781620 to correct version, add a bug number for reference.
The vote for 6.0.50 has been cancelled.

Modified:
    tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=1781649&r1=1781648&r2=1781649&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Sat Feb  4 10:09:18 2017
@@ -44,7 +44,17 @@
 <!-- Section names:
  General, Catalina, Coyote, Jasper, Cluster, Web applications, Other
 -->
-<section name="Tomcat 6.0.50 (violetagg)">
+<section name="Tomcat 6.0.51 (violetagg)">
+  <subsection name="Jasper">
+    <changelog>
+      <fix>
+        <bug>60613</bug>: Refactor code generated for JSPs to reduce the
+        size of the code required for tags. (markt)
+      </fix>
+    </changelog>
+  </subsection>
+</section>
+<section name="Tomcat 6.0.50 (violetagg)" rtext="not released">
   <subsection name="Web applications">
     <changelog>
       <fix>
@@ -94,10 +104,6 @@
       <fix>
         Revert use of try/finally for simple tags. (remm)
       </fix>
-      <fix>
-        Refactor code generated for JSPs to reduce the size of the code required
-        for tags. (markt)
-      </fix>
     </changelog>
   </subsection>
   <subsection name="Web applications">



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


Re: svn commit: r1781649 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

Posted by Mark Thomas <ma...@apache.org>.
On 04/02/17 10:09, kkolinko@apache.org wrote:
> Author: kkolinko
> Date: Sat Feb  4 10:09:18 2017
> New Revision: 1781649
>
> URL: http://svn.apache.org/viewvc?rev=1781649&view=rev
> Log:
> https://bz.apache.org/bugzilla/show_bug.cgi?id=60613
> Move changelog for r1781620 to correct version,

Thanks for fixing that.

Mark


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