From commits-return-6955-apmail-apr-commits-archive=apr.apache.org@apr.apache.org Thu Aug 25 15:39:19 2005
Return-Path:
Delivered-To: apmail-apr-commits-archive@www.apache.org
Received: (qmail 63006 invoked from network); 25 Aug 2005 15:39:18 -0000
Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199)
by minotaur.apache.org with SMTP; 25 Aug 2005 15:39:18 -0000
Received: (qmail 99439 invoked by uid 500); 25 Aug 2005 15:39:18 -0000
Delivered-To: apmail-apr-commits-archive@apr.apache.org
Received: (qmail 99406 invoked by uid 500); 25 Aug 2005 15:39:18 -0000
Mailing-List: contact commits-help@apr.apache.org; run by ezmlm
Precedence: bulk
List-Post:
List-Help:
List-Unsubscribe:
Reply-To: dev@apr.apache.org
List-Id:
Delivered-To: mailing list commits@apr.apache.org
Received: (qmail 99388 invoked by uid 99); 25 Aug 2005 15:39:17 -0000
X-ASF-Spam-Status: No, hits=-9.8 required=10.0
tests=ALL_TRUSTED,NO_REAL_NAME
X-Spam-Check-By: apache.org
Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194)
by apache.org (qpsmtpd/0.29) with SMTP; Thu, 25 Aug 2005 08:39:16 -0700
Received: (qmail 62994 invoked by uid 65534); 25 Aug 2005 15:39:16 -0000
Message-ID: <20050825153916.62992.qmail@minotaur.apache.org>
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Subject: svn commit: r240093 - /apr/dist/trunk/binaries/netware/HEADER.html
Date: Thu, 25 Aug 2005 15:39:16 -0000
To: commits@apr.apache.org
From: bnicholes@apache.org
X-Mailer: svnmailer-1.0.3
X-Virus-Checked: Checked by ClamAV on apache.org
X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N
Author: bnicholes
Date: Thu Aug 25 08:39:15 2005
New Revision: 240093
URL: http://svn.apache.org/viewcvs?rev=240093&view=rev
Log:
Add a warning about trying to use APRLib 1.x with HTTPD 2.0.x.
Modified:
apr/dist/trunk/binaries/netware/HEADER.html
Modified: apr/dist/trunk/binaries/netware/HEADER.html
URL: http://svn.apache.org/viewcvs/apr/dist/trunk/binaries/netware/HEADER.html?rev=240093&r1=240092&r2=240093&view=diff
==============================================================================
--- apr/dist/trunk/binaries/netware/HEADER.html (original)
+++ apr/dist/trunk/binaries/netware/HEADER.html Thu Aug 25 08:39:15 2005
@@ -6,4 +6,9 @@
http://developer.novell.com/ndk/libc.htm.
If you require additional information, find any bugs, or wish to contribute in other ways, please refer to the
APR project page.
-
+
+ WARNING: The 1.x.x versions of APRLib were built from the officially released source code
+from the APR and APR-Util projects and are meant to be compatible with the Apache HTTPD server 2.1.x versions and above.
+Since Apache 2.0.x is still based on the 0.9.x pre-release versions of APR and APR-Util, DO NOT attempt to replace
+the 0.9.x version of APRLib with the 1.x.x version.
+