Author: chirino
Date: Mon Nov  5 21:45:09 2012
New Revision: 1405971

URL: http://svn.apache.org/viewvc?rev=1405971&view=rev
Log:
prep for the 1.5 release.

Added:
    
activemq/activemq-apollo/trunk/apollo-website/src/blog/releases/release-1.5.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=1405971&r1=1405970&r2=1405971&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-website/ext/Website.scala (original)
+++ activemq/activemq-apollo/trunk/apollo-website/ext/Website.scala Mon Nov  5 
21:45:09 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.4"
+  val project_version= "1.5"
   val project_snapshot_version= "99-trunk-SNAPSHOT"
   val project_versions = List(
         project_version,
+        "1.4",
         "1.3",
         "1.2",
         "1.1",

Added: 
activemq/activemq-apollo/trunk/apollo-website/src/blog/releases/release-1.5.page
URL: 
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/src/blog/releases/release-1.5.page?rev=1405971&view=auto
==============================================================================
--- 
activemq/activemq-apollo/trunk/apollo-website/src/blog/releases/release-1.5.page
 (added)
+++ 
activemq/activemq-apollo/trunk/apollo-website/src/blog/releases/release-1.5.page
 Mon Nov  5 21:45:09 2012
@@ -0,0 +1,58 @@
+---
+# 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.5
+author: Hiram Chirino
+author_url: http://fusesource.com
+created_at: 2012-11-09 12:06:40 -0000
+--- 
+
+The [Apache ActiveMQ Project](http://activemq.apache.org) is pleased to 
announce the 
+availability of Apollo 1.5. 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 especially around Openwire and WebSockets and 
introduces a few
+improvements like:
+
+[APLO-30] - Support the Openwire Protocol
+[APLO-177] - Add a UDP based protocol support to Apollo
+[APLO-232] - Add support for enforcing a message count based quota on queues
+[APLO-239] - Aggregate connection-level messages (and bytes) metrics at 
connector and broker level
+[APLO-242] - Support STOMP frames over UDP
+[APLO-260] - Contribute the FuseSource MQTT impl to Apache and included as 
part of the default Apollo distribution.
+[APLO-261] - Support the 1.2 STOMP spec.
+[APLO-163] - Auto tune the per-connection buffers (receive_buffer_size and 
send_buffer_size)
+[APLO-179] - Remove the list of connections from the toplevel REST URI
+[APLO-200] - Support configuring protocol filters
+[APLO-243] - Do not lower the maximum number of open files
+[APLO-250] - add_user_header should prevent forging
+[APLO-251] - Share a single queue for all consumers on topic configured with 
slow_consumer_policy="queue"
+[APLO-259] - Support Telnet clients that send '\r\n' character to terminate a 
line
+[APLO-262] - Documented OpenWire features
+[APLO-263] - Remove slf4j from openwire examples
+
+* [Download](${website_base_url}/download.html)
+* [Issues 
Fixed](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311310&version=12321266)
+* [Documentation](${website_base_url}/versions/1.5/website/documentation)
+
+[Feedback](http://activemq.apache.org/community/index.html) is always 
welcomed! 
+
+
+
+
+
+


Reply via email to