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 2015/01/06 18:02:32 UTC

[1/2] storm git commit: Updated Changelog with STORM-612

Repository: storm
Updated Branches:
  refs/heads/master 36f75224e -> fce07207f


Updated Changelog with STORM-612


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

Branch: refs/heads/master
Commit: fce07207fd4023312f507fe977aded09686d05c8
Parents: 81ff38d
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Tue Jan 6 10:52:51 2015 -0600
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Tue Jan 6 10:54:25 2015 -0600

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


http://git-wip-us.apache.org/repos/asf/storm/blob/fce07207/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4db331b..76002cb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@
  * STORM-577: long time launch worker will block supervisor heartbeat
  * STORM-505: Fix debug string construction
  * STORM-613: Fix wrong getOffset return value
+ * STORM-612: Update the contact address in configure.ac
 
 ## 0.9.3-rc2
  * STORM-558: change "swap!" to "reset!" to fix assignment-versions in supervisor


[2/2] storm git commit: Update the contact address in configure.ac

Posted by bo...@apache.org.
Update the contact address in configure.ac


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

Branch: refs/heads/master
Commit: 81ff38d37d4a120f0dd9f0ce0e0f39c9c31cd4d6
Parents: 36f7522
Author: Muneyuki Noguchi <no...@gmail.com>
Authored: Mon Dec 29 05:49:43 2014 +0000
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Tue Jan 6 10:54:25 2015 -0600

----------------------------------------------------------------------
 storm-core/src/native/worker-launcher/configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/81ff38d3/storm-core/src/native/worker-launcher/configure.ac
----------------------------------------------------------------------
diff --git a/storm-core/src/native/worker-launcher/configure.ac b/storm-core/src/native/worker-launcher/configure.ac
index ab1ef49..5eab5ad 100644
--- a/storm-core/src/native/worker-launcher/configure.ac
+++ b/storm-core/src/native/worker-launcher/configure.ac
@@ -18,7 +18,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT(worker-launcher, 1.0.0, storm-user@googlegroups.com)
+AC_INIT(worker-launcher, 1.0.0, user@storm.apache.org)
 AC_GNU_SOURCE
 
 AM_INIT_AUTOMAKE([subdir-objects foreign no-dist])