Author: rahul
Date: Wed Dec 13 14:17:26 2006
New Revision: 486862

URL: http://svn.apache.org/viewvc?view=rev&rev=486862
Log:
Today's changes.

Modified:
    jakarta/commons/proper/scxml/trunk/RELEASE-NOTES.txt
    jakarta/commons/proper/scxml/trunk/xdocs/changes.xml

Modified: jakarta/commons/proper/scxml/trunk/RELEASE-NOTES.txt
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/RELEASE-NOTES.txt?view=diff&rev=486862&r1=486861&r2=486862
==============================================================================
--- jakarta/commons/proper/scxml/trunk/RELEASE-NOTES.txt (original)
+++ jakarta/commons/proper/scxml/trunk/RELEASE-NOTES.txt Wed Dec 13 14:17:26 
2006
@@ -38,11 +38,17 @@
 
     http://www.w3.org/2005/07/scxml
 
+ o See bug fixes section for semantic incompatibilities introduced due
+   to bugs fixed from v0.5
+
 NEW FEATURES:
 
  o The entire Commons SCXML object model as well as the SCXMLExecutor
-   instances are now serializable. This is particularly useful in
-   web environments for session persistence and clustering.
+   instances are now serializable, as long as the user specified content
+   in all state contexts is also serializable. This is particularly
+   useful in web environments for session persistence and clustering.
+   If <data> elements are used; the DOM Level 2 implementation in use
+   must also be serializable.
 
  o There is improved support for XML namespaces in SCXML documents.
    Custom actions may be defined in user-specified namespaces.
@@ -61,14 +67,18 @@
 All deprecations introduced in this version are scheduled for removal in
 v1.0 of the library.
 
- o [org.apache.commons.scxml.io.SCXMLDigester] The custom digester rules
-   in this class are deprecated. They should not have been part of the
-   public API to begin with.
+ o [org.apache.commons.scxml.Builtin] The data() and dataNode() methods
+   that take two arguments are deprecated. They are replaced by their
+   three argument namespace-aware counterparts.
 
  o [org.apache.commons.scxml.ErrorReporter] All String constants in this
    class have been deprecated. Use constants with the same names in
    org.apache.commons.scxml.semantics.ErrorConstants instead.
 
+ o [org.apache.commons.scxml.io.SCXMLDigester] The custom digester rules
+   in this class are deprecated. They should not have been part of the
+   public API to begin with.
+
  o [org.apache.commons.scxml.model.Invoke] The method getParams()
    returning a java.util.Map has been deprecated. Use the method
    params() returning a java.util.List instead. See Javadocs for details.
@@ -76,7 +86,10 @@
 BUG FIXES:
 
  o [SCXML-21] Delay is not processed for <send> element with default
-   "targettype".
+   targettype ("scxml").
+
+ o [SCXML-16] target and targettype attributes of <send> element should
+   be evaluated as expressions.
 
  o [SCXML-14] Allow target of a transition to be omitted.
 

Modified: jakarta/commons/proper/scxml/trunk/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/xdocs/changes.xml?view=diff&rev=486862&r1=486861&r2=486862
==============================================================================
--- jakarta/commons/proper/scxml/trunk/xdocs/changes.xml (original)
+++ jakarta/commons/proper/scxml/trunk/xdocs/changes.xml Wed Dec 13 14:17:26 
2006
@@ -36,6 +36,16 @@
     <release version="0.6" date="December 2006"
      description="Latest release">
 
+      <action dev="rahul" type="fix" issue="SCXML-16" due-to="Sitthichai 
Rernglertpricha">
+       [12-12-2006] target and targettype attributes of &lt;send&gt; element
+       are now evaluated as expressions.
+      </action>
+
+      <action dev="rahul" type="fix">
+       [12-12-2006] Set tests to warn, but not fail, if the DOM L2
+       implementation in use is not serializable.
+      </action>
+
       <action dev="rahul" type="fix" issue="SCXML-32">
        [12-07-2006] Update Commons Logging to version 1.1.
       </action>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to