You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2012/08/14 23:02:15 UTC

[14/14] git commit: Update versions, news and changes for 1.0.11 release

Update versions, news and changes for 1.0.11 release


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

Branch: refs/heads/cassandra-1.1
Commit: 4f0237acd5ee8097f90732ac416622588e4d7552
Parents: 7ff8e3c
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Fri Jul 27 17:14:32 2012 +0200
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Fri Jul 27 17:14:32 2012 +0200

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/4f0237ac/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index b3fa1a8..c708aea 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -13,6 +13,10 @@
  * Fix LCS splitting sstable base on uncompressed size (CASSANDRA-4419)
  * Push the validation of secondary index values to the SecondaryIndexManager (CASSANDRA-4240)
  * Don't purge columns during upgradesstables (CASSANDRA-4462)
+ * Make cqlsh work with piping (CASSANDRA-4113)
+ * Validate arguments for nodetool decommission (CASSANDRA-4061)
+ * Report thrift status in nodetool info (CASSANDRA-4010)
+
 
 1.0.10
  * fix maxTimestamp to include row tombstones (CASSANDRA-4116)

http://git-wip-us.apache.org/repos/asf/cassandra/blob/4f0237ac/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index 42bea7c..1654b44 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -8,6 +8,14 @@ upgrade, just in case you need to roll back to the previous version.
 (Cassandra version X + 1 will always be able to read data files created
 by version X, but the inverse is not necessarily the case.)
 
+1.0.11
+======
+
+Upgrading
+---------
+    - Nothing specific to 1.0.10
+
+
 1.0.10
 ======
 

http://git-wip-us.apache.org/repos/asf/cassandra/blob/4f0237ac/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 261691d..705db5e 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="1.0.10"/>
+    <property name="base.version" value="1.0.11"/>
     <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/4f0237ac/debian/changelog
----------------------------------------------------------------------
diff --git a/debian/changelog b/debian/changelog
index c34d7a0..7631284 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cassandra (1.0.11) unstable; urgency=low
+
+  * New release
+
+ -- Sylvain Lebresne <sl...@apache.org>  Fri, 27 Jul 2012 17:04:14 +0200
+
 cassandra (1.0.10) unstable; urgency=low
 
   * New release