Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 52207 invoked from network); 8 Jun 2010 15:26:35 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Jun 2010 15:26:35 -0000 Received: (qmail 87451 invoked by uid 500); 8 Jun 2010 15:26:35 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 87423 invoked by uid 500); 8 Jun 2010 15:26:35 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 87408 invoked by uid 99); 8 Jun 2010 15:26:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 15:26:35 +0000 X-ASF-Spam-Status: No, hits=-1405.4 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 15:26:34 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 85B702388994; Tue, 8 Jun 2010 15:26:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r952686 - /activemq/activemq-cpp/trunk/activemq-cpp/RELEASE_NOTES.txt Date: Tue, 08 Jun 2010 15:26:14 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100608152614.85B702388994@eris.apache.org> Author: tabish Date: Tue Jun 8 15:26:14 2010 New Revision: 952686 URL: http://svn.apache.org/viewvc?rev=952686&view=rev Log: Update the release notes to reflect the changes that have gone into the 3.2.0 code Modified: activemq/activemq-cpp/trunk/activemq-cpp/RELEASE_NOTES.txt Modified: activemq/activemq-cpp/trunk/activemq-cpp/RELEASE_NOTES.txt URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/RELEASE_NOTES.txt?rev=952686&r1=952685&r2=952686&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/activemq-cpp/RELEASE_NOTES.txt (original) +++ activemq/activemq-cpp/trunk/activemq-cpp/RELEASE_NOTES.txt Tue Jun 8 15:26:14 2010 @@ -1,4 +1,49 @@ ========================================================================= +== Release Notes for ActiveMQ CPP 3.2.0 == +========================================================================= + +This is a major release featuring many new feature, performance improvements, +bugfixes and tests. The major new feature in this release is support for SSL +using the popular OpenSSL library. Also in this release Message body compression +and a working QueueBrowser. + +Bug + + * [AMQCPP-275] - Thread::UncaughtExceptionHandler missing virtual destructor + * [AMQCPP-280] - Missing call to pthread_detach on linux causes temporary resource leak. + * [AMQCPP-281] - Memory Leak in Pointer class Constructor when dynamic cast fails. + * [AMQCPP-285] - If brokerURI is ipv4 format(127.0.0.1), createConnection will throw decaf::lang::exceptions::NumberFormatException. + * [AMQCPP-288] - ResourceLifecycleManager needs to be thread-safe + * [AMQCPP-290] - Authentication error leads to pure virtual call/kaboom in CMS 3.1.1 + * [AMQCPP-292] - transacted sessions over shared failover connection throws exceptions + +Improvement + + * [AMQCPP-261] - Handle Multibyte Strings or Strings encoded in Charsets other than US-ASCII + * [AMQCPP-274] - Refactor Commands toString methods and Logging Transport to make debugging easier + * [AMQCPP-283] - Update Visual Studio projects to VS2008 format. + * [AMQCPP-287] - Implement Message Body Compression that works with Java and .NET clients + * [AMQCPP-293] - Add configuration options to ActiveMQConnectionFactory class + +New Feature + + * [AMQCPP-129] - Implement QueueBrowser + * [AMQCPP-140] - Add SSL transport + * [AMQCPP-147] - Add Optimized Acknowledge support to the CPP client + +========================================================================= +== Release Notes for ActiveMQ CPP 3.1.3 == +========================================================================= + +This release is a minor patch release that resolves an issue on Windows +that could result in a thread deadlocking while a join operation was in +progress. + +Bug + + * [AMQCPP-277] - Freeze when creating multiple Consumers + +========================================================================= == Release Notes for ActiveMQ CPP 3.1.2 == =========================================================================