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

[21/21] storm git commit: Added STORM-616 to CHANGELOG.

Added STORM-616 to CHANGELOG.


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

Branch: refs/heads/master
Commit: 64d7ac6b228df1174455040a5a9f4d52cc53db7c
Parents: 10ea5e1
Author: Sriharsha Chintalapani <ha...@hortonworks.com>
Authored: Mon Feb 23 14:12:04 2015 -0800
Committer: Sriharsha Chintalapani <ha...@hortonworks.com>
Committed: Mon Feb 23 14:12:04 2015 -0800

----------------------------------------------------------------------
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/64d7ac6b/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7d465dd..19655cb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.10.0
+ * STORM-616: Storm JDBC Connector.
  * STORM-329: fix cascading Storm failure by improving reconnection strategy and buffering messages
  * STORM-641: Add total number of topologies to api/v1/cluster/summary.
  * STORM-640: Storm UI vulnerable to poodle attack.