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/02/10 22:57:29 UTC

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

Author: tabish
Date: Tue Feb 10 21:57:29 2009
New Revision: 743119

URL: http://svn.apache.org/viewvc?rev=743119&view=rev
Log:
Update for next 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=743119&r1=743118&r2=743119&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 Tue Feb 10 21:57:29 2009
@@ -1,11 +1,28 @@
 =========================================================================
+==  Release Notes for ActiveMQ CPP 2.2.4                               ==
+=========================================================================
+
+This is a minor release which mainly resolves a few memory leak issues that
+have been identified since the 2.2.3 release.  Also a small fix to improve
+compatibility with the Sun compiler has been added.
+
+Bug
+
+    * [AMQCPP-219] - Compilation errors in main/decaf/net on Solaris 10 with SunStudio 12
+    * [AMQCPP-220] - Memory leak in activemq-cpp
+
+Improvement
+
+    * [AMQCPP-222] - Potential memory leak in OpenWire Commands
+
+=========================================================================
 ==  Release Notes for ActiveMQ CPP 2.2.3                               ==
 =========================================================================
 
 This is a minor release that contains bugfixes that were found since the
-2.2.2 release.  This version adds support for responding to KeepAlive 
+2.2.2 release.  This version adds support for responding to KeepAlive
 requests from the broker, and it now properly sets JMSX properties on both
-stomp and openwire commands.  Users can now delete destinations using the 
+stomp and openwire commands.  Users can now delete destinations using the
 deleteDestination function in ActiveMQConnection.
 
 Bug