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:52:24 UTC

cassandra git commit: Add CHANGES.txt entry for CASSANDRA-10000

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-2.1 1ecc9cd61 -> 1e3f03e5b


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/cassandra-2.1
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)