Update change log
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 7 Mar 2010 21:30:54 +0000 (21:30 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 7 Mar 2010 21:30:54 +0000 (21:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@920123 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml

index 491d648..6a815a6 100644 (file)
   </properties>
 
 <body>
-<section name="Tomcat Trunk">
+<section name="Tomcat 7.0.0 (markt)">
   <subsection name="Catalina">
     <changelog>
       <update>
+        Update Servlet support to the Servlet 3.0 specification. Note
+        asynchronous support is not yet complete. (markt/fhanik)
+      </update>
+      <update>
         <bug>46925</bug>: Replace recursive search for nested roles with
         iterative search. Patch provided by Stefan Zoerner. (rjung)
       </update>
         directories and/or WAR files to be mapped to paths within the context.
         (markt)
       </add>
+      <update>
+        Provide clearer definition of Lifecycle interface, particularly start
+        and stop, and align components that implement Lifecycle with this
+        definition. (markt)  
+      </update>
     </changelog>
   </subsection>
   <subsection name="Coyote">
   <subsection name="Jasper">
     <changelog>
       <update>
+        Update JSP support to the JSP 2.2 specification. (markt)
+      </update>
+      <update>
+        Update EL support to the EL 2.2 specification. (markt)
+      </update>
+      <update>
         <rev>787978</rev> Use "1.6" as the default value for compilerSourceVM and compilerTargetVM
         options of Jasper. (kkolinko)
       </update>
         in the documentation. (fhanik)
       </update>
       <add>
-        A number of additional roles were added to the Manager application to
-        separate out permissions for the HTML interface, the text interface and
-        the JMX proxy. (markt) 
+        A number of additional roles were added to the Manager and Host Manager
+        applications to separate out permissions for the HTML interface, the
+        text interface and the JMX proxy. (markt) 
+      </add>
+      <add>
+        CSRF protection was added to the Manager and Host Manager applications.
+        (markt)
       </add>
     </changelog>
   </subsection>