You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2008/12/12 21:22:40 UTC

svn commit: r726111 - in /httpcomponents/httpclient/trunk: README.txt RELEASE_NOTES.txt

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 <olegk at apache.org>
 
 * 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 <olegk at apache.org>