[jboss-cvs] jboss-seam ...

Norman Richards norman.richards at jboss.com
Tue Feb 27 01:20:06 EST 2007


  User: nrichards
  Date: 07/02/27 01:20:06

  Modified:    jboss-seam     build.xml changelog.txt readme.txt
                        release-process.txt
  Log:
  get ready to tag 1.2
  
  Revision  Changes    Path
  1.156     +2 -2      jboss-seam/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build.xml,v
  retrieving revision 1.155
  retrieving revision 1.156
  diff -u -b -r1.155 -r1.156
  --- build.xml	27 Feb 2007 05:38:57 -0000	1.155
  +++ build.xml	27 Feb 2007 06:20:06 -0000	1.156
  @@ -12,8 +12,8 @@
       <!-- Name of project and version, used to create filenames -->
       <property name="Name"                 value="JBoss Seam"/>
       <property name="name"                 value="jboss-seam"/>
  -    <property name="version"              value="1.1"/>
  -    <property name="patchlevel"           value="7.RC1"/>
  +    <property name="version"              value="1.2"/>
  +    <property name="patchlevel"           value="0.RC1"/>
   
       <!-- set global properties for this build -->
       <property name="build.dir"            value="build"/>
  
  
  
  1.43      +37 -0     jboss-seam/changelog.txt
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: changelog.txt
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/changelog.txt,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -b -r1.42 -r1.43
  --- changelog.txt	23 Feb 2007 22:03:03 -0000	1.42
  +++ changelog.txt	27 Feb 2007 06:20:06 -0000	1.43
  @@ -1,6 +1,43 @@
   JBoss Seam Changelog
   ====================
   
  +Release Notes - JBoss Seam - Version 1.2.0.GA
  +
  +** Bug
  +    * [JBSEAM-916] - Build fails doing "seam restart" 
  +    * [JBSEAM-917] - events.xml documentation module contains invalid xml
  +    * [JBSEAM-918] - Group principal can be "roles" or "Roles"
  +    * [JBSEAM-920] - s:selectDate in Firefox with Ajax4JSF on the JSF 1.2 RI
  +    * [JBSEAM-921] - Docs: incorrect MultipartFilter configuration instructions
  +    * [JBSEAM-922] - Doc: Section 4.5 lists namespaces, but leaves out web.xsd
  +    * [JBSEAM-926] - hibernate console launch config does not work on linux
  +    * [JBSEAM-927] - menu buttons padding is very big
  +    * [JBSEAM-932] - Circular associations
  +    * [JBSEAM-933] - EntityNotFoundException has no message
  +    * [JBSEAM-934] - NPE in SessionBeanInterceptor
  +    * [JBSEAM-935] - Better exception when invalid EntityQuery restriction is encountered
  +    * [JBSEAM-939] - Cleaner handling of expired TimerHandles
  +    * [JBSEAM-940] - JavaBean component clustering totally broken
  +
  +
  +** Feature Request
  +    * [JBSEAM-604] - "stackable" Redirect
  +    * [JBSEAM-776] - Add more information to the exception thrown when a conversation is started illegally
  +    * [JBSEAM-910] - s:columns
  +    * [JBSEAM-914] - Document scheme="https"
  +    * [JBSEAM-925] - <core:filter enabled="#{el}">
  +    * [JBSEAM-931] - EL in QL
  +    * [JBSEAM-936] - Wanted detail documentaition of using Seam with cache.
  +    * [JBSEAM-938] - @AutoCreate and @Factory(autoCreate=true)
  +
  +** Patch
  +    * [JBSEAM-880] - Make UISelectItems more permissive to null-values
  +
  +** Task
  +    * [JBSEAM-887] - Replicate booking demo fixes to all versions of the demo
  +    * [JBSEAM-929] - consistent component naming / remove unused files from CVS
  +
  +
   Changes in version 1.1.7.RC1 (February 2007)
   -------------------------------------------
   Release Notes - JBoss Seam - Version 1.1.7.RC1
  
  
  
  1.32      +1 -1      jboss-seam/readme.txt
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: readme.txt
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/readme.txt,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -b -r1.31 -r1.32
  --- readme.txt	23 Feb 2007 22:03:03 -0000	1.31
  +++ readme.txt	27 Feb 2007 06:20:06 -0000	1.32
  @@ -1,6 +1,6 @@
   JBoss Seam - Contextual Component framework for Java EE 5
   =========================================================
  -version 1.1.7.RC1, February 2007
  +version 1.2.0.GA, February 2007
   
   This software is distributed under the terms of the FSF Lesser Gnu
   Public License (see lgpl.txt).
  
  
  
  1.5       +2 -1      jboss-seam/release-process.txt
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: release-process.txt
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/release-process.txt,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- release-process.txt	26 Feb 2007 03:59:57 -0000	1.4
  +++ release-process.txt	27 Feb 2007 06:20:06 -0000	1.5
  @@ -7,7 +7,7 @@
     - readme.txt
     - changelog.txt
     - build.xml
  -  - docs/reference/en/master.xml
  +  - doc/reference/en/master.xml
     - org.jboss.seam.servlet.SeamListener
   
     (Actually, we should fix it so the last three
  @@ -28,6 +28,7 @@
     - contactlist
     - itext
     - mail
  +  - spring
   * Sanity check the following example applications on Tomcat
     - booking
     - dvdstore
  
  
  



More information about the jboss-cvs-commits mailing list