You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2013/03/19 20:59:12 UTC

svn commit: r1458485 - in /servicemix/website/trunk/src/main/webapp: downloads.page downloads/servicemix-4.5.1.page downloads/servicemix-4.5.2.page

Author: gertv
Date: Tue Mar 19 19:59:12 2013
New Revision: 1458485

URL: http://svn.apache.org/r1458485
Log:
Prepare download page for 4.5.1 and set up 4.5.2-SNAPSHOT downloads

Added:
    servicemix/website/trunk/src/main/webapp/downloads/servicemix-4.5.2.page
      - copied, changed from r1454905, servicemix/website/trunk/src/main/webapp/downloads/servicemix-4.5.1.page
Modified:
    servicemix/website/trunk/src/main/webapp/downloads.page
    servicemix/website/trunk/src/main/webapp/downloads/servicemix-4.5.1.page

Modified: servicemix/website/trunk/src/main/webapp/downloads.page
URL: http://svn.apache.org/viewvc/servicemix/website/trunk/src/main/webapp/downloads.page?rev=1458485&r1=1458484&r2=1458485&view=diff
==============================================================================
--- servicemix/website/trunk/src/main/webapp/downloads.page (original)
+++ servicemix/website/trunk/src/main/webapp/downloads.page Tue Mar 19 19:59:12 2013
@@ -11,7 +11,7 @@ h2. Development snapshots
 We have development snapshots available for
 
 * [Apache ServiceMix 5.0.0-SNAPSHOT|/downloads/servicemix-5.0.0.html]
-* [Apache ServiceMix 4.5.1-SNAPSHOT|/downloads/servicemix-4.5.1.html]
+* [Apache ServiceMix 4.5.2-SNAPSHOT|/downloads/servicemix-4.5.2.html]
 * [Apache ServiceMix 4.4.3-SNAPSHOT|/downloads/servicemix-4.4.3.html]
 
 h2. Previous Releases

Modified: servicemix/website/trunk/src/main/webapp/downloads/servicemix-4.5.1.page
URL: http://svn.apache.org/viewvc/servicemix/website/trunk/src/main/webapp/downloads/servicemix-4.5.1.page?rev=1458485&r1=1458484&r2=1458485&view=diff
==============================================================================
--- servicemix/website/trunk/src/main/webapp/downloads/servicemix-4.5.1.page (original)
+++ servicemix/website/trunk/src/main/webapp/downloads/servicemix-4.5.1.page Tue Mar 19 19:59:12 2013
@@ -1,13 +1,7 @@
 ---
-title: ServiceMix 4.5.1-SNAPSHOT
+title: ServiceMix 4.5.1
 --- name:notes pipeline:conf
 
