You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gc...@apache.org on 2016/08/02 23:49:28 UTC

lucene-solr:master: SOLR-9324: Fix jira number in CHANGES.txt

Repository: lucene-solr
Updated Branches:
  refs/heads/master e50858c31 -> a07425a4e


SOLR-9324: Fix jira number in 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/a07425a4
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/a07425a4
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/a07425a4

Branch: refs/heads/master
Commit: a07425a4e1856aa301e7125863a9ad7a606eeb02
Parents: e50858c
Author: Gregory Chanan <gc...@cloudera.com>
Authored: Tue Aug 2 19:49:00 2016 -0400
Committer: Gregory Chanan <gc...@cloudera.com>
Committed: Tue Aug 2 19:49:00 2016 -0400

----------------------------------------------------------------------
 solr/CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a07425a4/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 538edce..5bd64af 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -111,7 +111,7 @@ New Features
 * SOLR-9279: New boolean comparison function queries comparing numeric arguments: gt, gte, lt, lte, eq
   (Doug Turnbull, David Smiley)
 
-* SOLR-9346: Support Secure Impersonation / Proxy User for solr authentication
+* SOLR-9324: Support Secure Impersonation / Proxy User for solr authentication
   (Gregory Chanan)
 
 Bug Fixes