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/02 00:20:08 UTC

[3/3] storm git commit: add STORM-991 to CHANGELOG.md

add STORM-991 to CHANGELOG.md

* also add Dean de Bree 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/3ff465c5
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/3ff465c5
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/3ff465c5

Branch: refs/heads/master
Commit: 3ff465c5c0720f6c9701b2b7b807a94c92533817
Parents: f86b3cd
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Wed Sep 2 07:19:29 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Wed Sep 2 07:19:29 2015 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/3ff465c5/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4456564..e384de7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-991: General cleanup of the generics (storm.trident.spout package)
  * STORM-1000: Use static member classes when permitted 
  * STORM-1003: In cluster.clj replace task-id with component-id in the declaration
  * STORM-1013: [storm-elasticsearch] Expose TransportClient configuration Map to EsConfig

http://git-wip-us.apache.org/repos/asf/storm/blob/3ff465c5/README.markdown
----------------------------------------------------------------------
diff --git a/README.markdown b/README.markdown
index 6521f4a..de02346 100644
--- a/README.markdown
+++ b/README.markdown
@@ -222,6 +222,7 @@ under the License.
 * Sanket Reddy ([@redsanket](https://github.com/redsanket))
 * Drew Robb ([@drewrobb](https://github.com/drewrobb))
 * Frantz Mazoyer ([@fmazoyer](https://github.com/fmazoyer))
+* Dean de Bree ([@ddebree](https://github.com/ddebree))
 
 ## Acknowledgements