henning 2004/08/22 16:52:01
Modified: . Tag: TURBINE_2_3_BRANCH project.xml
xdocs Tag: TURBINE_2_3_BRANCH changes.xml
Log:
Call it RC2
Revision Changes Path
No revision
No revision
1.136.2.11 +6 -2 jakarta-turbine-2/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-2/project.xml,v
retrieving revision 1.136.2.10
retrieving revision 1.136.2.11
diff -u -r1.136.2.10 -r1.136.2.11
--- project.xml 16 Aug 2004 23:43:44 -0000 1.136.2.10
+++ project.xml 22 Aug 2004 23:51:59 -0000 1.136.2.11
@@ -22,7 +22,7 @@
<pomVersion>3</pomVersion>
<name>jakarta-turbine-2</name>
<id>turbine</id>
- <currentVersion>2.3.1-rc2-dev</currentVersion>
+ <currentVersion>2.3.1-rc2</currentVersion>
<organization>
<name>Apache Software Foundation</name>
<url>http://jakarta.apache.org/</url>
@@ -78,7 +78,11 @@
</version>
<version>
<name>2.3.1-RC1</name>
- <tag>TURBINE_2_3.1-RC1</tag>
+ <tag>TURBINE_2_3_1_RC1</tag>
+ </version>
+ <version>
+ <name>2.3.1-RC2</name>
+ <tag>TURBINE_2_3_1_RC2</tag>
</version>
</versions>
No revision
No revision
1.60.2.19 +27 -2 jakarta-turbine-2/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-2/xdocs/changes.xml,v
retrieving revision 1.60.2.18
retrieving revision 1.60.2.19
diff -u -r1.60.2.18 -r1.60.2.19
--- changes.xml 16 Aug 2004 23:41:50 -0000 1.60.2.18
+++ changes.xml 22 Aug 2004 23:52:00 -0000 1.60.2.19
@@ -73,7 +73,28 @@
-->
-<section name="Turbine 2.3">
+<section name="Turbine 2.3-rc2">
+
+<p>
+Changes between Turbine 2.3-rc1 and 2.3.1-rc2.
+</p>
+
+<subsection name="Fixed bugs">
+<p>
+ <ul>
+ <li>
+ Fix the brown paper bag bug that made RC1 unusable
+ with Velocity. This is an implicit incompatibility between
+ a change in Commons Configuration and an assumption in
+ Turbine that threw a class cast exception in Commons
+ Collections and crashed Velocity. Isn't Java a cool thing?
+ </li>
+ </ul>
+</p>
+</subsection>
+</section>
+
+<section name="Turbine 2.3-rc2">
<p>
Changes between Turbine 2.3 and 2.3.1-rc1.
@@ -86,7 +107,7 @@
commons-logging explicitly. If you relied on this behaviour,
you must add a commons-logging.properties file to your
application as described in the <a
-
href=http://jakarta.apache.org/commons/logging/apidocs/org/apache/commons/logging/package-summary.html">commons
+
href="http://jakarta.apache.org/commons/logging/apidocs/org/apache/commons/logging/package-summary.html">commons
logging documentation</a>
</li>
<li>commons-configuration was upgraded to 1.0-rc1. All getVector() method calls
on the
@@ -187,6 +208,10 @@
</ul>
</p>
</subsection>
+
+</section>
+
+<section name="Turbine 2.3">
<p>
Changes between Turbine 2.2 and 2.3.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]