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

[2/2] lucene-solr:branch_6_3: 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/3366219c
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/3366219c
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/3366219c

Branch: refs/heads/branch_6_3
Commit: 3366219c6edbb8c7791e8e8bab08ede5b485e2d1
Parents: 08526f5
Author: Mike McCandless <mi...@apache.org>
Authored: Mon Oct 31 11:23:36 2016 -0400
Committer: Mike McCandless <mi...@apache.org>
Committed: Wed Nov 2 04:43:21 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/3366219c/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 981e876..e133f3a 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -59,7 +59,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)