You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2016/06/18 17:28:27 UTC

lucene-solr:branch_6x: SOLR-8981: Add changes entry

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x 7403b46c4 -> 1f7b95550


SOLR-8981: Add changes entry


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/1f7b9555
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/1f7b9555
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/1f7b9555

Branch: refs/heads/branch_6x
Commit: 1f7b9555076b4a46cc44cc9d4c8619ebe340f350
Parents: 7403b46c
Author: Uwe Schindler <us...@apache.org>
Authored: Sat Jun 18 19:27:39 2016 +0200
Committer: Uwe Schindler <us...@apache.org>
Committed: Sat Jun 18 19:28:16 2016 +0200

----------------------------------------------------------------------
 solr/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/1f7b9555/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 600e626..d7268e0 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -53,6 +53,9 @@ Other Changes
 * SOLR-9195: Remove unnecessary allocation and null check in UpdateRequestProcessorChain's
   getReqProcessors method. (Christine Poerschke)
 
+* SOLR-8981: Upgraded Extraction module to Apache Tika 1.13.
+  (Tim Allison, Lewis John McGibbney via Uwe Schindler)
+
 ==================  6.1.0 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.