You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ee...@apache.org on 2014/07/18 21:38:47 UTC

git commit: update versioning for 2.1.0-rc4 release

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-2.1.0 8fd8832a8 -> d872e2c74


update versioning for 2.1.0-rc4 release


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

Branch: refs/heads/cassandra-2.1.0
Commit: d872e2c74685c0c8c019b2ef46aefa443efa95b9
Parents: 8fd8832
Author: Eric Evans <ee...@apache.org>
Authored: Fri Jul 18 13:42:11 2014 -0500
Committer: Eric Evans <ee...@apache.org>
Committed: Fri Jul 18 13:42:11 2014 -0500

----------------------------------------------------------------------
 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/d872e2c7/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index ff417b1..5ba30cc 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,4 @@
-2.1.0-final
+2.1.0-rc4
  * Updated memtable_cleanup_threshold and memtable_flush_writers defaults 
    (CASSANDRA-7551)
  * (Windows) fix startup when WMI memory query fails (CASSANDRA-7505)

http://git-wip-us.apache.org/repos/asf/cassandra/blob/d872e2c7/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index fd0c72b..ca973cc 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-rc3"/>
+    <property name="base.version" value="2.1.0-rc4"/>
     <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/d872e2c7/debian/changelog
----------------------------------------------------------------------
diff --git a/debian/changelog b/debian/changelog
index 6f8e3ec..7a38d2d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cassandra (2.1.0~rc4) unstable; urgency=medium
+
+  * New RC release
+
+ -- Eric Evans <ee...@apache.org>  Fri, 18 Jul 2014 13:40:48 -0500
+
 cassandra (2.1.0~rc3) unstable; urgency=medium
 
   * New RC release