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 2016/02/23 21:20:03 UTC

[8/8] storm git commit: Added STORM-1255 to Changelog

Added STORM-1255 to Changelog


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

Branch: refs/heads/master
Commit: 53446108bfb286edc527449c5c62820c200cf757
Parents: bc33bc2
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Tue Feb 23 14:09:17 2016 -0600
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Tue Feb 23 14:09:17 2016 -0600

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


http://git-wip-us.apache.org/repos/asf/storm/blob/53446108/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d422fa1..7d4f3d3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 2.0.0
+ * STORM-1255: port storm_utils.clj to java and split Time tests into its
  * STORM-1566: Worker exits with error o.a.s.d.worker [ERROR] Error on initialization of server mk-worker
  * STORM-1558: Utils in java breaks component page due to illegal type cast
  * STORM-1553: port event.clj to java

http://git-wip-us.apache.org/repos/asf/storm/blob/53446108/README.markdown
----------------------------------------------------------------------
diff --git a/README.markdown b/README.markdown
index 13e5f2d..3a7e9ad 100644
--- a/README.markdown
+++ b/README.markdown
@@ -253,7 +253,8 @@ under the License.
 * Aaron Dixon ([@atdixon](https://github.com/atdixon))
 * Roshan Naik ([@roshannaik](https://github.com/roshannaik))
 * John Fang ([@hustfxj](https://github.com/hustfxj))
-* Dan Bahir([#dbahir](https://github.com/dbahir))
+* Dan Bahir ([#dbahir](https://github.com/dbahir))
+* Alessandro Bellina ([#abellina](https://github.com/abellina))
 
 ## Acknowledgements