Return-Path: Delivered-To: apmail-geronimo-activemq-commits-archive@www.apache.org Received: (qmail 66175 invoked from network); 27 Jan 2007 23:00:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Jan 2007 23:00:14 -0000 Received: (qmail 56822 invoked by uid 500); 27 Jan 2007 23:00:20 -0000 Delivered-To: apmail-geronimo-activemq-commits-archive@geronimo.apache.org Received: (qmail 56779 invoked by uid 500); 27 Jan 2007 23:00:20 -0000 Mailing-List: contact activemq-commits-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-commits@geronimo.apache.org Received: (qmail 56770 invoked by uid 99); 27 Jan 2007 23:00:20 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Jan 2007 15:00:20 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Jan 2007 15:00:12 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 647D81A9820; Sat, 27 Jan 2007 14:59:52 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r500664 - in /incubator/activemq/activemq-cpp/tags/activemq-cpp-1.1: NOTICE.txt RELEASE_NOTES.txt Date: Sat, 27 Jan 2007 22:59:52 -0000 To: activemq-commits@geronimo.apache.org From: nmittler@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070127225952.647D81A9820@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nmittler Date: Sat Jan 27 14:59:51 2007 New Revision: 500664 URL: http://svn.apache.org/viewvc?view=rev&rev=500664 Log: Preparation for release. Added RELEASE_NOTES.txt and removed copyright from NOTICE.txt. Added: incubator/activemq/activemq-cpp/tags/activemq-cpp-1.1/RELEASE_NOTES.txt Modified: incubator/activemq/activemq-cpp/tags/activemq-cpp-1.1/NOTICE.txt Modified: incubator/activemq/activemq-cpp/tags/activemq-cpp-1.1/NOTICE.txt URL: http://svn.apache.org/viewvc/incubator/activemq/activemq-cpp/tags/activemq-cpp-1.1/NOTICE.txt?view=diff&rev=500664&r1=500663&r2=500664 ============================================================================== --- incubator/activemq/activemq-cpp/tags/activemq-cpp-1.1/NOTICE.txt (original) +++ incubator/activemq/activemq-cpp/tags/activemq-cpp-1.1/NOTICE.txt Sat Jan 27 14:59:51 2007 @@ -4,15 +4,7 @@ == in this case for the Apache ActiveMQ distribution. == ========================================================================= -Apache ActiveMQ CPP Client API -Copyright 2005-2006 The Apache Software Foundation - This product includes software developed by The Apache Software Foundation (http://www.apache.org/). -========================================================================= -== Doxygen Automake Macro Notice == -========================================================================= -This product includes software developed by the Oren Ben-Kiki -http://ben-kiki.org/oren/doxample/ Added: incubator/activemq/activemq-cpp/tags/activemq-cpp-1.1/RELEASE_NOTES.txt URL: http://svn.apache.org/viewvc/incubator/activemq/activemq-cpp/tags/activemq-cpp-1.1/RELEASE_NOTES.txt?view=auto&rev=500664 ============================================================================== --- incubator/activemq/activemq-cpp/tags/activemq-cpp-1.1/RELEASE_NOTES.txt (added) +++ incubator/activemq/activemq-cpp/tags/activemq-cpp-1.1/RELEASE_NOTES.txt Sat Jan 27 14:59:51 2007 @@ -0,0 +1,58 @@ +========================================================================= +== Release Notes for ActiveMQ CPP 1.1 == +========================================================================= + +== Overview == + +This version fixes several bugs and adds a few new features. + + * Updated interface for cms::BytesMessage - more JMS-like. + * Updated the MessageProducer interface to add multiple versions of the send method + * Fixed several memory leaks + * Now run on linux, win32, OS X, and Solaris + * Persistence is fixed + * Fixed deadlocks when closing a connection + * Fixed message expiration + +NOTE: Compatable with ActiveMQ Broker version >= 4.0.2 + +== Issues Resolved == + +Bug + + * [AMQCPP-3] - Receiving a BytesMessage sent from Java using CMS listener causes exception thrown in class BufferedInputStream + * [AMQCPP-14] - CMSExpiration not handled properly in ActiveMQProducer + * [AMQCPP-18] - ActiveMQConnection.close() causes app to crash + * [AMQCPP-20] - Deadlock when in stomp connector close + * [AMQCPP-22] - Use common name for ActiveMQ C++ library on Windows and Linux + * [AMQCPP-23] - active-cpp persistent problem + * [AMQCPP-25] - Bus error on Solaris OS from DataInput and DataOutput streams + * [AMQCPP-26] - Memory leaks reported by Rational Purify when running unit tests + * [AMQCPP-27] - Issues reported by Valgrind when running unit tests + * [AMQCPP-28] - Purify and Valgrind warnings when running integration tests + * [AMQCPP-29] - Projects in MSVC build building on top of one another + * [AMQCPP-35] - Stomp content-length header not being set on BytesMessage + * [AMQCPP-39] - Some AMQCPP includes not installed when doing make install on Linux + * [AMQCPP-41] - Byte swap on float and double truncates values + * [AMQCPP-43] - Crash when getting string property that doesn't exist + +Improvement + + * [AMQCPP-16] - CMS API needs updates to more closely follow JMS API + * [AMQCPP-33] - Integration tests crash if broker isn't running + * [AMQCPP-36] - Cleanup whitespace and member function definitions in header files + * [AMQCPP-42] - A few more strict aliasing warnings + +New Feature + + * [AMQCPP-15] - Add other versions of send method to CMS MessageProducer + * [AMQCPP-37] - readUTF and writeUTF for BytesMessage + +Task + + * [AMQCPP-45] - Update configure.ac with release version + +Wish + + * [AMQCPP-31] - Consider giving the unix #define a more unique name + * [AMQCPP-32] - Stomp messages don't preserve property types: please document this behaviour