Author: jbalunas(a)redhat.com
Date: 2008-06-10 16:13:26 -0400 (Tue, 10 Jun 2008)
New Revision: 8368
Modified:
branches/Seam_2_0/build/default.build.properties
branches/Seam_2_0/changelog.txt
branches/Seam_2_0/readme.txt
Log:
Updated version information prior to tagging for the 2.0.3.CR1 release
Modified: branches/Seam_2_0/build/default.build.properties
===================================================================
--- branches/Seam_2_0/build/default.build.properties 2008-06-09 20:03:03 UTC (rev 8367)
+++ branches/Seam_2_0/build/default.build.properties 2008-06-10 20:13:26 UTC (rev 8368)
@@ -8,7 +8,7 @@
major.version 2
minor.version .0
patchlevel .3
-qualifier -SNAPSHOT
+qualifier .CR1
#
# Other program locations
# -----------------------
Modified: branches/Seam_2_0/changelog.txt
===================================================================
--- branches/Seam_2_0/changelog.txt 2008-06-09 20:03:03 UTC (rev 8367)
+++ branches/Seam_2_0/changelog.txt 2008-06-10 20:13:26 UTC (rev 8368)
@@ -1,6 +1,30 @@
JBoss Seam Changelog
====================
+Release Notes - JBoss Seam - Version 2.0.3.CR1
+
+** Feature Request
+ * [ JBSEAM-3003 ] maintain insertion order of parameters in UrlBuilder
+
+** Bug
+ * [ JBSEAM-2833 ] Glassfish Jee5 example deployment fails with NoClassDefFoundError:
EDU/oswego/cs/dl/util/concurrent/ConcurrentReaderHashMap
+ * [ JBSEAM-2956 ] seambay example throws an exception when placing a bid on the
camera
+ * [ JBSEAM-3027 ] seam-gen richfaces sakura skin not found
+ * [ JBSEAM-3049 ] javax.persistence.EntityNotFoundException on activating passivated
entities that have been deleted
+ * [ JBSEAM-3053 ] Natural conversation id initialized at wrong time, leading to
exceptions
+ * [ JBSEAM-3064 ] AuthorizationException when Load Testing -
RuleBasedIdentity.hasPermission() returns false when it should return true
+ * [ JBSEAM-3071 ] Need to sanitize headers
+ * [ JBSEAM-3072 ] seam dist /extras directory is not there - no mail-ra.rar
+ * [ JBSEAM-3078 ] new entities are not wrapped by by conversation context flush
+ * [ JBSEAM-3083 ] urlBase on <m:message> does not work
+ * [ JBSEAM-3090 ] web XSD incorrectly declares servlet-session element
+
+** Task
+ * [ JBSEAM-3050 ] Move Seam scanner code into Seam Core
+ * [ JBSEAM-3048 ] Add id attribute to markup for JSF components in Seam examples
+ * [ JBSEAM-3058 ] HTML and CSS sanitation filters for Seam Text
+ * [ JBSEAM-3066 ] Include JBoss 5 compatible version of Facelets
+
Release Notes - JBoss Seam - Version 2.0.2.GA
** Bug
Modified: branches/Seam_2_0/readme.txt
===================================================================
--- branches/Seam_2_0/readme.txt 2008-06-09 20:03:03 UTC (rev 8367)
+++ branches/Seam_2_0/readme.txt 2008-06-10 20:13:26 UTC (rev 8368)
@@ -1,6 +1,6 @@
JBoss Seam - Contextual Component framework for Java EE 5
=========================================================
-version 2.0.2.GA, May 2008
+version 2.0.3.CR1, June 2008
This software is distributed under the terms of the FSF Lesser Gnu
Public License (see lgpl.txt).