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/04/16 18:01:53 UTC

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

Author: tabish
Date: Thu Apr 16 16:01:53 2009
New Revision: 765673

URL: http://svn.apache.org/viewvc?rev=765673&view=rev
Log:
Update with 2.2.6 release notes.

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=765673&r1=765672&r2=765673&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 Thu Apr 16 16:01:53 2009
@@ -1,4 +1,25 @@
 =========================================================================
+==  Release Notes for ActiveMQ CPP 2.2.6                               ==
+=========================================================================
+
+This is another bugfix release in the 2.2.x series.  This release address a few issues
+related to String marshaling and unmarshaling, we can now encode ASCII values greater
+than 127 into modified UTF-8 along with any embedded Nulls in the string.  The URI option
+for setting Max inactivity duration now works properly as well.
+
+Bug
+
+    * [AMQCPP-232] - OpenWire encode and decode UTF8 incorrect
+    * [AMQCPP-234] - URI class helpers are missing the DLLExport Macro
+    * [AMQCPP-235] - UTF8 length marshalling bug in openwire readString and writeString.
+    * [AMQCPP-236] - maxInactivityDuration of Wire-Format is not supported by ActiveMQ-CPP2.2.5
+
+Improvement
+
+    * [AMQCPP-233] - Update Windows Builds Files to use ENV vars to find dependancies
+    * [AMQCPP-237] - Create 64bit configurations in the VC2005 build projects
+
+=========================================================================
 ==  Release Notes for ActiveMQ CPP 2.2.5                               ==
 =========================================================================