Author: antelder
Date: Mon Aug 18 04:54:03 2008
New Revision: 686732

URL: http://svn.apache.org/viewvc?rev=686732&view=rev
Log:
Update doc files for 1.3.1

Modified:
    tuscany/branches/sca-java-1.3.1/distribution/src/main/release/CHANGES
    tuscany/branches/sca-java-1.3.1/distribution/src/main/release/README
    tuscany/branches/sca-java-1.3.1/distribution/src/main/release/RELEASE_NOTES
    tuscany/branches/sca-java-1.3.1/distribution/src/main/release/bin/INSTALL
    tuscany/branches/sca-java-1.3.1/distribution/src/main/release/src/BUILDING

Modified: tuscany/branches/sca-java-1.3.1/distribution/src/main/release/CHANGES
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/distribution/src/main/release/CHANGES?rev=686732&r1=686731&r2=686732&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/distribution/src/main/release/CHANGES 
(original)
+++ tuscany/branches/sca-java-1.3.1/distribution/src/main/release/CHANGES Mon 
Aug 18 04:54:03 2008
@@ -1,3 +1,17 @@
+Changes With Apache Tuscany SCA 1.3.1 August 2008 
+=================================================
+
+Fix the following JIRA issues (http://issues.apache.org/jira/browse/TUSCANY):
+  * TUSCANY-2539 File handle on composite affecting behaviour of tuscany 
deployments in websphere.
+  * TUSCANY-2535 Tuscany dosn't run if install on a WebSphere server that has 
itself been installed in a directory with a space in the name
+  * TUSCANY-2534 WebSphere issue java.lang.ClassCastException
+  * TUSCANY-2531 Problems with generated wsdl when using non service package
+  * TUSCANY-2519 "throws Exception" causes failure in JAXB type generation
+  * TUSCANY-2514 tuscany-host-{tomcat,jetty} and jsr181-api should be optional 
dependencies for binding.ws clients
+  * TUSCANY-2505 Problem in case: start with DLW wsdl, generate Java w/ 
wsimport, throw away WSDL and use <intf.java>, when wrapper elem used named 
type (not anonymous)
+  * TUSCANY-2389 null elements in Object array not getting passed over 
binding.ws
+
+
 Changes With Apache Tuscany SCA 1.3 August 2008 
 ===============================================
 
@@ -29,6 +43,12 @@
     - more spec verifaction tests
     - validation itests
 
+Changes With Apache Tuscany SCA 1.2.1 (incubating) June 2008 
+============================================================
+
+Fix the following JIRA issues (http://issues.apache.org/jira/browse/TUSCANY):
+  * TUSCANY-2304 SCA client Hang Forver after getting exceptions from remote 
web service
+
 
 Changes With Apache Tuscany SCA 1.2 (incubating) April 2008 
 ===========================================================

Modified: tuscany/branches/sca-java-1.3.1/distribution/src/main/release/README
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/distribution/src/main/release/README?rev=686732&r1=686731&r2=686732&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/distribution/src/main/release/README 
(original)
+++ tuscany/branches/sca-java-1.3.1/distribution/src/main/release/README Mon 
Aug 18 04:54:03 2008
@@ -1,7 +1,7 @@
-Apache Tuscany SCA 1.3 August 2008 README
-=========================================
+Apache Tuscany SCA 1.3.1 August 2008 README
+===========================================
 
-Welcome to the Tuscany SCA 1.3 release. 
+Welcome to the Tuscany SCA 1.3.1 release. 
 
 See the RELEASE_NOTES file for information specific to this release.
 

Modified: 
tuscany/branches/sca-java-1.3.1/distribution/src/main/release/RELEASE_NOTES
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/distribution/src/main/release/RELEASE_NOTES?rev=686732&r1=686731&r2=686732&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/distribution/src/main/release/RELEASE_NOTES 
(original)
+++ tuscany/branches/sca-java-1.3.1/distribution/src/main/release/RELEASE_NOTES 
Mon Aug 18 04:54:03 2008
@@ -1,11 +1,14 @@
-Apache Tuscany SCA 1.3 August 2008 Release Notes
-================================================
+Apache Tuscany SCA 1.3.1 August 2008 Release Notes
+==================================================
 
 Apache Tuscany provides a runtime based on the Service Component
 Architecture. SCA is a set of specifications aimed at simplifying SOA
 Application Development which are being standardized at OASIS as part
 of Open Composite Services Architecture (Open CSA) - 
http://www.oasis-opencsa.org/.
 
+This is a maintenance release over the 1.3 release, see the CHANGES 
+file for a detailed list of the changes in this release.
+
 Overview
 --------
 
@@ -45,8 +48,6 @@
         - Geronimo 2.0.2 Tomcat6 jee5
         - WebSphere 6.1 fix pack 9
 
-See the CHANGES file for a detailed list of the features in this release.
-
 Support
 -------
 

Modified: 
tuscany/branches/sca-java-1.3.1/distribution/src/main/release/bin/INSTALL
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/distribution/src/main/release/bin/INSTALL?rev=686732&r1=686731&r2=686732&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/distribution/src/main/release/bin/INSTALL 
(original)
+++ tuscany/branches/sca-java-1.3.1/distribution/src/main/release/bin/INSTALL 
Mon Aug 18 04:54:03 2008
@@ -1,9 +1,9 @@
-Installing the Apache Tuscany SCA 1.3 August 2008 Release binary distribution
-=============================================================================
+Installing the Apache Tuscany SCA 1.3.1 August 2008 Release binary distribution
+===============================================================================
 
 Unzip Tuscany binary distribution archive and you get the following:
 
-tuscany-sca-1.3        
+tuscany-sca-1.3.1        
    DISCLAIMER    - the ASF incubation disclaimer
    INSTALL       - this help file
    LICENSE       - the Apache License and any dependecy licenses

Modified: 
tuscany/branches/sca-java-1.3.1/distribution/src/main/release/src/BUILDING
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/distribution/src/main/release/src/BUILDING?rev=686732&r1=686731&r2=686732&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/distribution/src/main/release/src/BUILDING 
(original)
+++ tuscany/branches/sca-java-1.3.1/distribution/src/main/release/src/BUILDING 
Mon Aug 18 04:54:03 2008
@@ -1,5 +1,5 @@
-Building the Apache Tuscany SCA 1.3 August 2008 Release source distribution
-===========================================================================
+Building the Apache Tuscany SCA 1.3.1 August 2008 Release source distribution
+=============================================================================
 
 Initial Setup
 -------------


Reply via email to