Author: keith Date: Wed Feb 18 21:18:15 2009 New Revision: 31091 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=31091
Log: Fixing versions in docs Modified: branches/mashup/java/1.5/java/xdocs/introduction.html branches/mashup/java/1.5/java/xdocs/migrationguide.html branches/mashup/java/1.5/java/xdocs/quickstart.html Modified: branches/mashup/java/1.5/java/xdocs/introduction.html URL: http://wso2.org/svn/browse/wso2/branches/mashup/java/1.5/java/xdocs/introduction.html?rev=31091&r1=31090&r2=31091&view=diff ============================================================================== --- branches/mashup/java/1.5/java/xdocs/introduction.html (original) +++ branches/mashup/java/1.5/java/xdocs/introduction.html Wed Feb 18 21:18:15 2009 @@ -99,14 +99,14 @@ <br> -<h2>WSO2 Mashup Server 1.5.1 Release</h2> +<h2>WSO2 Mashup Server @mashup_version@ Release</h2> <br> -The 1.5 release of the WSO2 Mashup Server focused on the fundamental +The 1.0 release of the WSO2 Mashup Server focused on the fundamental technology needed to author and consume services with JavaScript, where we added several key features to enhance your experience in authoring services, feature, user experience, and performance enhancements. This version incorporates some defect fixes and usability enhancements and improves on the -1.5 release.<br> +1.0 release.<br> <h3>New features in the 1.5 release:</h3> @@ -125,11 +125,12 @@ <h3>Defect Fixes In This Release</h3> <ul> +<li>1.5.2 fixes a memory leak inherited via Axis2</li> <li>E-mail host object fix</li> <li>Autogenerated stubs of data services fixed</li> <li>Minor usability enhancements</li> </ul> -For the full list of defect fixes for this release refer to <a href="https://wso2.org/jira/browse/MASHUP/fixforversion/10211">JIRA</a> +For the full list of defect fixes for this release refer to <a href="https://wso2.org/jira/browse/MASHUP/fixforversion/10247">JIRA</a> <h3><span style="font-weight: normal;">Please refer to the </span><a style="font-weight: normal;" Modified: branches/mashup/java/1.5/java/xdocs/migrationguide.html URL: http://wso2.org/svn/browse/wso2/branches/mashup/java/1.5/java/xdocs/migrationguide.html?rev=31091&r1=31090&r2=31091&view=diff ============================================================================== --- branches/mashup/java/1.5/java/xdocs/migrationguide.html (original) +++ branches/mashup/java/1.5/java/xdocs/migrationguide.html Wed Feb 18 21:18:15 2009 @@ -38,7 +38,7 @@ <h1>Upgrading to a Point Release within the Same Version</h1> Migrating from a Mashup Server 1.0 installation to a 1.0.1 or 1.0.2 or from a -1.5 to a 1.5.1 simply requires the copying of database and scripts folders +1.5 to a 1.5.1 (or 1.5.1 to 1.5.2) simply requires the copying of database and scripts folders across to the new installation. The steps to be followed are: <ol> <li>Shut down your existing Mashup Server instance.</li> Modified: branches/mashup/java/1.5/java/xdocs/quickstart.html URL: http://wso2.org/svn/browse/wso2/branches/mashup/java/1.5/java/xdocs/quickstart.html?rev=31091&r1=31090&r2=31091&view=diff ============================================================================== --- branches/mashup/java/1.5/java/xdocs/quickstart.html (original) +++ branches/mashup/java/1.5/java/xdocs/quickstart.html Wed Feb 18 21:18:15 2009 @@ -49,13 +49,13 @@ preferred) installed on your PC and an environment variable pointing to your <a href="https://localhost:7443/docs/setting-java-home.html">Java Home</a> defined, simply download the <a -href="http://dist.wso2.org/products/mashup/wso2-mashup-server-1.5.1.zip">Binary +href="http://dist.wso2.org/products/mashup/wso2-mashup-server-1.5.2.zip">Binary Distribution</a> of the Mashup Server, unzip it in a local folder and run the wso2mashup batch file (on Windows) or shell script (on Linux) found in the 'bin' directory to get it running. </p> <p>If you're on Windows, you can download and run the <a -href="http://dist.wso2.org/products/mashup/wso2-mashup-server-1.5.1-setup.exe">Installer</a> +href="http://dist.wso2.org/products/mashup/wso2-mashup-server-1.5.2-setup.exe">Installer</a> instead, which lets you click through a wizard, to setup and run the server as a Windows Service. You should do fine just clicking on next at each step, going with the default options.</p> _______________________________________________ Mashup-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/mashup-dev
