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 2017/05/07 13:36:12 UTC

svn commit: r1794201 - in /httpcomponents/httpclient/trunk: BUILDING.txt NOTICE.txt README.txt doap_HttpComponents_Client.rdf

Author: olegk
Date: Sun May  7 13:36:12 2017
New Revision: 1794201

URL: http://svn.apache.org/viewvc?rev=1794201&view=rev
Log:
Updated DOAP, BUILDING, README and NOTICE files

Modified:
    httpcomponents/httpclient/trunk/BUILDING.txt
    httpcomponents/httpclient/trunk/NOTICE.txt
    httpcomponents/httpclient/trunk/README.txt
    httpcomponents/httpclient/trunk/doap_HttpComponents_Client.rdf

Modified: httpcomponents/httpclient/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/BUILDING.txt?rev=1794201&r1=1794200&r2=1794201&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/BUILDING.txt (original)
+++ httpcomponents/httpclient/trunk/BUILDING.txt Sun May  7 13:36:12 2017
@@ -27,27 +27,17 @@ mvn install
 
 The JAR packages can be found in the target folders of their respective modules
 
-httpclient/target/httpclient5-<VERSION>.jar
-httpclient-cache/target/httpclient5-cache-<VERSION>.jar
-httpclient-fluent/target/httpclient5-fluent-<VERSION>.jar
-httpclient-win/target/httpclient5-win-<VERSION>.jar
-httpclient-osgi/target/org.apache.httpcomponents.httpclient_<VERSION>.jar
+httpclient5/target/httpclient5-<VERSION>.jar
+httpclient5-cache/target/httpclient5-cache-<VERSION>.jar
+httpclient5-fluent/target/httpclient5-fluent-<VERSION>.jar
+httpclient5-win/target/httpclient5-win-<VERSION>.jar
+httpclient5-osgi/target/org.apache.httpcomponents.httpclient_<VERSION>.jar
 
 where <VERSION> is the release version
 
 (4) Validating packages
 
-Check for binary compatibility with the previous version with:
-
-mvn clirr:check
-
 Check for proper license headers with:
 
 mvn apache-rat:check
 
-(5) Building documentation 
-
-Execute the following command in order to generate javadoc:
-
-mvn compile javadoc:aggregate
-

Modified: httpcomponents/httpclient/trunk/NOTICE.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/NOTICE.txt?rev=1794201&r1=1794200&r2=1794201&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/NOTICE.txt (original)
+++ httpcomponents/httpclient/trunk/NOTICE.txt Sun May  7 13:36:12 2017
@@ -1,5 +1,5 @@
 Apache HttpComponents Client
-Copyright 1999-2016 The Apache Software Foundation
+Copyright 1999-2017 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

Modified: httpcomponents/httpclient/trunk/README.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/README.txt?rev=1794201&r1=1794200&r2=1794201&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/README.txt (original)
+++ httpcomponents/httpclient/trunk/README.txt Sun May  7 13:36:12 2017
@@ -11,20 +11,14 @@ For building from source instructions pl
 Dependencies
 ------------
 
-HttpClient main module requires Java 6 compatible runtime and
+HttpClient main module requires Java 7 compatible runtime and
 depends on the following external libraries:
 
 * Apache HttpComponents HttpCore
-* Apache Commons Logging
+* Apache Logging Log4j2 API
 * Apache Commons Codec
 
-(for detailed information on external dependencies please see pom.xml)
-
-HttpMime module is optional and requires Java 6 compatible runtime
-and depends on the following external libraries:
-
-* Apache HttpComponents HttpCore
-* Apache Commons Logging
+Other dependencies are optional.
 
 (for detailed information on external dependencies please see pom.xml)
 

Modified: httpcomponents/httpclient/trunk/doap_HttpComponents_Client.rdf
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/doap_HttpComponents_Client.rdf?rev=1794201&r1=1794200&r2=1794201&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/doap_HttpComponents_Client.rdf (original)
+++ httpcomponents/httpclient/trunk/doap_HttpComponents_Client.rdf Sun May  7 13:36:12 2017
@@ -80,6 +80,18 @@ This is the successor to the widely used
       <asfext:url rdf:resource="http://tools.ietf.org/html/rfc7235"/>
     </asfext:Standard></asfext:implements>
     <asfext:implements><asfext:Standard>
+      <asfext:title>Hypertext Transfer Protocol Version 2 (HTTP/2)</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 7540</asfext:id>
+      <asfext:url rdf:resource="http://tools.ietf.org/html/rfc7540"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>HPACK: Header Compression for HTTP/2</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 7541</asfext:id>
+      <asfext:url rdf:resource="http://tools.ietf.org/html/rfc7541"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
       <asfext:title>Hypertext Transfer Protocol -- HTTP/1.0</asfext:title>
       <asfext:body>IETF</asfext:body>
       <asfext:id>RFC 1945</asfext:id>