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 2014/08/28 16:33:13 UTC

git commit: Update version number for 2.1.0-rc7

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-2.1.0 69a25cd05 -> 35e4e7707


Update version number for 2.1.0-rc7


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

Branch: refs/heads/cassandra-2.1.0
Commit: 35e4e770719e383afb967153ad9ce9ce41e89c36
Parents: 69a25cd
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Thu Aug 28 16:33:05 2014 +0200
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Thu Aug 28 16:33:05 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/35e4e770/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index d7a4536..5eb5fd8 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,4 @@
-2.1.0
+2.1.0-rc7
  * (cqlsh) Fix case insensitivity (CASSANDRA-7834)
  * Fix failure to stream ranges when moving (CASSANDRA-7836)
  * Correctly remove tmplink files (CASSANDRA-7803)

http://git-wip-us.apache.org/repos/asf/cassandra/blob/35e4e770/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 16ff03b..f2b6b4e 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.1.0-rc6"/>
+    <property name="base.version" value="2.1.0-rc7"/>
     <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/35e4e770/debian/changelog
----------------------------------------------------------------------
diff --git a/debian/changelog b/debian/changelog
index e467737..3d63641 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cassandra (2.1.0~rc7) unstable; urgency=medium
+
+  * New RC release
+
+ -- Sylvain Lebresne <sl...@apache.org>  Thu, 28 Aug 2014 16:32:12 +0200
+
 cassandra (2.1.0~rc6) unstable; urgency=medium
 
   * New RC release