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 2014/04/04 17:30:57 UTC

[1/2] git commit: STORM-263: update to carbonite 1.4.0/kryo 2.21

Repository: incubator-storm
Updated Branches:
  refs/heads/master c621a6c1b -> b30de82f8


STORM-263: update to carbonite 1.4.0/kryo 2.21


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

Branch: refs/heads/master
Commit: 447fdb0b56757cd8d97d7c684f8a0b3b68639673
Parents: c621a6c
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Wed Mar 26 12:32:47 2014 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Wed Mar 26 12:32:47 2014 -0400

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/447fdb0b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 044d5e7..e4129ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,7 +162,7 @@
         <ring.version>0.3.11</ring.version>
         <clojure.tools.logging.version>0.2.3</clojure.tools.logging.version>
         <clojure.math.numeric-tower.version>0.0.1</clojure.math.numeric-tower.version>
-        <carbonite.version>1.3.2</carbonite.version>
+        <carbonite.version>1.4.0</carbonite.version>
         <snakeyaml.version>1.11</snakeyaml.version>
         <httpclient.version>4.1.1</httpclient.version>
         <clojure.tools.cli.version>0.2.2</clojure.tools.cli.version>


[2/2] git commit: Add STORM-263 to changelog.

Posted by bo...@apache.org.
Add STORM-263 to changelog.


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

Branch: refs/heads/master
Commit: b30de82f88696c1fb6a8cc497ed3a6a65a1b023c
Parents: 447fdb0
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Fri Apr 4 15:30:12 2014 +0000
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Fri Apr 4 15:30:12 2014 +0000

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


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/b30de82f/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c0f8dd3..0d46663 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.9.2-incubating (unreleased)
+ * STORM-263: Update Kryo version to 2.21+
  * STORM-187: Fix Netty error "java.lang.IllegalArgumentException: timeout value is negative"
  * STORM-186: fix float secs to millis long convertion
  * STORM-70: Upgrade to ZK-3.4.5 and curator-1.3.3