Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 85331 invoked from network); 6 Jun 2008 04:09:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Jun 2008 04:09:51 -0000 Received: (qmail 31943 invoked by uid 500); 6 Jun 2008 04:09:54 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 31750 invoked by uid 500); 6 Jun 2008 04:09:53 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 31735 invoked by uid 99); 6 Jun 2008 04:09:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jun 2008 21:09:53 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of nathan.mittler@gmail.com designates 209.85.146.179 as permitted sender) Received: from [209.85.146.179] (HELO wa-out-1112.google.com) (209.85.146.179) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jun 2008 04:09:03 +0000 Received: by wa-out-1112.google.com with SMTP id k17so618157waf.0 for ; Thu, 05 Jun 2008 21:09:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=hU2UsEHLw8bY2ongPCEf+TK9hCUfvH5b4yirYu0hq+k=; b=SOjCCkLAh9y5l4LLYQmR00b8C6LwkLSA8sdTMUMr+PkqU63uQdnOqN1iY/OD4RMEdK MZlw8wn0m7NQDaW7uoA9pL3nbkCs2Vp11Sb3LkEPb4/NAZEDvwsGNq+WgOsBmMd7h1SQ pM6QJN1/+p6CQOxjw2GIouAv9NrcuBI3O3nZU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=LqKJEN9j4ur8cyiRUi0het3W5cOSo+LsMdR1R9VnioxKBHue+MCV3Z4x7BVR4CHFlv PHYJSHrdmfX6q6Iiq1fyrs46//hqVI/y5UUx0U2YkD0Wa+CgB4Ifh6wvQewQ/6INLbvX 65+vDQRUG56FboJ4k8x+ZwIko4EUqzY2jceO4= Received: by 10.114.52.1 with SMTP id z1mr2524883waz.42.1212725360755; Thu, 05 Jun 2008 21:09:20 -0700 (PDT) Received: from ?192.168.0.198? ( [71.198.0.111]) by mx.google.com with ESMTPS id m6sm5515101wag.11.2008.06.05.21.09.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 05 Jun 2008 21:09:19 -0700 (PDT) Message-Id: <8D1F11FF-1B55-4477-9C42-7A8C73F7DFA7@gmail.com> From: Nathan Mittler To: users@activemq.apache.org In-Reply-To: <1212622321.3132.16.camel@localhost.localdomain> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v924) Subject: Re: ActiveMQ-CPP Version 2.2 RC1 Date: Thu, 5 Jun 2008 21:09:18 -0700 References: <1212622321.3132.16.camel@localhost.localdomain> X-Mailer: Apple Mail (2.924) X-Virus-Checked: Checked by ClamAV on apache.org Awesome job getting this out, Tim! I checked out the tag on OS X and built and ran the unit tests. Everything builds cleanly, but I did notice a couple of failed unit tests (both in MathTest): 1) test: decaf::lang::MathTest::test_hypot_DD (F) line: 262 decaf/lang/ MathTest.cpp equality assertion failed - Expected: 1.79769313486232e+308 - Actual : inf - Should return 1.7976931348623157E308 2) test: decaf::lang::MathTest::test_tanD (F) line: 567 decaf/lang/ MathTest.cpp equality assertion failed - Expected: 1.5574077246549 - Actual : 1.5574077246549 - Incorrect answer Generally, these are just bothersome errors that probably don't need a lot of attention. The second one seems to just be an error in some far off decimal place. We can take care of that by just multiplying the values and casting to long before comparing. The first is a little trickier - I'm not sure what the fix is. Perhaps an temporary solution is to just #ifdef it out for OS X? Integration tests still fail in the openwire durable test. I didn't check to see if this issue was resolved or not for the release, but perhaps it was pushed out. Also the release will need a RELEASE_NOTES.txt file in the top-level directory. Overall, looks good ... great job getting the RC out there - there's a lot of good stuff here!! Regards, Nate On Jun 4, 2008, at 4:32 PM, Timothy Bish wrote: > Hey everyone, > It's official ... ActiveMQ-CPP v2.2 now has a release candidate, RC1. > We've also found and fixed numerous bugs along the way. I've > created a > download page here: > http://activemq.apache.org/cms/activemq-cpp-22-release.html > ... Feel free to give it a test drive! The more eyes we have on this > now the less chance there are that small issues will slip through into > the final release. > > The links on this page won't work until the release is official. For > now, follow the instructions at the top to download the release > candidate: > http://people.apache.org/~tabish/activemq-cpp-2.2-RC1-src.tar.gz > > Of note is that this upcoming release will now require that you have > the > APR and APR-util libraries installed. See the README for more info. > > Thanks to everyone that helped get this out the door! > > Regards, > Tim >