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 2018/11/16 10:22:53 UTC

[1/3] lucene-solr:master: Remove extra colons.

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7_6 0f7339499 -> 25be178ea
  refs/heads/branch_7x 212e5155a -> cea61b1f5
  refs/heads/master 116cc28fa -> 57334721f


Remove extra colons.


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

Branch: refs/heads/master
Commit: 57334721f0b81206560922e464cfdfb0aa6d95a8
Parents: 116cc28
Author: Adrien Grand <jp...@gmail.com>
Authored: Fri Nov 16 11:14:18 2018 +0100
Committer: Adrien Grand <jp...@gmail.com>
Committed: Fri Nov 16 11:14:18 2018 +0100

----------------------------------------------------------------------
 lucene/CHANGES.txt | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/57334721/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index d20de67..3ba2c35 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -194,7 +194,7 @@ Optimizations
 
 ======================= Lucene 7.7.0 =======================
 
-Build:
+Build
 
 * LUCENE-8537: ant test command fails under lucene/tools (Peter Somogyi)
 
@@ -206,13 +206,13 @@ New Features
 
 ======================= Lucene 7.6.0 =======================
 
-Build:
+Build
 
 * LUCENE-8504: Upgrade forbiddenapis to version 2.6.  (Uwe Schindler)
 
 * LUCENE-8493: Stop publishing insecure .sha1 files with releases (janhoy)
 
-Bug fixes:
+Bug fixes
 
 * LUCENE-8479: QueryBuilder#analyzeGraphPhrase now throws TooManyClause exception
   if the number of expanded path reaches the BooleanQuery#maxClause limit. (Jim Ferenczi)
@@ -264,7 +264,7 @@ New Features
 
 * LUCENE-8555: Add dateline crossing support to LatLonShapeBoundingBoxQuery. (Nick Knize)
 
-Improvements:
+Improvements
 
 * LUCENE-8521: Change LatLonShape encoding to 7 dimensions instead of 6; where the
   first 4 are index dimensions defining the bounding box of the Triangle and the
@@ -276,7 +276,8 @@ Improvements:
 
 * LUCENE-8558: Replace O(N) lookup with O(1) lookup in PerFieldMergeState#FilterFieldInfos.
   (Kranthi via Simon Willnauer)
-Other:
+
+Other
 
 * LUCENE-8523: Correct typo in JapaneseNumberFilterFactory javadocs (Ankush Jhalani
   via Alan Woodward)
@@ -286,14 +287,14 @@ Other:
 
 ======================= Lucene 7.5.1 =======================
 
-Bug Fixes:
+Bug Fixes
 
 * LUCENE-8454: Fix incorrect vertex indexing and other computation errors in
   shape tessellation that would sometimes cause an infinite loop. (Nick Knize)
 
 ======================= Lucene 7.5.0 =======================
 
-API Changes:
+API Changes
 
 * LUCENE-8467: RAMDirectory, RAMFile, RAMInputStream, RAMOutputStream are deprecated
   (Dawid Weiss)
@@ -355,7 +356,7 @@ API Changes:
   IndexReaders, allowing the caller to pass a FilterDirectoryReader, for example.
   (Mike McCandless)
 
-Bug Fixes:
+Bug Fixes
 
 * LUCENE-8445: Tighten condition when two planes are identical to prevent constructing
   bogus tiles when building GeoPolygons. (Ignacio Vera)
@@ -399,7 +400,7 @@ Bug Fixes:
   allow access to it's delegate like other filter readers. This adds a new #getDelegate method
   to access the wrapped reader. (Simon Willnauer)
 
-Changes in Runtime Behavior:
+Changes in Runtime Behavior
 
 * LUCENE-7976: TieredMergePolicy now respects maxSegmentSizeMB by default when executing
   findForcedMerges and findForcedDeletesMerges (Erick Erickson)
@@ -456,7 +457,7 @@ Build
   The buildAndPushRelease.py script validates that RM's PGP key is in the KEYS file.
   Remove unused 'copy-to-stage' and '-dist-keys' targets from ant build. (janhoy)
 
-Other:
+Other
 
 * LUCENE-8485: Update randomizedtesting to version 2.6.4. (Dawid Weiss)
 
@@ -483,7 +484,7 @@ Other:
 
 ======================= Lucene 7.4.1 =======================
 
