diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-17 16:32:18 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-17 16:32:18 +0000 |
commit | 162c9898f899bff727adeb31ec9779f7e6d26365 (patch) | |
tree | edbbd9aa8c39b98677ea654b2e706b98de1027e8 /branches | |
parent | 50f11675c56c1b4dc0d0c1c99694f4beafe54fb1 (diff) |
Bring the changes list up to date
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@816266 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-rw-r--r-- | branches/sca-java-1.5.1/distribution/src/main/release/CHANGES | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/branches/sca-java-1.5.1/distribution/src/main/release/CHANGES b/branches/sca-java-1.5.1/distribution/src/main/release/CHANGES index 06ec2f71b9..a98fe1a5f1 100644 --- a/branches/sca-java-1.5.1/distribution/src/main/release/CHANGES +++ b/branches/sca-java-1.5.1/distribution/src/main/release/CHANGES @@ -1,5 +1,5 @@ -Changes With Apache Tuscany SCA 1.5.1 August 2009
-=================================================
+Changes With Apache Tuscany SCA 1.5.1 September 2009
+====================================================
Fix the following JIRA issues (http://issues.apache.org/jira/browse/TUSCANY):
@@ -66,7 +66,19 @@ TUSCANY-3199 - WebImplementationProcessor should prefix web.componentType URI wi TUSCANY-3200 - Add the dojo copyright to the NOTICE file to be consistent with the top level binary NOTICE file
TUSCANY-3202 - Spring bean name as service names for implicit services
TUSCANY-3213 - ProblemImpl resides in assembly and means that other module have to access an impl packed to create a problem
-
+TUSCANY-3235 - Java2 security problem
+TUSCANY-3237 - Remove auto indexing logic for constructors
+TUSCANY-3238 - Use of WS binding results in exception when returning data
+TUSCANY-3240 - Closing reader after processing spring application-context.xml
+TUSCANY-3247 - Making interfaces and instantiatng widget factory via extension point mechanism
+TUSCANY-3248 - Removing quoted tokens to avoid issues on linux/mac os environment
+TUSCANY-3249 - providing on/off feature for multiple application context support
+TUSCANY-3251 - Fix interface compatibility checking for callback operations
+TUSCANY-3254 - null returned by RequestContext.getCallbackReference()
+TUSCANY-3255 - Consolidate JMS session management in JMSResourceFactory
+TUSCANY-3264 - Tyiding up how we write the schema prefix as per StAX spec
+TUSCANY-3267 - ensure wrapper elements have nillable=false
+TUSCANY-3272 - create class to run holder tests when run from the distribution
Changes With Apache Tuscany SCA 1.5 May 2009
============================================
|