You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2017/02/15 18:05:01 UTC

[2/2] lucene-solr:branch_6x: Synchronize CHANGES entries.

Synchronize CHANGES entries.


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

Branch: refs/heads/branch_6x
Commit: 387af9d25abf11a36f397ada7be204024e49e641
Parents: c2aff59
Author: Adrien Grand <jp...@gmail.com>
Authored: Wed Feb 15 18:59:34 2017 +0100
Committer: Adrien Grand <jp...@gmail.com>
Committed: Wed Feb 15 19:00:09 2017 +0100

----------------------------------------------------------------------
 lucene/CHANGES.txt | 57 ++++++++++++++++++++++++++++++++++++++++++++++++-
 solr/CHANGES.txt   |  7 +++++-
 2 files changed, 62 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/387af9d2/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 9c9e88d..6fd5fb1 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -1086,7 +1086,62 @@ Other
   (Martijn van Groningen, Mike McCandless)
 
 ======================= Lucene 5.5.4 =======================
-(No Changes)
+
+Bug Fixes
+
+* LUCENE-7417: The standard Highlighter could throw an IllegalArgumentException when
+  trying to highlight a query containing a degenerate case of a MultiPhraseQuery with one
+  term.  (Thomas Kappler via David Smiley)
+
+* LUCENE-7657: Fixed potential memory leak in the case that a (Span)TermQuery
+  with a TermContext is cached. (Adrien Grand)
+
+* LUCENE-7647: Made stored fields reclaim native memory more aggressively when
+  configured with BEST_COMPRESSION. This could otherwise result in out-of-memory
+  issues. (Adrien Grand)
+
+* LUCENE-7562: CompletionFieldsConsumer sometimes throws
+  NullPointerException on ghost fields (Oliver Eilhard via Mike McCandless)
+
+* LUCENE-7547: JapaneseTokenizerFactory was failing to close the
+  dictionary file it opened (Markus via Mike McCandless)
+
+* LUCENE-6914: Fixed DecimalDigitFilter in case of supplementary code points.
+  (Hossman)
+
+* LUCENE-7440: Document id skipping (PostingsEnum.advance) could throw an
+  ArrayIndexOutOfBoundsException exception on large index segments (>1.8B docs)
+  with large skips. (yonik)
+
+* LUCENE-7570: IndexWriter may deadlock if a commit is running while
+  there are too many merges running and one of the merges hits a
+  tragic exception (Joey Echeverria via Mike McCandless)
+
+Other
+
+* LUCENE-6989: Backport MMapDirectory's unmapping code from Lucene 6.4 to use
+  MethodHandles. This allows it to work with Java 9 (EA build 150 and later).
+  (Uwe Schindler)
+
+Build
+
+* LUCENE-7543: Make changes-to-html target an offline operation, by moving the
+  Lucene and Solr DOAP RDF files into the Git source repository under
+  dev-tools/doap/ and then pulling release dates from those files, rather than
+  from JIRA. (Mano Kovacs, hossman, Steve Rowe)
+
+* LUCENE-7596: Update Groovy to version 2.4.8 to allow building with Java 9
+  build 148+. Also update JGit version for working-copy checks. This does not
+  fix all issues with Java 9, but allows to build the distribution.
+  (Uwe Schindler)
+
+* LUCENE-7651: Backport (Lucene 6.4.1) fix for Java 8u121 to allow documentation
+  build to inject "Google Code Prettify" without adding Javascript to Javadocs's
+  -bottom parameter. Unfortunately, this fix disables Prettify if Javadocs are
+  built with Java 7, as there is no generic way in Java 7 to inject Javascript
+  without breaking Java 8 (and possible paid Java 7 security updates). This
+  fix also updates Prettify to latest version to work around a Google Chrome
+  issue. (Uwe Schindler)
 
 ======================= Lucene 5.5.3 =======================
 (No Changes)

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/387af9d2/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index b37878a..2fa27a7 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -1999,7 +1999,12 @@ Apache ZooKeeper 3.4.6
 Jetty 9.3.14.v20161028
 
 
-(No Changes)
+Other Changes
+----------------------
+
+* SOLR-9819: Upgrade commons-fileupload to 1.3.2, fixing a potential vulnerability CVE-2016-3092 (Anshum Gupta)
+
+* SOLR-10031: Validation of filename params in ReplicationHandler (Hrishikesh Gadre, janhoy)
 
 
 ======================= 5.5.3 =======================