Updated Branches:
  refs/heads/trunk 976c388ef -> bb32936b6

update NEWS


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

Branch: refs/heads/trunk
Commit: bb32936b64322a8742eece03f5080f4e421b439c
Parents: 976c388
Author: Jonathan Ellis <jbel...@apache.org>
Authored: Thu May 2 13:22:34 2013 -0500
Committer: Jonathan Ellis <jbel...@apache.org>
Committed: Thu May 2 13:22:34 2013 -0500

----------------------------------------------------------------------
 CHANGES.txt |    1 +
 NEWS.txt    |    4 ++++
 2 files changed, 5 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/bb32936b/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index d880c4d..f7be7c8 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -41,6 +41,7 @@
  * Add binary protocol versioning (CASSANDRA-5436)
  * Swap THshaServer for TThreadedSelectorServer (CASSANDRA-5530)
 
+
 1.2.5
  * fix compaction throttling bursty-ness (CASSANDRA-4316)
  * reduce memory consumption of IndexSummary (CASSANDRA-5506)

http://git-wip-us.apache.org/repos/asf/cassandra/blob/bb32936b/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index 1e86cab..cb2437a 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -13,6 +13,10 @@ by version X, but the inverse is not necessarily the case.)
 
 Upgrading
 ---------
+    - CAS and new features in CQL such as DROP COLUMN assume that cell
+      timestamps are microseconds-since-epoch.  Do not use these
+      features if you are using client-specified timestamps with some
+      other source.
     - Upgrading is ONLY supported from Cassandra 1.2.5 or later.  This
       goes for sstable compatibility as well as network.  When
       upgrading from an earlier release, upgrade to 1.2.5 first and

Reply via email to