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:27:48 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/master 19cb7404f -> a7f89cd84


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/a7f89cd8
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/a7f89cd8
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/a7f89cd8

Branch: refs/heads/master
Commit: a7f89cd84314d11443a646842553d89e855bd358
Parents: 19cb740
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:27:39 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a7f89cd8/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 44cc6c1..f9990d9 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -82,6 +82,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.