hlship 2003/06/03 19:15:33
Modified: web new.html
config Version.properties
Log:
Update for 3.0-beta-1a.
Revision Changes Path
1.178 +5 -2 jakarta-tapestry/web/new.html
Index: new.html
===================================================================
RCS file: /home/cvs/jakarta-tapestry/web/new.html,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- new.html 2 Jun 2003 21:52:42 -0000 1.177
+++ new.html 4 Jun 2003 02:15:32 -0000 1.178
@@ -11,6 +11,9 @@
<tr>
<td valign="top" align="left"><IMG alt="[Tapestry Banner]" src="images/Tapestry-Banner.png"
border="0">
+
+<h3>Release 3.0-beta-1a</h3>
+
<pre>
[ 20430 ] ComponentMessages and its test do not compile under JDK 1.3
</pre>
@@ -23,7 +26,7 @@
<li>Removed unused/unneeded exceptions <code>RollbackException</code>
and <code>PageRecorderSerializationException</code>.</li>
<li>The default for the <a href="doc/ComponentReference/Hidden.html">Hidden</a>
component is now to encode its parameter.</li>
<li>Ugraded to OGNL 2.5.1.</li>
-<li><a href="doc/ComponentReference/Shell.html">Shell</a> comp;onent
now allows multiple stylesheets.</li>
+<li><a href="doc/ComponentReference/Shell.html">Shell</a> component now
allows multiple stylesheets.</li>
<li>Added a <a href="doc/api/org/apache/tapestry/util/io/DataSqueezer.html">DataSqueezer</a>
adaptor for
<code>Enum</code> types.</li>
<li>Switched over to using JBoss 3.0.6 for demos.</li>
1.31 +2 -2 jakarta-tapestry/config/Version.properties
Index: Version.properties
===================================================================
RCS file: /home/cvs/jakarta-tapestry/config/Version.properties,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- Version.properties 17 Apr 2003 21:33:46 -0000 1.30
+++ Version.properties 4 Jun 2003 02:15:32 -0000 1.31
@@ -2,4 +2,4 @@
#
# Stores the version number of the framework.
-framework.version=3.0-beta-1
\ No newline at end of file
+framework.version=3.0-beta-1a
\ No newline at end of file
|