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/06/11 19:38:12 UTC

[13/15] lucene-solr:branch_6x: sequence numbers: fix issue number in CHANGES

sequence numbers: fix issue number in CHANGES


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/1216b694
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/1216b694
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/1216b694

Branch: refs/heads/branch_6x
Commit: 1216b69414006245ee1076e3523cf63d72710d87
Parents: 4bdd08a
Author: Mike McCandless <mi...@apache.org>
Authored: Thu Jun 2 05:59:10 2016 -0400
Committer: Mike McCandless <mi...@apache.org>
Committed: Sat Jun 11 14:07:15 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/1216b694/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 0935333..350bee1 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -45,7 +45,7 @@ New Features
   applicable and supported when copying files from another FSDirectory in 
   Directory#copyFrom. (Simon Willnauer)
 
-* LUCENE-73012: IndexWriter methods that change the index now return a
+* LUCENE-7302: IndexWriter methods that change the index now return a
   long "sequence number" indicating the effective equivalent
   single-threaded execution order (Mike McCandless)