From commits-return-8836-apmail-activemq-commits-archive=activemq.apache.org@activemq.apache.org Mon Jul 07 11:25:43 2008 Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 97615 invoked from network); 7 Jul 2008 11:25:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Jul 2008 11:25:43 -0000 Received: (qmail 61339 invoked by uid 500); 7 Jul 2008 11:25:44 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 61324 invoked by uid 500); 7 Jul 2008 11:25:44 -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 61315 invoked by uid 99); 7 Jul 2008 11:25:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jul 2008 04:25:44 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Mon, 07 Jul 2008 11:25:01 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BC1A42388A4C; Mon, 7 Jul 2008 04:25:22 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r674457 - /activemq/activemq-cpp/trunk/README.txt Date: Mon, 07 Jul 2008 11:25:22 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080707112522.BC1A42388A4C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Mon Jul 7 04:25:21 2008 New Revision: 674457 URL: http://svn.apache.org/viewvc?rev=674457&view=rev Log: Adding note about APR version requirements. Modified: activemq/activemq-cpp/trunk/README.txt Modified: activemq/activemq-cpp/trunk/README.txt URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/README.txt?rev=674457&r1=674456&r2=674457&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/README.txt (original) +++ activemq/activemq-cpp/trunk/README.txt Mon Jul 7 04:25:21 2008 @@ -57,6 +57,9 @@ many Unix system the libraries can be installed using the systems package installer. +The Library has been tested using version v1.2 and higher of the APR libs, +the older 0.9 version will definitely not work with this library. + 1.4 GNU Build System (for building on Unix/Linux/OS X/Cygwin) --------------------------------------------------------------------------