You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2012/02/29 00:20:49 UTC

svn commit: r1294892 - in /activemq/activemq-apollo/trunk/apollo-website: ext/Website.scala src/blog/releases/release-1.1.page

Author: chirino
Date: Tue Feb 28 23:20:49 2012
New Revision: 1294892

URL: http://svn.apache.org/viewvc?rev=1294892&view=rev
Log:
Prep for a 1.1 release.

Added:
    activemq/activemq-apollo/trunk/apollo-website/src/blog/releases/release-1.1.page
Modified:
    activemq/activemq-apollo/trunk/apollo-website/ext/Website.scala

Modified: activemq/activemq-apollo/trunk/apollo-website/ext/Website.scala
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/ext/Website.scala?rev=1294892&r1=1294891&r2=1294892&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-website/ext/Website.scala (original)
+++ activemq/activemq-apollo/trunk/apollo-website/ext/Website.scala Tue Feb 28 23:20:49 2012
@@ -34,10 +34,11 @@ object Website {
   val project_forums_url= "http://activemq.2283324.n4.nabble.com/ActiveMQ-Dev-f2368404.html"
   val project_wiki_url= "https://cwiki.apache.org/confluence/display/ACTIVEMQ/Index"
   val project_logo= "/images/project-logo.png"
-  val project_version= "1.0"
-  val project_snapshot_version= "1.1-SNAPSHOT"
+  val project_version= "1.1"
+  val project_snapshot_version= "1.2-SNAPSHOT"
   val project_versions = List(
         project_version,
+        "1.0",
         "1.0-beta6",
         "1.0-beta5",
         "1.0-beta4",

Added: activemq/activemq-apollo/trunk/apollo-website/src/blog/releases/release-1.1.page
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/src/blog/releases/release-1.1.page?rev=1294892&view=auto
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-website/src/blog/releases/release-1.1.page (added)
+++ activemq/activemq-apollo/trunk/apollo-website/src/blog/releases/release-1.1.page Tue Feb 28 23:20:49 2012
@@ -0,0 +1,46 @@
+---
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+blog_post: true
+title: Apollo 1.1
+author: Hiram Chirino
+author_url: http://fusesource.com
+created_at: 2012-03-05 12:06:40 -0000
+--- 
+
+The [Apache ActiveMQ Project](http://activemq.apache.org) is pleased to announce the 
+availability of Apollo 1.1. ActiveMQ Apollo is a faster, more reliable, easier 
+to maintain messaging broker built from the foundations of the original ActiveMQ. 
+
+This release fixes several bugs, improves performance and introduces a few
+new features like:
+
+ * [APLO-145] - Support WebSockets
+ * [APLO-152] - Support an option to have topics retain the last message sent to it
+
+For further information see:
+
+* [Download](${website_base_url}/download.html)
+* [Issues Fixed](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12316477&styleName=Text&projectId=12311310&Create=Create)
+* [Documentation](${website_base_url}/versions/1.1/website/documentation)
+
+[Feedback](http://activemq.apache.org/community/index.html) is always welcomed! 
+
+
+
+
+
+