You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2009/03/20 20:15:22 UTC

svn commit: r756719 - /activemq/activemq-cpp/branches/activemq-cpp-2.x/RELEASE_NOTES.txt

Author: tabish
Date: Fri Mar 20 19:15:22 2009
New Revision: 756719

URL: http://svn.apache.org/viewvc?rev=756719&view=rev
Log:
Prep for 2.2.5 release

Modified:
    activemq/activemq-cpp/branches/activemq-cpp-2.x/RELEASE_NOTES.txt

Modified: activemq/activemq-cpp/branches/activemq-cpp-2.x/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/branches/activemq-cpp-2.x/RELEASE_NOTES.txt?rev=756719&r1=756718&r2=756719&view=diff
==============================================================================
--- activemq/activemq-cpp/branches/activemq-cpp-2.x/RELEASE_NOTES.txt (original)
+++ activemq/activemq-cpp/branches/activemq-cpp-2.x/RELEASE_NOTES.txt Fri Mar 20 19:15:22 2009
@@ -1,4 +1,27 @@
 =========================================================================
+==  Release Notes for ActiveMQ CPP 2.2.5                               ==
+=========================================================================
+
+This is a minor release which mainly resolves a few small bugs that have
+been identified since the 2.2.4 release.  Also a few more fixes to improve
+compatibility with the Sun compiler has been added.  One big improvement
+in this release is that the Message's are now delivered with the read-only
+state consistently set correctly.
+
+Bug
+
+    * [AMQCPP-223] - Message delivered async do not have their read only properties set properly.
+    * [AMQCPP-224] - Configure accept wrong versions of apr-util
+    * [AMQCPP-225] - configure.ac does not work correctly on Solaris with SunStudio Compiler
+    * [AMQCPP-227] - Mutex class allows for double free in APR pools under certain circumstances
+    * [AMQCPP-230] - BlockByteArrayInputStream read method is not thread safe
+
+Improvement
+
+    * [AMQCPP-229] - Session createTopic and createQueue don't provide clear error when an empty
+                     Destination is given
+
+=========================================================================
 ==  Release Notes for ActiveMQ CPP 2.2.4                               ==
 =========================================================================