You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sl...@apache.org on 2013/08/19 17:21:42 UTC

[1/4] git commit: Update versions for 2.0.0 RC2 release

Updated Branches:
  refs/heads/cassandra-2.0 c3993be8b -> dc2c0e786


Update versions for 2.0.0 RC2 release


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

Branch: refs/heads/cassandra-2.0
Commit: 3e516a3287606421a3f400e801bb429029b5598c
Parents: 1a2208a
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Mon Aug 19 17:01:20 2013 +0200
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Mon Aug 19 17:01:20 2013 +0200

----------------------------------------------------------------------
 build.xml        | 2 +-
 debian/changelog | 8 +++++++-
 2 files changed, 8 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/3e516a32/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index a72adf4..ede74a9 100644
--- a/build.xml
+++ b/build.xml
@@ -25,7 +25,7 @@
     <property name="debuglevel" value="source,lines,vars"/>
 
     <!-- default version and SCM information -->
-    <property name="base.version" value="2.0.0-rc1"/>
+    <property name="base.version" value="2.0.0-rc2"/>
     <property name="scm.connection" value="scm:git://git.apache.org/cassandra.git"/>
     <property name="scm.developerConnection" value="scm:git://git.apache.org/cassandra.git"/>
     <property name="scm.url" value="http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=tree"/>

http://git-wip-us.apache.org/repos/asf/cassandra/blob/3e516a32/debian/changelog
----------------------------------------------------------------------
diff --git a/debian/changelog b/debian/changelog
index 236f5c2..589930a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
+cassandra (2.0.0~rc2) unstable; urgency=low
+
+  * New release candidate
+
+ -- Sylvain Lebresne <sl...@apache.org>  Mon, 19 Aug 2013 16:58:03 +0200
+
 cassandra (2.0.0~rc1) unstable; urgency=low
 
   * New release candidate
 
- -- Eric Evans <ee...@apache.org>, 05 Aug 2013 10:11:43 -0500
+ -- Eric Evans <ee...@apache.org> Mon, 05 Aug 2013 10:11:43 -0500
 
 cassandra (2.0.0~beta2) unstable; urgency=low
 


[4/4] git commit: Merge branch 'cassandra-2.0.0' into cassandra-2.0

Posted by sl...@apache.org.
Merge branch 'cassandra-2.0.0' into cassandra-2.0


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

Branch: refs/heads/cassandra-2.0
Commit: dc2c0e786a6b72134b35c25173bd73b43bef65a1
Parents: c3993be 5bf1fc1
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Mon Aug 19 17:21:31 2013 +0200
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Mon Aug 19 17:21:31 2013 +0200

----------------------------------------------------------------------
 build.xml           |  2 +-
 conf/cassandra.yaml | 12 ++++++++----
 debian/changelog    |  8 +++++++-
 3 files changed, 16 insertions(+), 6 deletions(-)
----------------------------------------------------------------------



[2/4] git commit: Comment that 0.0.0.0 may confuse some client drivers

Posted by sl...@apache.org.
Comment that 0.0.0.0 may confuse some client drivers


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

Branch: refs/heads/cassandra-2.0
Commit: 1d5ecab2faac0718f9f3c89f9e8daab0d37ba863
Parents: 3529ac7
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Mon Aug 19 17:20:32 2013 +0200
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Mon Aug 19 17:20:32 2013 +0200

----------------------------------------------------------------------
 conf/cassandra.yaml | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/1d5ecab2/conf/cassandra.yaml
----------------------------------------------------------------------
diff --git a/conf/cassandra.yaml b/conf/cassandra.yaml
index 75ef331..49e9874 100644
--- a/conf/cassandra.yaml
+++ b/conf/cassandra.yaml
@@ -348,12 +348,16 @@ native_transport_port: 9042
 # Whether to start the thrift rpc server.
 start_rpc: true
 
-# The address to bind the Thrift RPC service to -- clients connect
-# here. Unlike ListenAddress above, you _can_ specify 0.0.0.0 here if
-# you want Thrift to listen on all interfaces.
-# 
+# The address to bind the Thrift RPC service and native transport
+# server -- clients connect here.
+#
 # Leaving this blank has the same effect it does for ListenAddress,
 # (i.e. it will be based on the configured hostname of the node).
+#
+# Note that unlike ListenAddress above, it is allowed to specify 0.0.0.0
+# here if you want to listen on all interfaces but is not best practice
+# as it is known to confuse the node auto-discovery features of some
+# client drivers.
 rpc_address: localhost
 # port for Thrift to listen for clients on
 rpc_port: 9160


[3/4] git commit: Merge branch 'cassandra-1.2' into cassandra-2.0.0

Posted by sl...@apache.org.
Merge branch 'cassandra-1.2' into cassandra-2.0.0


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

Branch: refs/heads/cassandra-2.0
Commit: 5bf1fc13fd1d2aaa6f08784c8810558bf1b58ce9
Parents: 3e516a3 1d5ecab
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Mon Aug 19 17:21:06 2013 +0200
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Mon Aug 19 17:21:06 2013 +0200

----------------------------------------------------------------------
 conf/cassandra.yaml | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/5bf1fc13/conf/cassandra.yaml
----------------------------------------------------------------------