You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2016/11/15 05:37:26 UTC

lucene-solr:master: SOLR-9633: Fix issue number in CHANGES.txt

Repository: lucene-solr
Updated Branches:
  refs/heads/master 487b0976e -> b57a5e41f


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

Branch: refs/heads/master
Commit: b57a5e41f82418621d8ac7e42edf0cd08dcee6be
Parents: 487b097
Author: Shalin Shekhar Mangar <sh...@apache.org>
Authored: Tue Nov 15 11:07:18 2016 +0530
Committer: Shalin Shekhar Mangar <sh...@apache.org>
Committed: Tue Nov 15 11:07:18 2016 +0530

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/b57a5e41/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index a93fda1..e7f7b6e 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -113,7 +113,7 @@ New Features
 
 * SOLR-9038: Add a command-line tool to manage the snapshots functionality (Hrishikesh Gadre via yonik)
 
-* SOLR-9366: Limit memory consumed by FastLRUCache with a new 'maxRamMB' config parameter.
+* SOLR-9633: Limit memory consumed by FastLRUCache with a new 'maxRamMB' config parameter.
   (yonik, Michael Sun, shalin)
 
 Optimizations