Return-Path: Delivered-To: apmail-hc-commits-archive@www.apache.org Received: (qmail 25478 invoked from network); 12 Dec 2008 20:23:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Dec 2008 20:23:01 -0000 Received: (qmail 49586 invoked by uid 500); 12 Dec 2008 20:23:14 -0000 Delivered-To: apmail-hc-commits-archive@hc.apache.org Received: (qmail 49562 invoked by uid 500); 12 Dec 2008 20:23:14 -0000 Mailing-List: contact commits-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list commits@hc.apache.org Received: (qmail 49553 invoked by uid 99); 12 Dec 2008 20:23:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Dec 2008 12:23:14 -0800 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; Fri, 12 Dec 2008 20:23:01 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1661823888A0; Fri, 12 Dec 2008 12:22:41 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r726111 - in /httpcomponents/httpclient/trunk: README.txt RELEASE_NOTES.txt Date: Fri, 12 Dec 2008 20:22:40 -0000 To: commits@hc.apache.org From: olegk@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081212202241.1661823888A0@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: olegk Date: Fri Dec 12 12:22:40 2008 New Revision: 726111 URL: http://svn.apache.org/viewvc?rev=726111&view=rev Log: Fixed dependency info in README.txt and a typo in RELEASE_NOTES.txt Modified: httpcomponents/httpclient/trunk/README.txt httpcomponents/httpclient/trunk/RELEASE_NOTES.txt Modified: httpcomponents/httpclient/trunk/README.txt URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/README.txt?rev=726111&r1=726110&r2=726111&view=diff ============================================================================== --- httpcomponents/httpclient/trunk/README.txt (original) +++ httpcomponents/httpclient/trunk/README.txt Fri Dec 12 12:22:40 2008 @@ -14,16 +14,20 @@ HttpClient main module requires Java 5.0 compatible runtime and depends on the following external libraries: -* Apache HttpComponents HttpCore 4.0-beta1 or newer API compatible version -* Apache Commons Logging 1.0.3 or newer API compatible version -* Apache Commons Codec 1.3 or newer API compatible version +* Apache HttpComponents HttpCore +* Apache Commons Logging +* Apache Commons Codec + +(for detailed information on external dependencies please see pom.xml) HttpMime module is optional and requires Java 5.0 compatible runtime and depends on the following external libraries: -* Apache HttpComponents HttpCore 4.0-beta1 or newer API compatible version -* Apache mime4j 0.4 or newer API compatible version -* Apache Commons Logging 1.0.3 or newer API compatible version +* Apache HttpComponents HttpCore +* Apache mime4j +* Apache Commons Logging + +(for detailed information on external dependencies please see pom.xml) Licensing --------- Modified: httpcomponents/httpclient/trunk/RELEASE_NOTES.txt URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/RELEASE_NOTES.txt?rev=726111&r1=726110&r2=726111&view=diff ============================================================================== --- httpcomponents/httpclient/trunk/RELEASE_NOTES.txt (original) +++ httpcomponents/httpclient/trunk/RELEASE_NOTES.txt Fri Dec 12 12:22:40 2008 @@ -23,7 +23,7 @@ Contributed by Oleg Kalnichevski * DigestScheme can use an arbitrary digest algorithm requested by the - target server (such SHA) as long as this algorithm is supported by + target server (such as SHA) as long as this algorithm is supported by the Java runtime. Contributed by Oleg Kalnichevski