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

[1/2] git commit: Move CASSANDRA-6058 to 2.0.2

Updated Branches:
  refs/heads/trunk b1d1fac8d -> 23156863d


Move CASSANDRA-6058 to 2.0.2


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

Branch: refs/heads/trunk
Commit: 7453e6f2bacc8663bd2b07c54a44fba1533e64a8
Parents: caf047b
Author: Aleksey Yeschenko <al...@apache.org>
Authored: Thu Sep 19 18:12:29 2013 +0300
Committer: Aleksey Yeschenko <al...@apache.org>
Committed: Thu Sep 19 18:12:29 2013 +0300

----------------------------------------------------------------------
 CHANGES.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/7453e6f2/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 06d9b16..fcc33f2 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,7 @@
+2.0.2
+ * Make ThriftServer more easlly extensible (CASSANDRA-6058)
+
+
 2.0.1
  * add file_cache_size_in_mb setting (CASSANDRA-5661)
  * Improve error message when yaml contains invalid properties (CASSANDRA-5958)
@@ -27,7 +31,6 @@
  * cqlsh: return the result of CAS writes (CASSANDRA-5796)
  * Fix validation of IN clauses with 2ndary indexes (CASSANDRA-6050)
  * Support named bind variables in CQL (CASSANDRA-6033)
- * Make ThriftServer more easlly extensible (CASSANDRA-6058)
 Merged from 1.2:
  * Avoid second-guessing out-of-space state (CASSANDRA-5605)
  * Tuning knobs for dealing with large blobs and many CFs (CASSANDRA-5982)


[2/2] git commit: Merge branch 'cassandra-2.0' into trunk

Posted by al...@apache.org.
Merge branch 'cassandra-2.0' into trunk

Conflicts:
	CHANGES.txt


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

Branch: refs/heads/trunk
Commit: 23156863d8c3ab8a8ea490a0cd7c76af63a5e994
Parents: b1d1fac 7453e6f
Author: Aleksey Yeschenko <al...@apache.org>
Authored: Thu Sep 19 18:14:23 2013 +0300
Committer: Aleksey Yeschenko <al...@apache.org>
Committed: Thu Sep 19 18:14:23 2013 +0300

----------------------------------------------------------------------
 CHANGES.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/23156863/CHANGES.txt
----------------------------------------------------------------------
diff --cc CHANGES.txt
index 4254d70,fcc33f2..fe652f6
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,10 -1,7 +1,15 @@@
 +2.1
 + * change logging from log4j to logback (CASSANDRA-5883)
 + * switch to LZ4 compression for internode communication (CASSANDRA-5887)
 + * Stop using Thrift-generated Index* classes internally (CASSANDRA-5971)
 + * Remove 1.2 network compatibility code (CASSANDRA-5960)
 + * Remove leveled json manifest migration code (CASSANDRA-5996)
 +
++
+ 2.0.2
+  * Make ThriftServer more easlly extensible (CASSANDRA-6058)
+ 
+ 
  2.0.1
   * add file_cache_size_in_mb setting (CASSANDRA-5661)
   * Improve error message when yaml contains invalid properties (CASSANDRA-5958)