You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2015/05/15 23:27:45 UTC

[25/27] storm git commit: add STORM-512 and STORM-786 to changelog

add STORM-512 and STORM-786 to changelog


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

Branch: refs/heads/0.10.x-branch
Commit: e106ccb0c7d72b058774a05d8a6854e9c44d4495
Parents: 69c5499
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Fri May 15 15:54:33 2015 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Fri May 15 15:54:33 2015 -0400

----------------------------------------------------------------------
 CHANGELOG.md                       | 2 ++
 storm-multilang/javascript/pom.xml | 2 +-
 storm-multilang/python/pom.xml     | 2 +-
 storm-multilang/ruby/pom.xml       | 2 +-
 4 files changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/e106ccb0/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index da1395c..114dbaa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,6 @@
 ## 0.10.0
+ * STORM-786: KafkaBolt should ack tick tuples
+ * STORM-512: KafkaBolt doesn't handle ticks properly
  * STORM-788: Fix key for process latencies
  * STORM-748: Package Multi-Lang scripts so they don't have to be duplicated
  * STORM-563. Kafka Spout doesn't pick up from the beginning of the queue unless forceFromStart specified.

http://git-wip-us.apache.org/repos/asf/storm/blob/e106ccb0/storm-multilang/javascript/pom.xml
----------------------------------------------------------------------
diff --git a/storm-multilang/javascript/pom.xml b/storm-multilang/javascript/pom.xml
index e1cb993..36e6c64 100644
--- a/storm-multilang/javascript/pom.xml
+++ b/storm-multilang/javascript/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>storm</artifactId>
         <groupId>org.apache.storm</groupId>
-        <version>0.11.0-SNAPSHOT</version>
+        <version>0.10.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.storm</groupId>

http://git-wip-us.apache.org/repos/asf/storm/blob/e106ccb0/storm-multilang/python/pom.xml
----------------------------------------------------------------------
diff --git a/storm-multilang/python/pom.xml b/storm-multilang/python/pom.xml
index 379c0bc..3c2f157 100644
--- a/storm-multilang/python/pom.xml
+++ b/storm-multilang/python/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>storm</artifactId>
         <groupId>org.apache.storm</groupId>
-        <version>0.11.0-SNAPSHOT</version>
+        <version>0.10.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.storm</groupId>

http://git-wip-us.apache.org/repos/asf/storm/blob/e106ccb0/storm-multilang/ruby/pom.xml
----------------------------------------------------------------------
diff --git a/storm-multilang/ruby/pom.xml b/storm-multilang/ruby/pom.xml
index 6b5dd0c..54236b4 100644
--- a/storm-multilang/ruby/pom.xml
+++ b/storm-multilang/ruby/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>storm</artifactId>
         <groupId>org.apache.storm</groupId>
-        <version>0.11.0-SNAPSHOT</version>
+        <version>0.10.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.storm</groupId>