Repository: servicemix Updated Branches: refs/heads/servicemix-6.x f18e642db -> b7785f9b3
Prepare for release: Update RELEASE-NOTES Project: http://git-wip-us.apache.org/repos/asf/servicemix/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix/commit/b7785f9b Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/b7785f9b Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/b7785f9b Branch: refs/heads/servicemix-6.x Commit: b7785f9b3ac3591a69110aeba8669f77668f4415 Parents: f18e642 Author: Krzysztof Sobkowiak <[email protected]> Authored: Sat Nov 12 22:07:10 2016 +0100 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Sat Nov 12 22:07:10 2016 +0100 ---------------------------------------------------------------------- RELEASE-NOTES | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/b7785f9b/RELEASE-NOTES ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 0898310..b7f644c 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,6 +15,39 @@ * limitations under the License. */ + Apache ServiceMix 6.1.3 + ================================ + Overview + -------- + + Apache ServiceMix is a flexible, open-source integration container that unifies the + features and functionality of Apache ActiveMQ, Camel, CXF, and Karaf into a powerful + runtime platform you can use to build your own integrations solutions. + + Apache ServiceMix 6.1.3 is a new patch release, which includes a few bug fixes and + a new version of Apache Camel and Apache Karaf. + This release includes: + + - Apache ActiveMQ 5.12.3 (http://activemq.apache.org) + - Apache Camel 2.16.4 (http://camel.apache.org) + - Apache CXF 3.1.5 (http://cxf.apache.org) + - Apache Karaf 3.0.8 (http://karaf.apache.org) + + Changelog + --------- + + ** Bug + * [SM-3045] - Assembly descriptor contains a *nix-specific root-relative-reference + * [SM-3093] - Examples compile error + * [SM-3106] - exec-maven-plugin.version is not set in examples pom.xml + + ** Task + * [SM-3043] - Release Apache ServiceMix 6.1.3 + * [SM-3074] - Upgrade to Apache Karaf 3.0.8 + * [SM-3110] - Upgrade to Apache Camel 2.16.4 + * [SM-3123] - Use values from system.properties in several ActiveMQ configurartion files + + Apache ServiceMix 6.1.2 ================================ Overview
