funkman 2004/09/09 09:52:21
Modified: webapps/docs changelog.xml
Log:
Start 5.5.2 section and document jasper commit
Revision Changes Path
1.102 +46 -12 jakarta-tomcat-catalina/webapps/docs/changelog.xml
Index: changelog.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- changelog.xml 6 Sep 2004 21:56:55 -0000 1.101
+++ changelog.xml 9 Sep 2004 16:52:21 -0000 1.102
@@ -25,6 +25,40 @@
only in the above changelog.
</p>
</section>
+<section name="Tomcat 5.5.2 (yoavs)">
+ <subsection name="General">
+ <changelog>
+ </changelog>
+ </subsection>
+
+ <subsection name="Catalina">
+ <changelog>
+ </changelog>
+ </subsection>
+
+ <subsection name="Coyote">
+ <changelog>
+ </changelog>
+ </subsection>
+
+ <subsection name="Jasper">
+ <changelog>
+ <fix>
+ Remove maxTagNesting and curTagNesting since they are unused. (funkman)
+ </fix>
+ </changelog>
+ </subsection>
+
+ <subsection name="Cluster">
+ <changelog>
+ </changelog>
+ </subsection>
+
+ <subsection name="Webapps">
+ <changelog>
+ </changelog>
+ </subsection>
+</section>
<section name="Tomcat 5.5.1 (yoavs)">
<subsection name="General">
@@ -110,7 +144,7 @@
<subsection name="Webapps">
<changelog>
- <update>
+ <update>
Major documentation update with current Tomcat 5.5 changes. (remm)
</update>
<update>
@@ -129,14 +163,14 @@
<update>
Designed and tested Tomcat on J2SE 5.0 (aka JDK 1.5). (everyone)
</update>
- <update>
+ <update>
Bundled Eclipse JDT (new dependency) to allow Tomcat to run on a JRE only,
i.e. no JDK required. (remm)
</update>
- <update>
+ <update>
Repackage commons-dbcp and its dependencies as a sigle smaller WAR, with
renamed packages. (remm)
</update>
- <update>
- Removed dependencies on commons-digester, commons-beanutils, and
commons-collections.
+ <update>
+ Removed dependencies on commons-digester, commons-beanutils, and
commons-collections.
The relevant digester functionality is now merged in tomcat-util. (remm)
</update>
</changelog>
@@ -156,21 +190,21 @@
<update>
Extensively profiled and optimized the server startup performance as well
as the request mapping and processing pipeline. (remm)
</update>
- <update>
+ <update>
The container will now always process a /META-INF/context.xml resource,
unless the webapp has a specified external context file. (remm)
</update>
- <update>
+ <update>
New default configuration mechanism for web applications, replacing
DefaultContext. This uses a
shared context file located in conf/context.xml. (remm)
</update>
- <update>
+ <update>
Revamped deployer, alloying full hotdeploy (note: on Windows, this requires
the anti file locking
features). (remm)
</update>
- <update>
+ <update>
Remove verbosity from the JNDI resources configuration, by allowing
arbitrary attributes on the Resource element. (remm)
</update>
- <update>
+ <update>
Simpler Valve interface, to allow smaller stack traces and reducing the
amount of method calls. (remm)
</update>
</changelog>
@@ -181,11 +215,11 @@
<subsection name="Jasper">
<changelog>
- <update>
+ <update>
Eclipse JDT is now the default Java compiler in Jasper. Source dependencies
are now loaded from
the container classloader, and compilation times are much faster. (remm)
</update>
- <update>
+ <update>
Jasper development mode should now have acceptable performance for heavily
accessed pages.
Precompiling JSPs is still significantly more efficient, however. (remm)
</update>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]