Author: ravi
Date: Wed Dec 28 10:39:38 2016
New Revision: 1776258

URL: http://svn.apache.org/viewvc?rev=1776258&view=rev
Log:
Addig previous releases menu. Updating download page. Fixing link in upgrading 
page

Modified:
    synapse/trunk/java/modules/documentation/src/site/site.xml
    synapse/trunk/java/modules/documentation/src/site/xdoc/download.xml
    
synapse/trunk/java/modules/documentation/src/site/xdoc/userguide/upgrading.xml

Modified: synapse/trunk/java/modules/documentation/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/synapse/trunk/java/modules/documentation/src/site/site.xml?rev=1776258&r1=1776257&r2=1776258&view=diff
==============================================================================
--- synapse/trunk/java/modules/documentation/src/site/site.xml (original)
+++ synapse/trunk/java/modules/documentation/src/site/site.xml Wed Dec 28 
10:39:38 2016
@@ -64,5 +64,12 @@
             <item name="Dependencies" href="dependency-management.html"/>
             <item name="Project Team" href="team-list.html"/>
         </menu>
+        <menu name="Previous Releases">
+            <item name="Version 2.0" href="/2_0/docs_index.html"/>
+            <item name="Version 1.2" href="/1_2/docs_index.html"/>
+            <item name="Version 1.1.1" href="/1_1_1/content.html"/>
+            <item name="Version 1.1" href="/1_1/content.html"/>
+            <item name="Version 1.0" href="/1_1/content.html"/>
+        </menu>
     </body>
 </project>

Modified: synapse/trunk/java/modules/documentation/src/site/xdoc/download.xml
URL: 
http://svn.apache.org/viewvc/synapse/trunk/java/modules/documentation/src/site/xdoc/download.xml?rev=1776258&r1=1776257&r2=1776258&view=diff
==============================================================================
--- synapse/trunk/java/modules/documentation/src/site/xdoc/download.xml 
(original)
+++ synapse/trunk/java/modules/documentation/src/site/xdoc/download.xml Wed Dec 
28 10:39:38 2016
@@ -25,7 +25,7 @@
     <body>
         <section name="Download Latest Stable Release">
             <p>
-                The latest stable release of Apache Synapse is 2.1. It is 
highly recommended
+                The latest stable release of Apache Synapse is 3.0. It is 
highly recommended
                 to use the latest stable release so that you can use our 
newest features
                 while benefiting from all the recent bug fixes and 
improvements.
             </p>
@@ -35,8 +35,8 @@
                     <th>Release Date</th>
                 </tr>
                 <tr>
-                    <td><a href="download/2.1/download.cgi">2.1</a></td>
-                    <td>22-Dec-2011</td>
+                    <td><a href="download/3.0/download.cgi">3.0</a></td>
+                    <td>01-Jan-2017</td>
                 </tr>
             </table>
         </section>
@@ -47,6 +47,10 @@
                     <th>Release Date</th>
                 </tr>
                 <tr>
+                    <td><a href="download/2.1/download.cgi">2.1</a></td>
+                    <td>22-Dec-2011</td>
+                </tr>
+                <tr>
                     <td><a href="download/2.0.0/download.cgi">2.0.0</a></td>
                     <td>30-Nov-2010</td>
                 </tr>

Modified: 
synapse/trunk/java/modules/documentation/src/site/xdoc/userguide/upgrading.xml
URL: 
http://svn.apache.org/viewvc/synapse/trunk/java/modules/documentation/src/site/xdoc/userguide/upgrading.xml?rev=1776258&r1=1776257&r2=1776258&view=diff
==============================================================================
--- 
synapse/trunk/java/modules/documentation/src/site/xdoc/userguide/upgrading.xml 
(original)
+++ 
synapse/trunk/java/modules/documentation/src/site/xdoc/userguide/upgrading.xml 
Wed Dec 28 10:39:38 2016
@@ -119,9 +119,8 @@
                                        intermediary buffer use when there is 
no requirement to read an HTTP payload (i.e. message is merely passed
                                        through). If you have custom extensions 
that depend on accessing or reading buffers directly, you
                                        may require to change your code to 
trigger the PassThrough transport to build the payload. This can
-                                       be done using the
-                                       <a 
herf="../apidocs/org/apache/synapse/transport/passthrough/util/RelayUtils.html">
-                                               
RelayUtils.buildMessage(MessageContext messageContext, boolean earlyBuild)</a> 
static method.
+                                       be done using the <a 
href="../apidocs/org/apache/synapse/transport/passthru/util/RelayUtils.html">RelayUtils#buildMessage()</a>
+                                       static methods.
                                </p>
                        </subsection>
                        <subsection name="Respond and Loopback Mediators" 
id="New_mediators_3.0">


Reply via email to