Return-Path: Delivered-To: apmail-geronimo-activemq-commits-archive@www.apache.org Received: (qmail 74030 invoked from network); 12 Jul 2006 11:40:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Jul 2006 11:40:12 -0000 Received: (qmail 37308 invoked by uid 500); 12 Jul 2006 11:40:11 -0000 Delivered-To: apmail-geronimo-activemq-commits-archive@geronimo.apache.org Received: (qmail 37293 invoked by uid 500); 12 Jul 2006 11:40:11 -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 37284 invoked by uid 99); 12 Jul 2006 11:40:11 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jul 2006 04:40:11 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jul 2006 04:40:11 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id D63651A981A; Wed, 12 Jul 2006 04:39:50 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r421246 - /incubator/activemq/site/activemq-cpp-roadmap.html Date: Wed, 12 Jul 2006 11:39:50 -0000 To: activemq-commits@geronimo.apache.org From: jstrachan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060712113950.D63651A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jstrachan Date: Wed Jul 12 04:39:50 2006 New Revision: 421246 URL: http://svn.apache.org/viewvc?rev=421246&view=rev Log: Latest export from confluence Modified: incubator/activemq/site/activemq-cpp-roadmap.html Modified: incubator/activemq/site/activemq-cpp-roadmap.html URL: http://svn.apache.org/viewvc/incubator/activemq/site/activemq-cpp-roadmap.html?rev=421246&r1=421245&r2=421246&view=diff ============================================================================== --- incubator/activemq/site/activemq-cpp-roadmap.html (original) +++ incubator/activemq/site/activemq-cpp-roadmap.html Wed Jul 12 04:39:50 2006 @@ -252,7 +252,6 @@

0.0.1 (Initial release)

Features:

-
  • stomp protocol (requies AMQ 4.0.1 or later for the added request/response ids)
  • JMS 1.1-like API - consumers, producers, etc. - closely follows what was done in the .NET client.
  • @@ -278,6 +277,27 @@

    0.0.2

    +

    New Features:

    + + + +

    Additional Changes

    + +
      +
    • Extensive code cleanup, including expanded Java DOC comments and more consistant formatting.
    • +
    • Memory leak checking with Rational Purify were done and several small leaks were fixed.
    • +
    • Added additional Unit tests for new functionality, and additional tests for existing feature correctness
    • +
    • Minor bug fixes
    • +
    + + +

    Known Issues

    +
      +
    • Unchanged from version 0.0.1 
    • +
    +

    0.1.0

    @@ -289,8 +309,9 @@