Author: rahul
Date: Thu Sep 21 15:19:23 2006
New Revision: 448716
URL: http://svn.apache.org/viewvc?view=rev&rev=448716
Log:
Update change history, release notes, contributor list (add Sitthichai
Rernglertpricha).
Modified:
jakarta/commons/proper/scxml/trunk/RELEASE-NOTES.txt
jakarta/commons/proper/scxml/trunk/pom.xml
jakarta/commons/proper/scxml/trunk/project.xml
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=448716&r1=448715&r2=448716
==============================================================================
--- jakarta/commons/proper/scxml/trunk/RELEASE-NOTES.txt (original)
+++ jakarta/commons/proper/scxml/trunk/RELEASE-NOTES.txt Thu Sep 21 15:19:23
2006
@@ -42,4 +42,7 @@
BUG FIXES:
+ o SCXML elements have to be defined in the following namespace
+ (case sensitive): http://www.w3.org/2005/07/scxml
+ o [SCXML-14] Allow target of a transition to be omitted.
Modified: jakarta/commons/proper/scxml/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/pom.xml?view=diff&rev=448716&r1=448715&r2=448716
==============================================================================
--- jakarta/commons/proper/scxml/trunk/pom.xml (original)
+++ jakarta/commons/proper/scxml/trunk/pom.xml Thu Sep 21 15:19:23 2006
@@ -92,6 +92,9 @@
<contributor>
<name>Niall Pemberton</name>
</contributor>
+ <contributor>
+ <name>Sitthichai Rernglertpricha</name>
+ </contributor>
</contributors>
<dependencies>
Modified: jakarta/commons/proper/scxml/trunk/project.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/project.xml?view=diff&rev=448716&r1=448715&r2=448716
==============================================================================
--- jakarta/commons/proper/scxml/trunk/project.xml (original)
+++ jakarta/commons/proper/scxml/trunk/project.xml Thu Sep 21 15:19:23 2006
@@ -19,7 +19,7 @@
<name>SCXML</name>
<groupId>commons-scxml</groupId>
<artifactId>commons-scxml</artifactId>
- <currentVersion>0.5.1-SNAPSHOT</currentVersion>
+ <currentVersion>0.6-SNAPSHOT</currentVersion>
<inceptionYear>2005</inceptionYear>
<shortDescription>Jakarta Commons SCXML</shortDescription>
@@ -105,6 +105,9 @@
</contributor>
<contributor>
<name>Niall Pemberton</name>
+ </contributor>
+ <contributor>
+ <name>Sitthichai Rernglertpricha</name>
</contributor>
</contributors>
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=448716&r1=448715&r2=448716
==============================================================================
--- jakarta/commons/proper/scxml/trunk/xdocs/changes.xml (original)
+++ jakarta/commons/proper/scxml/trunk/xdocs/changes.xml Thu Sep 21 15:19:23
2006
@@ -33,8 +33,17 @@
</ul>
</section>
- <release version="0.5.1" date="In SVN"
+ <release version="0.6" date="In SVN"
description="Future release">
+
+ <action dev="rahul" type="fix">
+ [09-21-2006] SCXML elements have to be defined in the following
+ namespace (case sensitive): http://www.w3.org/2005/07/scxml
+ </action>
+
+ <action dev="rahul" type="fix" issue="SCXML-14" due-to="Sitthichai
Rernglertpricha">
+ [08-07-2006] Allow the target of a transition to be omitted.
+ </action>
<action dev="rahul" type="fix">
[07-28-2006] Updated website to reflect 0.5 release.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]