You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2015/09/29 16:18:31 UTC

[4/4] storm git commit: Added STORM-1069 to Changelog and Readme

Added STORM-1069 to Changelog and Readme


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/ced62243
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/ced62243
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/ced62243

Branch: refs/heads/master
Commit: ced622433eaff81d7039d384c3acf5de595b0a70
Parents: 829798e
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Tue Sep 29 09:08:50 2015 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Tue Sep 29 09:08:50 2015 -0500

----------------------------------------------------------------------
 CHANGELOG.md    | 1 +
 README.markdown | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/ced62243/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4ecbed0..a6639f3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-1069: add check case for external change of 'now' value.
  * STORM-969: HDFS Bolt can end up in an unrecoverable state.
  * STORM-1068: Configure request.required.acks to be 1 in KafkaUtilsTest for sync
  * STORM-1017: If ignoreZkOffsets set true,KafkaSpout will reset zk offset when recover from failure.

http://git-wip-us.apache.org/repos/asf/storm/blob/ced62243/README.markdown
----------------------------------------------------------------------
diff --git a/README.markdown b/README.markdown
index 90a79c5..4347e30 100644
--- a/README.markdown
+++ b/README.markdown
@@ -232,6 +232,7 @@ under the License.
 * Matthias J. Sax ([@mjsax](https://github.com/mjsax))
 * Erik Weathers ([@erikdw](https://github.com/erikdw))
 * Bryan Shell ([@shellbj](https://github.com/shellbj))
+* Dmytro Dragan ([@3Dragan](https://github.com/3Dragan))
 
 ## Acknowledgements