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

storm git commit: add STORM-1001 to CHANGELOG.md

Repository: storm
Updated Branches:
  refs/heads/master e272cfe53 -> 33b593aaa


add STORM-1001 to CHANGELOG.md

* also add Drew Robb to contributor list


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

Branch: refs/heads/master
Commit: 33b593aaa35f788889c01f30c69d359f58d0d871
Parents: e272cfe
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Wed Sep 2 06:09:42 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Wed Sep 2 06:09:42 2015 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/33b593aa/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6fef6cb..24fc689 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-1001: Undefined STORM_EXT_CLASSPATH adds '::' to classpath of workers
  * STORM-1003: In cluster.clj replace task-id with component-id in the declaration
  * STORM-1013: [storm-elasticsearch] Expose TransportClient configuration Map to EsConfig
  * STORM-1012: Shading jackson.

http://git-wip-us.apache.org/repos/asf/storm/blob/33b593aa/README.markdown
----------------------------------------------------------------------
diff --git a/README.markdown b/README.markdown
index 22aa3f8..3af0cff 100644
--- a/README.markdown
+++ b/README.markdown
@@ -220,6 +220,7 @@ under the License.
 * Rohan Agarwal ([@rohanag12](https://github.com/rohanag12))
 * Alex Panov ([@alexpanov](https://github.com/alexpanov))
 * Sanket Reddy ([@redsanket](https://github.com/redsanket))
+* Drew Robb ([@drewrobb](https://github.com/drewrobb))
 
 ## Acknowledgements