[seam-commits] Seam SVN: r14024 - in branches/community/Seam_2_2: build and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Jan 24 08:52:25 EST 2011


Author: manaRH
Date: 2011-01-24 08:52:24 -0500 (Mon, 24 Jan 2011)
New Revision: 14024

Modified:
   branches/community/Seam_2_2/build/default.build.properties
   branches/community/Seam_2_2/changelog.txt
   branches/community/Seam_2_2/release-process.txt
Log:
changing version number and filling changelog from JIRA Release Notes

Modified: branches/community/Seam_2_2/build/default.build.properties
===================================================================
--- branches/community/Seam_2_2/build/default.build.properties	2011-01-24 13:19:34 UTC (rev 14023)
+++ branches/community/Seam_2_2/build/default.build.properties	2011-01-24 13:52:24 UTC (rev 14024)
@@ -8,7 +8,7 @@
 major.version 2
 minor.version .2
 patchlevel .1
-qualifier -SNAPSHOT
+qualifier .Final
 #
 # Other program locations
 # -----------------------

Modified: branches/community/Seam_2_2/changelog.txt
===================================================================
--- branches/community/Seam_2_2/changelog.txt	2011-01-24 13:19:34 UTC (rev 14023)
+++ branches/community/Seam_2_2/changelog.txt	2011-01-24 13:52:24 UTC (rev 14024)
@@ -1,6 +1,32 @@
 JBoss Seam Changelog
 ====================
+Release Notes - Seam - Version 2.2.1.Final 
 
+** Feature Request
+   * [ JBSEAM-3347 ] change column width in tables of pdf doc in security chapter 			
+   * [ JBSEAM-4757 ] update ICEfaces version to 1.8.2  			
+
+** Bug
+   * [ JBSEAM-3917 ] NPE in Image.getImage() for images with unsupported content type 			
+   * [ JBSEAM-4685 ] Unexpected web service response on JBoss AS 6 			
+   * [ JBSEAM-4744 ] EntityQuery.resultList throws a exception when the entity has composite key 			
+   * [ JBSEAM-4745 ] EntityQuery.resultList throws a exception when the entity has composite key 			
+   * [ JBSEAM-4750 ] Unable to run ftests for tomcat and jboss-embedded due to missing build file specification 			
+   * [ JBSEAM-4751 ] Test task not working in a seam-gen project 			
+   * [ JBSEAM-4753 ] seam-gen tests fail in icefaces configuration 			
+   * [ JBSEAM-4754 ] Documentation broken links  			
+   * [ JBSEAM-4755 ] Usage of propagation="nest" with <s:link> throws Exception 			
+   * [ JBSEAM-4762 ] broken links in documentation to Hibernate documentation 			
+   * [ JBSEAM-4764 ] dvdstore: SearchTest broken after recent changes to hibernate search integration 			
+   * [ JBSEAM-4765 ] dvdstore fails with SearchException 			
+   * [ JBSEAM-4766 ] jboss-seam-2.2.1.CR3 / examples / seambay / webservices issues 			
+   * [ JBSEAM-4767 ] Functional testsuite not executing webdriver tests 			
+   * [ JBSEAM-4768 ] Seam metawidget/dvdstore example throws a compilation error 			
+   * [ JBSEAM-4769 ] remoting/chatroom example not working with JBossAS 6 Final 	
+
+** Enhancement
+   * [ JBSEAM-4759 ] Update Hibernate Search examples to use new features 	   
+   
 Release Notes - Seam - Version 2.2.1.CR3
 
 ** Bug

Modified: branches/community/Seam_2_2/release-process.txt
===================================================================
--- branches/community/Seam_2_2/release-process.txt	2011-01-24 13:19:34 UTC (rev 14023)
+++ branches/community/Seam_2_2/release-process.txt	2011-01-24 13:52:24 UTC (rev 14024)
@@ -22,7 +22,7 @@
         - Check all the issue types one at a time to determine final list.
   - build/default.build.properties 
     - Change the version numbers as needed
-    - Set the qualifier using a "." ex. ".CR1" or ".GA"
+    - Set the qualifier using a "." ex. ".CR1" or ".Final"
     - Check that build.properties has the qualifier commented out
     
 Maven repository settings
@@ -45,6 +45,13 @@
   - Run "ant dependencyReport"
     - Review for snapshot dependencies
 
+Internal testing before tagging for Final releases
+--------------------------------------------------
+Final releases should be verified before tagging. Just note revision number after updating changelog.txt and build/default.build.properties.
+Send email to <seam-dev at lists.jboss.org> about frozen branch and point the QE to the revision number.
+After verification continue with creating final tag and final steps for releasing.
+
+
 SVN tagging and checkout
 ------------------------
 <NOTE testing can begin prior to official tagging but a complete process 



More information about the seam-commits mailing list