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

[30/50] [abbrv] lucene-solr:apiv2: LUCENE-7135: add issue number in CHANGES.txt

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

Branch: refs/heads/apiv2
Commit: 2baad4c22d05a1fcc4a09044eae868b6a5bfe1cf
Parents: 417e29a
Author: Mike McCandless <mi...@apache.org>
Authored: Mon Oct 31 11:23:36 2016 -0400
Committer: Mike McCandless <mi...@apache.org>
Committed: Mon Oct 31 11:23:36 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/2baad4c2/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 6697fbf..f90bc12 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -113,7 +113,7 @@ Bug Fixes
 * LUCENE-7429: AnalyzerWrapper can now modify the normalization chain too and
   DelegatingAnalyzerWrapper does the right thing automatically. (Adrien Grand)
 
-* Lucene's check for 32 or 64 bit JVM now works around security
+* LUCENE-7135: Lucene's check for 32 or 64 bit JVM now works around security
   manager blocking access to some properties (Aaron Madlon-Kay via
   Mike McCandless)