You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ty...@apache.org on 2015/08/07 22:53:36 UTC

[1/4] cassandra git commit: Add CHANGES.txt entry for CASSANDRA-10000

Repository: cassandra
Updated Branches:
  refs/heads/trunk 8902074a0 -> ed9343edf


Add CHANGES.txt entry for CASSANDRA-10000


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

Branch: refs/heads/trunk
Commit: 1e3f03e5b7b444be3597649d416ce7db3604815a
Parents: 1ecc9cd
Author: Tyler Hobbs <ty...@gmail.com>
Authored: Fri Aug 7 15:52:04 2015 -0500
Committer: Tyler Hobbs <ty...@gmail.com>
Committed: Fri Aug 7 15:52:04 2015 -0500

----------------------------------------------------------------------
 CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/1e3f03e5/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index c4409c1..3b0241c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,6 @@
 2.1.9
+ * (cqlsh) Fix timestamps before 1970 on Windows, always
+   use UTC for timestamp display (CASSANDRA-10000)
  * (cqlsh) Avoid overwriting new config file with old config
    when both exist (CASSANDRA-9777)
  * Release snapshot selfRef when doing snapshot repair (CASSANDRA-9998)


[3/4] cassandra git commit: Merge branch 'cassandra-2.2' into cassandra-3.0

Posted by ty...@apache.org.
Merge branch 'cassandra-2.2' into cassandra-3.0


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

Branch: refs/heads/trunk
Commit: 69f0b8936b660fda91b316c73de9294b898e47c8
Parents: dfc1a44 67903d7
Author: Tyler Hobbs <ty...@gmail.com>
Authored: Fri Aug 7 15:53:04 2015 -0500
Committer: Tyler Hobbs <ty...@gmail.com>
Committed: Fri Aug 7 15:53:04 2015 -0500

----------------------------------------------------------------------
 CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/69f0b893/CHANGES.txt
----------------------------------------------------------------------
diff --cc CHANGES.txt
index f5cf1b2,705e560..216d3f7
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,16 -1,12 +1,18 @@@
 -2.2.1
 +3.0.0-beta1
 + * Fix multiple slices on RowSearchers (CASSANDRA-10002)
 + * Fix bug in merging of collections (CASSANDRA-10001)
 + * Optimize batchlog replay to avoid full scans (CASSANDRA-7237)
 + * Repair improvements when using vnodes (CASSANDRA-5220)
 + * Disable scripted UDFs by default (CASSANDRA-9889)
 + * Add transparent data encryption core classes (CASSANDRA-9945)
 + * Bytecode inspection for Java-UDFs (CASSANDRA-9890)
 + * Use byte to serialize MT hash length (CASSANDRA-9792)
 +Merged from 2.2:
   * Add checksum to saved cache files (CASSANDRA-9265)
   * Log warning when using an aggregate without partition key (CASSANDRA-9737)
 - * Avoid grouping sstables for anticompaction with DTCS (CASSANDRA-9900)
 - * UDF / UDA execution time in trace (CASSANDRA-9723)
 - * Fix broken internode SSL (CASSANDRA-9884)
  Merged from 2.1:
+  * (cqlsh) Fix timestamps before 1970 on Windows, always
+    use UTC for timestamp display (CASSANDRA-10000)
   * (cqlsh) Avoid overwriting new config file with old config
     when both exist (CASSANDRA-9777)
   * Release snapshot selfRef when doing snapshot repair (CASSANDRA-9998)


[2/4] cassandra git commit: Merge branch 'cassandra-2.1' into cassandra-2.2

Posted by ty...@apache.org.
Merge branch 'cassandra-2.1' into cassandra-2.2

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/67903d77
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/67903d77
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/67903d77

Branch: refs/heads/trunk
Commit: 67903d7789d88aebb524480ff9854c666ce3cace
Parents: ce7159e 1e3f03e
Author: Tyler Hobbs <ty...@gmail.com>
Authored: Fri Aug 7 15:52:47 2015 -0500
Committer: Tyler Hobbs <ty...@gmail.com>
Committed: Fri Aug 7 15:52:47 2015 -0500

----------------------------------------------------------------------
 CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/67903d77/CHANGES.txt
----------------------------------------------------------------------
diff --cc CHANGES.txt
index 0ed63f1,3b0241c..705e560
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,10 -1,6 +1,12 @@@
 -2.1.9
 +2.2.1
 + * Add checksum to saved cache files (CASSANDRA-9265)
 + * Log warning when using an aggregate without partition key (CASSANDRA-9737)
 + * Avoid grouping sstables for anticompaction with DTCS (CASSANDRA-9900)
 + * UDF / UDA execution time in trace (CASSANDRA-9723)
 + * Fix broken internode SSL (CASSANDRA-9884)
 +Merged from 2.1:
+  * (cqlsh) Fix timestamps before 1970 on Windows, always
+    use UTC for timestamp display (CASSANDRA-10000)
   * (cqlsh) Avoid overwriting new config file with old config
     when both exist (CASSANDRA-9777)
   * Release snapshot selfRef when doing snapshot repair (CASSANDRA-9998)


[4/4] cassandra git commit: Merge branch 'cassandra-3.0' into trunk

Posted by ty...@apache.org.
Merge branch 'cassandra-3.0' into trunk


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

Branch: refs/heads/trunk
Commit: ed9343edf7d459f9d7b3aa2e6bb579d3a3963af0
Parents: 8902074 69f0b89
Author: Tyler Hobbs <ty...@gmail.com>
Authored: Fri Aug 7 15:53:26 2015 -0500
Committer: Tyler Hobbs <ty...@gmail.com>
Committed: Fri Aug 7 15:53:26 2015 -0500

----------------------------------------------------------------------
 CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------