-h2. Helping us...
-
-You can help us by trying out this development snapshot and reporting any problems you encounter on the [mailing lists|/community/mailing-lists]
-
-An overview of outstanding JIRA issues for this release can be found at [https://issues.apache.org/jira/browse/SMX4/fixforversion/12324072]
-
 h2. OSGi components list
 OSGi/JBI components included in this release:
 
@@ -18,17 +12,44 @@ This release packages the following depe
 * Version 2.2.10 of [Apache Karaf|http://karaf.apache.org/]
 * Version [5.7.0|http://activemq.apache.org/activemq-570-release.html] of [ActiveMQ|http://activemq.apache.org]
 * Version 2.10.4 of [Camel|http://camel.apache.org]
-* Version 2.6.4 of [CXF|http://cxf.apache.org]
+* Version 2.6.6 of [CXF|http://cxf.apache.org]
 
 You can use it together with
 * Version 4.5 of the Maven plugins
 * Version 2011.02 of the archetypes
 
+h2. Release notes
+
+h3. Bug
+* [SMX4-1286|http://issues.apache.org/active/browse/SMX4-1286] - Replace camel-activemq with activemq-camel
+* [SMX4-1380|http://issues.apache.org/active/browse/SMX4-1380] - Exception when using CXF/SAAJ in ServiceMix 4.5.0
+* [SMX4-1399|http://issues.apache.org/active/browse/SMX4-1399] - incorrect readme.txt files in cxf examples
+* [SMX4-1401|http://issues.apache.org/active/browse/SMX4-1401] - cxf-ws-security-blueprint log4j warning + wrong README info
+
+h3. Task
+* [SMX4-1318|http://issues.apache.org/active/browse/SMX4-1318] - upgrade to cxf 2.6.6
+* [SMX4-1388|http://issues.apache.org/active/browse/SMX4-1388] - Release Apache ServiceMix 4.5.1
+* [SMX4-1389|http://issues.apache.org/active/browse/SMX4-1389] - upgrade to Camel 2.10.4
+
+h2. SVN Tag Checkout
+
+{code}
+svn co http://svn.apache.org/repos/asf/servicemix/smx4/features/tags/features-4.5.1/
+{code}
+
+h2. Changelog
+
+For a more detailed view of new features and bug fixes, see the [changelog|https://issues.apache.org/jira/browse/SMX4/fixforversion/12321271]
+
 --- name:content pipeline:ssp
 <%@ val notes : String %>
 
-<h2>Downloads : Apache ServiceMix 4.5.1-SNAPSHOT</h2>
+<div class="warningPanel">
+This page contains information about a release that is currently under vote and that is not yet available for download.
+</div>
+
+<h2>Downloads : Apache ServiceMix 4.5.1</h2>
 
-<% render("/downloads/_servicemix4.scaml", Map("version" -> "4.5.1-SNAPSHOT")) %>
+<% render("/downloads/_servicemix4.scaml", Map("version" -> "4.5.1")) %>
 
 <%= unescape(notes) %>

Copied: servicemix/website/trunk/src/main/webapp/downloads/servicemix-4.5.2.page (from r1454905, servicemix/website/trunk/src/main/webapp/downloads/servicemix-4.5.1.page)
URL: http://svn.apache.org/viewvc/servicemix/website/trunk/src/main/webapp/downloads/servicemix-4.5.2.page?p2=servicemix/website/trunk/src/main/webapp/downloads/servicemix-4.5.2.page&p1=servicemix/website/trunk/src/main/webapp/downloads/servicemix-4.5.1.page&r1=1454905&r2=1458485&rev=1458485&view=diff
==============================================================================
--- servicemix/website/trunk/src/main/webapp/downloads/servicemix-4.5.1.page (original)
+++ servicemix/website/trunk/src/main/webapp/downloads/servicemix-4.5.2.page Tue Mar 19 19:59:12 2013
@@ -1,12 +1,12 @@
 ---
-title: ServiceMix 4.5.1-SNAPSHOT
+title: ServiceMix 4.5.2-SNAPSHOT
 --- name:notes pipeline:conf
 
 h2. Helping us...
 
 You can help us by trying out this development snapshot and reporting any problems you encounter on the [mailing lists|/community/mailing-lists]
 
-An overview of outstanding JIRA issues for this release can be found at [https://issues.apache.org/jira/browse/SMX4/fixforversion/12324072]
+An overview of outstanding JIRA issues for this release can be found at [https://issues.apache.org/jira/browse/SMX4/fixforversion/12324246]
 
 h2. OSGi components list
 OSGi/JBI components included in this release:
@@ -27,8 +27,8 @@ You can use it together with
 --- name:content pipeline:ssp
 <%@ val notes : String %>
 
-<h2>Downloads : Apache ServiceMix 4.5.1-SNAPSHOT</h2>
+<h2>Downloads : Apache ServiceMix 4.5.2-SNAPSHOT</h2>
 
-<% render("/downloads/_servicemix4.scaml", Map("version" -> "4.5.1-SNAPSHOT")) %>
+<% render("/downloads/_servicemix4.scaml", Map("version" -> "4.5.2-SNAPSHOT")) %>
 
 <%= unescape(notes) %>