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:10:47 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6_5 16cf74190 -> bc16deb60


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

Branch: refs/heads/branch_6_5
Commit: bc16deb60603b135de659db577ecc4430d9a428d
Parents: 16cf741
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:09:39 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/bc16deb6/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index def1943..acf3dd4 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -43,6 +43,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.