Author: amilaj
Date: Thu Sep 19 03:29:56 2013
New Revision: 1524622

URL: http://svn.apache.org/r1524622
Log:
Commiting changes necessary to prepare 0.9 release

Modified:
    airavata/trunk/INSTALL
    airavata/trunk/README
    airavata/trunk/RELEASE_NOTES

Modified: airavata/trunk/INSTALL
URL: 
http://svn.apache.org/viewvc/airavata/trunk/INSTALL?rev=1524622&r1=1524621&r2=1524622&view=diff
==============================================================================
--- airavata/trunk/INSTALL (original)
+++ airavata/trunk/INSTALL Thu Sep 19 03:29:56 2013
@@ -1,7 +1,7 @@
 For detailed installation and further instructions please refer 
http://airavata.apache.org/:
 Documentation section in left hand panel. The website lists step by step 
instructions
 
-Installing  Apache Airavata 0.8
+Installing  Apache Airavata 0.9
 ------------------------------------------------
 
 Prerequisites

Modified: airavata/trunk/README
URL: 
http://svn.apache.org/viewvc/airavata/trunk/README?rev=1524622&r1=1524621&r2=1524622&view=diff
==============================================================================
--- airavata/trunk/README (original)
+++ airavata/trunk/README Thu Sep 19 03:29:56 2013
@@ -67,6 +67,7 @@ Airavata Source Distribution Directory S
                │   │   ├── service
                │   │   └── webapp
                │   ├── security
+               │   ├── credential-store
                │   ├── server
                │   ├── test-suite
                │   ├── workflow-interpreter
@@ -111,11 +112,6 @@ Client Distributions
   The Airavata XBaya distribution is a client GUI application with features to 
register applications as web services, construct workflows,
   execute and monitor workflows and browse the generated results from the 
airavata registry.
 
-* Airavata XBaya JNLP
-  The Airavata XBaya JNLP distribution is the simular GUI distribution but 
prepackeged to be ready to be deployed to 
-   a web server as a web start application. The GUI provides features to 
register applications as web services, construct workflows,
-  execute and monitor workflows and browse the generated results from the 
airavata registry. 
-
 * Airavata Client
   The Airavata Client distribution is a set of libraries and configurations 
files that allow a 3rd party application to programatically 
   access Airavata functionality through Airavata API. 

Modified: airavata/trunk/RELEASE_NOTES
URL: 
http://svn.apache.org/viewvc/airavata/trunk/RELEASE_NOTES?rev=1524622&r1=1524621&r2=1524622&view=diff
==============================================================================
--- airavata/trunk/RELEASE_NOTES (original)
+++ airavata/trunk/RELEASE_NOTES Thu Sep 19 03:29:56 2013
@@ -2,6 +2,45 @@ Apache Airavata Release Notes
 
 See http://issues.apache.org/jira/browse/AIRAVATA-* (where * is the number of 
the issue below)
 
+Apache Airavata Version 0.9 Released on 2013-09-18
+==================================================
+This release mainly focused on "Credential Store" functionality within 
Airavata. This release includes initial version of "Credential Store" and a 
sample-gateway (within samples) to demonstrate the functionality of "Credential 
Store". In addition we upgrade JGlobus version to 2.0.6. With the JGlobus 
upgrade we introduced functionalities such as "Two phase commit", "Job 
cancellation" etc ... In addition we introduced a new workflow interpreter and 
also introduced a REST API for workflow execution. JGlobus upgrade is well 
tested and some of the use cases we tested can be found in 
https://svn.apache.org/repos/asf/airavata/sandbox/grd-tools. Below you will 
find detail list of Jira tasks/issue resolutions incoporated in 0.9.
+
+
+** New Feature
+    * [AIRAVATA-828] - Integrate Credential Management service to Airavata 
Server
+
+** Task
+    * [AIRAVATA-919] - Negotiate with Apache Infra and increase the 
distribution size to 200 MB
+    * [AIRAVATA-918] - Prepare release
+    
+** Improvement
+    * [AIRAVATA-252] - Remove invoker caching from Workflow interpreter
+    * [AIRAVATA-835] - Airavata API to get JOBID of GramJob based on workflow 
service node name
+    * [AIRAVATA-878] - Upgrade tomcat version used in integration-tests
+    * [AIRAVATA-883] - Upgrade JGlobus version to 2.0.6-RC2
+    * [AIRAVATA-900] - Handling of URI and URIArray containing different files 
with the same name should be handled correctly
+
+** Bug
+    * [AIRAVATA-620] - Confirming the airavata shutdown is completely graceful
+    * [AIRAVATA-659] - Airavata Client Exception handling
+    * [AIRAVATA-720] - Error message when I try to delete Application Service 
from Xbaya dashboard
+    * [AIRAVATA-731] - When registering urls in registry, we need to register 
based on transport protocol
+    * [AIRAVATA-738] - Xbaya does not give error messages when connecting to 
database with wrong credentials
+    * [AIRAVATA-753] - Fixing the provided samples
+    * [AIRAVATA-754] - Levenshtein distance sample is not working
+    * [AIRAVATA-852] - Fix the context root specified in the 
airavata-server.properties file for Airavata webapp
+    * [AIRAVATA-886] - Exception in jpa-registry when building in ubuntu with 
java 64 bit
+    * [AIRAVATA-888] - SSHProvider not working in trunk
+    * [AIRAVATA-902] - Scheduling info set from advanced options in 
client-side is not recovered properly at server-side
+    * [AIRAVATA-903] - Erroneous output is set as the input to the next node 
from the workflow interpreter
+    * [AIRAVATA-904] - EmbeddedInvoker is not parsing previous node output to 
the next node input correctly
+    * [AIRAVATA-907] - Experiment Data list return from 
getAllExperimentMetaInformation() method of provenance manager not sorted 
according to experiment submitted date
+
+Known Issues in This Release
+============================
+    * [AIRAVATA-914] - Failed to authenticate when connecting to an existing 
database.
+
 Apache Airavata Version 0.8 Released on 2013-07-04
 ==================================================
 Key focus of this release is to build upon the 0.7 release changes of GFac 
Architecture. The EC2 provider now confers to
@@ -42,7 +81,8 @@ customization of handlers is facilitated
     * [AIRAVATA-861] - Integration tests are failing
     * [AIRAVATA-865] - Renaming GFac Job related functions in the rest service 
and the rest client
     * [AIRAVATA-869] - When the application aborts with return value of minus 
Status of failure is not reported in to registry
-    * [AIRAVATA-872] - ws-messenger services come to inconsistent state with a 
failure scenario
+    * [AIRAVATA-872] - ws-messenger services come to inconsistent state with a 
failure scenario    
+
 
 Apache Airavata Version 0.7 Released on 2013-04-13
 ==================================================


Reply via email to