You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by el...@apache.org on 2015/04/03 17:37:44 UTC

svn commit: r1671092 - in /lucene/dev/branches/branch_5x: ./ lucene/ lucene/licenses/ solr/ solr/licenses/

Author: elyograg
Date: Fri Apr  3 15:37:44 2015
New Revision: 1671092

URL: http://svn.apache.org/r1671092
Log:
SOLR-6865: Upgrade HttpClient/Core/Mime to 4.4.1. (merge trunk r1671085)

Added:
    lucene/dev/branches/branch_5x/lucene/licenses/httpclient-4.4.1.jar.sha1
      - copied unchanged from r1671085, lucene/dev/trunk/lucene/licenses/httpclient-4.4.1.jar.sha1
    lucene/dev/branches/branch_5x/lucene/licenses/httpcore-4.4.1.jar.sha1
      - copied unchanged from r1671085, lucene/dev/trunk/lucene/licenses/httpcore-4.4.1.jar.sha1
    lucene/dev/branches/branch_5x/solr/licenses/httpclient-4.4.1.jar.sha1
      - copied unchanged from r1671085, lucene/dev/trunk/solr/licenses/httpclient-4.4.1.jar.sha1
    lucene/dev/branches/branch_5x/solr/licenses/httpcore-4.4.1.jar.sha1
      - copied unchanged from r1671085, lucene/dev/trunk/solr/licenses/httpcore-4.4.1.jar.sha1
    lucene/dev/branches/branch_5x/solr/licenses/httpmime-4.4.1.jar.sha1
      - copied unchanged from r1671085, lucene/dev/trunk/solr/licenses/httpmime-4.4.1.jar.sha1
Removed:
    lucene/dev/branches/branch_5x/lucene/licenses/httpclient-4.3.1.jar.sha1
    lucene/dev/branches/branch_5x/lucene/licenses/httpcore-4.3.jar.sha1
    lucene/dev/branches/branch_5x/solr/licenses/httpclient-4.3.1.jar.sha1
    lucene/dev/branches/branch_5x/solr/licenses/httpcore-4.3.jar.sha1
    lucene/dev/branches/branch_5x/solr/licenses/httpmime-4.3.1.jar.sha1
Modified:
    lucene/dev/branches/branch_5x/   (props changed)
    lucene/dev/branches/branch_5x/lucene/   (props changed)
    lucene/dev/branches/branch_5x/lucene/ivy-versions.properties   (contents, props changed)
    lucene/dev/branches/branch_5x/lucene/licenses/   (props changed)
    lucene/dev/branches/branch_5x/solr/   (props changed)
    lucene/dev/branches/branch_5x/solr/CHANGES.txt   (contents, props changed)
    lucene/dev/branches/branch_5x/solr/licenses/   (props changed)

Modified: lucene/dev/branches/branch_5x/lucene/ivy-versions.properties
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/lucene/ivy-versions.properties?rev=1671092&r1=1671091&r2=1671092&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/lucene/ivy-versions.properties (original)
+++ lucene/dev/branches/branch_5x/lucene/ivy-versions.properties Fri Apr  3 15:37:44 2015
@@ -116,9 +116,9 @@ org.apache.hadoop.version = 2.6.0
 
 # The httpcore version is often different from the httpclient and httpmime versions,
 # so the httpcore version value should not share the same symbolic name with them.  
-/org.apache.httpcomponents/httpclient = 4.3.1
-/org.apache.httpcomponents/httpcore = 4.3
-/org.apache.httpcomponents/httpmime = 4.3.1
+/org.apache.httpcomponents/httpclient = 4.4.1
+/org.apache.httpcomponents/httpcore = 4.4.1
+/org.apache.httpcomponents/httpmime = 4.4.1
 
 /org.apache.ivy/ivy = 2.3.0
 

Modified: lucene/dev/branches/branch_5x/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/solr/CHANGES.txt?rev=1671092&r1=1671091&r2=1671092&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/solr/CHANGES.txt (original)
+++ lucene/dev/branches/branch_5x/solr/CHANGES.txt Fri Apr  3 15:37:44 2015
@@ -44,6 +44,8 @@ Optimizations
 Other Changes
 ----------------------
 
+* SOLR-6865: Upgrade HttpClient to 4.4.1 (Shawn Heisey)
+
 ==================  5.1.0 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release