Preping for a release.

Project: http://git-wip-us.apache.org/repos/asf/activemq-apollo/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-apollo/commit/0b3df8d7
Tree: http://git-wip-us.apache.org/repos/asf/activemq-apollo/tree/0b3df8d7
Diff: http://git-wip-us.apache.org/repos/asf/activemq-apollo/diff/0b3df8d7

Branch: refs/heads/trunk
Commit: 0b3df8d7b0390a00e405fdd96f20a34266f8f0a2
Parents: f7d84cf
Author: Hiram Chirino <hi...@hiramchirino.com>
Authored: Thu Feb 20 10:06:24 2014 -0500
Committer: Hiram Chirino <hi...@hiramchirino.com>
Committed: Thu Feb 20 10:06:24 2014 -0500

----------------------------------------------------------------------
 .../src/blog/releases/release-1.7.page          | 68 ++++++++++++++++++++
 1 file changed, 68 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/0b3df8d7/apollo-website/src/blog/releases/release-1.7.page
----------------------------------------------------------------------
diff --git a/apollo-website/src/blog/releases/release-1.7.page 
b/apollo-website/src/blog/releases/release-1.7.page
new file mode 100644
index 0000000..dd327c7
--- /dev/null
+++ b/apollo-website/src/blog/releases/release-1.7.page
@@ -0,0 +1,68 @@
+---
+# 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.7
+author: Hiram Chirino
+author_url: http://fusesource.com
+created_at: 2014-02-26 12:06:40 -0000
+--- 
+
+The [Apache ActiveMQ Project](http://activemq.apache.org) is pleased to 
announce the 
+availability of Apollo 1.7. 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:
+
+ * [APLO-287] - SSL errors with Java 7 (Diffie-Hellman cypher suite sessions)
+ * [APLO-305] - Wrong exist status codes in the init scripts!
+ * [APLO-308] - Filesystem permissions in released package are broken..
+ * [APLO-310] - Wildcard durable subs do not receive messages from topics 
created after the durable sub is created.
+ * [APLO-315] - Apollo should protect itself against clients that send many 
frames with receipt requests, but which do not read the socket for those 
receipts.
+ * [APLO-319] - Don't auto delete Topics if it's holding retained messages
+ * [APLO-320] - Occasionally on restart 'Invalid log position:' warning 
messages get logged
+ * [APLO-328] - cors_origin configuration attribute of the the web connectors 
not properly setting the Access-Control-Allow-Headers
+ * [APLO-330] - Support using a different Authorizer Authenticator 
implementations.
+ * [APLO-338] - PeriodStat buffer in Broker grows infinitely
+ * [APLO-339] - java.nio.channels.CancelledKeyException 
+ * [APLO-346] - Debug log doesn't log a deleting queue
+ * [APLO-347] - Action not Authorized Errors when viewing admin interface over 
HTTPS
+ * [APLO-349] - Empty STOMP Header Name is Allowed
+
+And introduces improvements like:
+
+ * [APLO-296] - Support configuring the LevelDB auto compaction frequency
+ * [APLO-312] - Apollo fails to bumb up the ulimit!
+ * [APLO-325] - Allow larger text messages on websocket connection
+ * [APLO-348] - Decouple cli argument parsing from the Karaf version used 
using Airline to parse the args
+ * [APLO-213] - Support an option to set the JMSXUserID openwire header based 
on the authenticated user.
+ * [APLO-313] - Avoid blocking producers if consumers are not likely to catch 
up within a few seconds.
+ * [APLO-314] - If the leveldb paranoid_checks option is enabled, verify the 
integrity of index when it's copied/checkpointed
+* [APLO-301] - Add a "ttl" header to control message expiration
+
+For further information see:
+
+* [Download](${website_base_url}/download.html)
+* [Issues 
Fixed](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12322515&styleName=Text&projectId=12311310&Create=Create)
+* [Documentation](${website_base_url}/versions/1.7/website/documentation)
+
+[Feedback](http://activemq.apache.org/community/index.html) is always 
welcomed! 
+
+
+
+
+
+

Reply via email to