You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jb...@apache.org on 2017/04/07 02:06:16 UTC

lucene-solr:master: SOLR-10341, SOLR-10444: Update CHANGES.txt

Repository: lucene-solr
Updated Branches:
  refs/heads/master a0d22297c -> c05ab96dc


SOLR-10341, SOLR-10444: Update CHANGES.txt


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

Branch: refs/heads/master
Commit: c05ab96dc4454c00779aad2cd6989812c9b13a2e
Parents: a0d2229
Author: Joel Bernstein <jb...@apache.org>
Authored: Thu Apr 6 22:06:07 2017 -0400
Committer: Joel Bernstein <jb...@apache.org>
Committed: Thu Apr 6 22:06:07 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/c05ab96d/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 0bf2c54..95edf89 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -227,6 +227,10 @@ Bug Fixes
 
 * SOLR-10425: Fix indexed="false" on numeric PointFields (Tom�s Fern�ndez L�bbe, hossman)
 
+* SOLR-10341: SQL AVG function mis-interprets field type. (Joel Bernstein)
+
+* SOLR-10444: SQL interface does not use client cache. (Joel Bernstein)
+
 ==================  6.5.0 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.