You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by da...@apache.org on 2019/01/08 19:43:08 UTC

lucene-solr:branch_8x: SOLR-13053: Upgrade CHANGES.txt

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_8x 0e903cab4 -> 28859fe65


SOLR-13053: Upgrade 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/28859fe6
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/28859fe6
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/28859fe6

Branch: refs/heads/branch_8x
Commit: 28859fe654f5ebb4335af675150297efc8c8ac88
Parents: 0e903ca
Author: Cao Manh Dat <da...@apache.org>
Authored: Tue Jan 8 18:42:14 2019 +0000
Committer: Cao Manh Dat <da...@apache.org>
Committed: Tue Jan 8 19:42:56 2019 +0000

----------------------------------------------------------------------
 solr/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/28859fe6/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 2243276..8978b56 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -223,6 +223,9 @@ Bug Fixes
 
 * SOLR-12237: Fix incorrect SOLR_SSL_KEYSTORE_TYPE variable in solr start script (janhoy, Joel Bernstein)
 
+* SOLR-13053: NodeAddedTrigger and NodeLostTrigger do not reserve added/removed time populated by restoreState
+  (Cao Manh Dat)
+
 Improvements
 ----------------------