-Bug Fixes:
+Bug Fixes
  
  * LUCENE-8365: Fix ArrayIndexOutOfBoundsException in UnifiedHighlighter. This fixes 
    a "off by one" error in the UnifiedHighlighter's code that is only triggered when


[2/3] lucene-solr:branch_7x: Remove extra colons.

Posted by jp...@apache.org.
Remove extra colons.


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

Branch: refs/heads/branch_7x
Commit: cea61b1f55d1a81035260af872fa922002f64dfd
Parents: 212e515
Author: Adrien Grand <jp...@gmail.com>
Authored: Fri Nov 16 11:21:46 2018 +0100
Committer: Adrien Grand <jp...@gmail.com>
Committed: Fri Nov 16 11:21:46 2018 +0100

----------------------------------------------------------------------
 lucene/CHANGES.txt | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/cea61b1f/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 37422cb..87384b3 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -5,7 +5,7 @@ http://s.apache.org/luceneversions
 
 ======================= Lucene 7.7.0 =======================
 
-Build:
+Build
 
 * LUCENE-8537: ant test command fails under lucene/tools (Peter Somogyi)
 
@@ -17,7 +17,7 @@ New Features
 
 ======================= Lucene 7.6.0 =======================
 
-Build:
+Build
 
 * LUCENE-8504: Upgrade forbiddenapis to version 2.6.  (Uwe Schindler)
 
@@ -26,7 +26,7 @@ Build:
 
 * LUCENE-8493: Stop publishing insecure .sha1 files with releases (janhoy)
 
-Bug fixes:
+Bug fixes
 
 * LUCENE-8479: QueryBuilder#analyzeGraphPhrase now throws TooManyClause exception
   if the number of expanded path reaches the BooleanQuery#maxClause limit. (Jim Ferenczi)
@@ -78,7 +78,7 @@ New Features
 
 * LUCENE-8555: Add dateline crossing support to LatLonShapeBoundingBoxQuery. (Nick Knize)
 
-Improvements:
+Improvements
 
 * LUCENE-8521: Change LatLonShape encoding to 7 dimensions instead of 6; where the
   first 4 are index dimensions defining the bounding box of the Triangle and the
@@ -90,7 +90,8 @@ Improvements:
 
 * LUCENE-8558: Replace O(N) lookup with O(1) lookup in PerFieldMergeState#FilterFieldInfos.
   (Kranthi via Simon Willnauer)
-Other:
+
+Other
 
 * LUCENE-8523: Correct typo in JapaneseNumberFilterFactory javadocs (Ankush Jhalani
   via Alan Woodward)
@@ -100,14 +101,14 @@ Other:
 
 ======================= Lucene 7.5.1 =======================
 
-Bug Fixes:
+Bug Fixes
 
 * LUCENE-8454: Fix incorrect vertex indexing and other computation errors in
   shape tessellation that would sometimes cause an infinite loop. (Nick Knize)
 
 ======================= Lucene 7.5.0 =======================
 
-API Changes:
+API Changes
 
 * LUCENE-8467: RAMDirectory, RAMFile, RAMInputStream, RAMOutputStream are deprecated
   (Dawid Weiss)
@@ -167,7 +168,7 @@ API Changes:
   IndexReaders, allowing the caller to pass a FilterDirectoryReader, for example.
   (Mike McCandless)
 
-Bug Fixes:
+Bug Fixes
 
 * LUCENE-8445: Tighten condition when two planes are identical to prevent constructing
   bogus tiles when building GeoPolygons. (Ignacio Vera)
@@ -211,7 +212,7 @@ Bug Fixes:
   allow access to it's delegate like other filter readers. This adds a new #getDelegate method
   to access the wrapped reader. (Simon Willnauer)
 
-Changes in Runtime Behavior:
+Changes in Runtime Behavior
 
 * LUCENE-7976: TieredMergePolicy now respects maxSegmentSizeMB by default when executing
   findForcedMerges and findForcedDeletesMerges (Erick Erickson)
@@ -268,7 +269,7 @@ Build
   The buildAndPushRelease.py script validates that RM's PGP key is in the KEYS file.
   Remove unused 'copy-to-stage' and '-dist-keys' targets from ant build. (janhoy)
 
-Other:
+Other
 
 * LUCENE-8485: Update randomizedtesting to version 2.6.4. (Dawid Weiss)
 
@@ -295,7 +296,7 @@ Other:
 
 ======================= Lucene 7.4.1 =======================
 
