You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by xe...@apache.org on 2012/09/10 23:45:18 UTC

[5/8] git commit: Fix changelog

Fix changelog


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

Branch: refs/heads/trunk
Commit: dcf27a596c53c4f25cf71da542205b3e4c01e651
Parents: 429fa7a
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Fri Sep 7 18:27:31 2012 +0200
Committer: Pavel Yaskevich <xe...@apache.org>
Committed: Tue Sep 11 00:06:45 2012 +0300

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/dcf27a59/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 809013a..9ae8999 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -82,6 +82,10 @@
  * Respect five-minute flush moratorium after initial CL replay (CASSANDRA-4474)
  * Adds ntp as recommended in debian packaging (CASSANDRA-4606)
  * Configurable transport in CF Record{Reader|Writer} (CASSANDRA-4558)
+ * (cql3) fix potential NPE with both equal and unequal restriction (CASSANDRA-4532)
+ * (cql3) improves ORDER BY validation (CASSANDRA-4624)
+ * Fix potential deadlock during counter writes (CASSANDRA-4578)
+ * Fix cql error with ORDER BY when using IN (CASSANDRA-4612)
 Merged from 1.0:
  * increase Xss to 160k to accomodate latest 1.6 JVMs (CASSANDRA-4602)
  * fix toString of hint destination tokens (CASSANDRA-4568)