-Bug Fixes:
+Bug Fixes
  
  * LUCENE-8365: Fix ArrayIndexOutOfBoundsException in UnifiedHighlighter. This fixes 
    a "off by one" error in the UnifiedHighlighter's code that is only triggered when


[3/3] lucene-solr:branch_7_6: Remove extra colons.

Posted by jp...@apache.org.
Remove extra colons.


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

Branch: refs/heads/branch_7_6
Commit: 25be178ea61208e84ee7849645de90102a5cfb26
Parents: 0f73394
Author: Adrien Grand <jp...@gmail.com>
Authored: Fri Nov 16 11:22:35 2018 +0100
Committer: Adrien Grand <jp...@gmail.com>
Committed: Fri Nov 16 11:22:35 2018 +0100

----------------------------------------------------------------------
 lucene/CHANGES.txt | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/25be178e/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index c5ba3e2..252d8ca 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -5,7 +5,7 @@ http://s.apache.org/luceneversions
 
 ======================= Lucene 7.6.0 =======================
 
-Build:
+Build
 
 * LUCENE-8504: Upgrade forbiddenapis to version 2.6.  (Uwe Schindler)
 
@@ -14,7 +14,7 @@ Build:
 
 * LUCENE-8493: Stop publishing insecure .sha1 files with releases (janhoy)
 
-Bug fixes:
+Bug fixes
 
 * LUCENE-8479: QueryBuilder#analyzeGraphPhrase now throws TooManyClause exception
   if the number of expanded path reaches the BooleanQuery#maxClause limit. (Jim Ferenczi)
@@ -66,7 +66,7 @@ New Features
 
 * LUCENE-8555: Add dateline crossing support to LatLonShapeBoundingBoxQuery. (Nick Knize)
 
-Improvements:
+Improvements
 
 * LUCENE-8521: Change LatLonShape encoding to 7 dimensions instead of 6; where the
   first 4 are index dimensions defining the bounding box of the Triangle and the
@@ -78,7 +78,8 @@ Improvements:
 
 * LUCENE-8558: Replace O(N) lookup with O(1) lookup in PerFieldMergeState#FilterFieldInfos.
   (Kranthi via Simon Willnauer)
-Other:
+
+Other
 
 * LUCENE-8523: Correct typo in JapaneseNumberFilterFactory javadocs (Ankush Jhalani
   via Alan Woodward)
@@ -88,14 +89,14 @@ Other:
 
 ======================= Lucene 7.5.1 =======================
 
-Bug Fixes:
+Bug Fixes
 
 * LUCENE-8454: Fix incorrect vertex indexing and other computation errors in
   shape tessellation that would sometimes cause an infinite loop. (Nick Knize)
 
 ======================= Lucene 7.5.0 =======================
 
-API Changes:
+API Changes
 
 * LUCENE-8467: RAMDirectory, RAMFile, RAMInputStream, RAMOutputStream are deprecated
   (Dawid Weiss)
@@ -155,7 +156,7 @@ API Changes:
   IndexReaders, allowing the caller to pass a FilterDirectoryReader, for example.
   (Mike McCandless)
 
-Bug Fixes:
+Bug Fixes
 
 * LUCENE-8445: Tighten condition when two planes are identical to prevent constructing
   bogus tiles when building GeoPolygons. (Ignacio Vera)
@@ -199,7 +200,7 @@ Bug Fixes:
   allow access to it's delegate like other filter readers. This adds a new #getDelegate method
   to access the wrapped reader. (Simon Willnauer)
 
-Changes in Runtime Behavior:
+Changes in Runtime Behavior
 
 * LUCENE-7976: TieredMergePolicy now respects maxSegmentSizeMB by default when executing
   findForcedMerges and findForcedDeletesMerges (Erick Erickson)
@@ -256,7 +257,7 @@ Build
   The buildAndPushRelease.py script validates that RM's PGP key is in the KEYS file.
   Remove unused 'copy-to-stage' and '-dist-keys' targets from ant build. (janhoy)
 
-Other:
+Other
 
 * LUCENE-8485: Update randomizedtesting to version 2.6.4. (Dawid Weiss)
 
@@ -283,7 +284,7 @@ Other:
 
 ======================= Lucene 7.4.1 =======================
 
-Bug Fixes:
+Bug Fixes
  
  * LUCENE-8365: Fix ArrayIndexOutOfBoundsException in UnifiedHighlighter. This fixes 
    a "off by one" error in the UnifiedHighlighter's code that is only triggered when