You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2015/08/25 03:00:47 UTC

[01/10] cassandra git commit: Avoid returning Permission.None whensystem_auth.permissions table does not exist patch by Vishy Kasar; reviewed by Sankalp for CASSANDRA-10168

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-2.1 5bee617fe -> 447d605b1
  refs/heads/cassandra-2.2 b20480327 -> e667993b9
  refs/heads/cassandra-3.0 98f414fc9 -> 27a97a5cf
  refs/heads/trunk 9a7dfb173 -> 32c841598


Avoid returning Permission.None whensystem_auth.permissions table does not exist
patch by Vishy Kasar; reviewed by Sankalp for CASSANDRA-10168


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

Branch: refs/heads/cassandra-2.1
Commit: 447d605b156d5c2048be95d7247e8c297b86b3dc
Parents: 5bee617
Author: Jonathan Ellis <jb...@apache.org>
Authored: Mon Aug 24 19:59:31 2015 -0500
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Mon Aug 24 19:59:31 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/447d605b/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 4626899..45e59f7 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,6 @@
 2.1.9
+ * Avoid returning Permission.None when system_auth.permissions table does not
+   exist (CASSANDRA-10168)
  * (cqlsh) Allow encoding to be set through command line (CASSANDRA-10004)
  * Add new JMX methods to change local compaction strategy (CASSANDRA-9965)
  * Write hints for paxos commits (CASSANDRA-7342)


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

Posted by jb...@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/32c84159
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/32c84159
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/32c84159

Branch: refs/heads/trunk
Commit: 32c841598e0b4fd22c0c1558d1e0186e46b4c969
Parents: 9a7dfb1 27a97a5
Author: Jonathan Ellis <jb...@apache.org>
Authored: Mon Aug 24 20:00:39 2015 -0500
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Mon Aug 24 20:00:39 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/32c84159/CHANGES.txt
----------------------------------------------------------------------


[06/10] cassandra git commit: merge from 2.1

Posted by jb...@apache.org.
merge from 2.1


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

Branch: refs/heads/cassandra-2.2
Commit: e667993b9608915d996eeb269791ca49e92b6e0f
Parents: b204803 447d605
Author: Jonathan Ellis <jb...@apache.org>
Authored: Mon Aug 24 19:59:57 2015 -0500
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Mon Aug 24 19:59:57 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/e667993b/CHANGES.txt
----------------------------------------------------------------------
diff --cc CHANGES.txt
index 30f7d30,45e59f7..28fe8a2
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,17 -1,6 +1,19 @@@
 -2.1.9
 +2.2.1
 + * add CLEAR cqlsh command (CASSANDRA-10086)
 + * Support string literals as Role names for compatibility (CASSANDRA-10135)
 + * Allow count(*) and count(1) to be use as normal aggregation (CASSANDRA-10114)
 + * An NPE is thrown if the column name is unknown for an IN relation (CASSANDRA-10043)
 + * Apply commit_failure_policy to more errors on startup (CASSANDRA-9749)
 + * Fix histogram overflow exception (CASSANDRA-9973)
 + * Route gossip messages over dedicated socket (CASSANDRA-9237)
 + * 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:
+  * Avoid returning Permission.None when system_auth.permissions table does not
+    exist (CASSANDRA-10168)
   * (cqlsh) Allow encoding to be set through command line (CASSANDRA-10004)
   * Add new JMX methods to change local compaction strategy (CASSANDRA-9965)
   * Write hints for paxos commits (CASSANDRA-7342)


[04/10] cassandra git commit: Avoid returning Permission.None whensystem_auth.permissions table does not exist patch by Vishy Kasar; reviewed by Sankalp for CASSANDRA-10168

Posted by jb...@apache.org.
Avoid returning Permission.None whensystem_auth.permissions table does not exist
patch by Vishy Kasar; reviewed by Sankalp for CASSANDRA-10168


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

Branch: refs/heads/trunk
Commit: 447d605b156d5c2048be95d7247e8c297b86b3dc
Parents: 5bee617
Author: Jonathan Ellis <jb...@apache.org>
Authored: Mon Aug 24 19:59:31 2015 -0500
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Mon Aug 24 19:59:31 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/447d605b/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 4626899..45e59f7 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,6 @@
 2.1.9
+ * Avoid returning Permission.None when system_auth.permissions table does not
+   exist (CASSANDRA-10168)
  * (cqlsh) Allow encoding to be set through command line (CASSANDRA-10004)
  * Add new JMX methods to change local compaction strategy (CASSANDRA-9965)
  * Write hints for paxos commits (CASSANDRA-7342)


[03/10] cassandra git commit: Avoid returning Permission.None whensystem_auth.permissions table does not exist patch by Vishy Kasar; reviewed by Sankalp for CASSANDRA-10168

Posted by jb...@apache.org.
Avoid returning Permission.None whensystem_auth.permissions table does not exist
patch by Vishy Kasar; reviewed by Sankalp for CASSANDRA-10168


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

Branch: refs/heads/cassandra-3.0
Commit: 447d605b156d5c2048be95d7247e8c297b86b3dc
Parents: 5bee617
Author: Jonathan Ellis <jb...@apache.org>
Authored: Mon Aug 24 19:59:31 2015 -0500
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Mon Aug 24 19:59:31 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/447d605b/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 4626899..45e59f7 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,6 @@
 2.1.9
+ * Avoid returning Permission.None when system_auth.permissions table does not
+   exist (CASSANDRA-10168)
  * (cqlsh) Allow encoding to be set through command line (CASSANDRA-10004)
  * Add new JMX methods to change local compaction strategy (CASSANDRA-9965)
  * Write hints for paxos commits (CASSANDRA-7342)


[07/10] cassandra git commit: merge from 2.1

Posted by jb...@apache.org.
merge from 2.1


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

Branch: refs/heads/trunk
Commit: e667993b9608915d996eeb269791ca49e92b6e0f
Parents: b204803 447d605
Author: Jonathan Ellis <jb...@apache.org>
Authored: Mon Aug 24 19:59:57 2015 -0500
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Mon Aug 24 19:59:57 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/e667993b/CHANGES.txt
----------------------------------------------------------------------
diff --cc CHANGES.txt
index 30f7d30,45e59f7..28fe8a2
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,17 -1,6 +1,19 @@@
 -2.1.9
 +2.2.1
 + * add CLEAR cqlsh command (CASSANDRA-10086)
 + * Support string literals as Role names for compatibility (CASSANDRA-10135)
 + * Allow count(*) and count(1) to be use as normal aggregation (CASSANDRA-10114)
 + * An NPE is thrown if the column name is unknown for an IN relation (CASSANDRA-10043)
 + * Apply commit_failure_policy to more errors on startup (CASSANDRA-9749)
 + * Fix histogram overflow exception (CASSANDRA-9973)
 + * Route gossip messages over dedicated socket (CASSANDRA-9237)
 + * 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:
+  * Avoid returning Permission.None when system_auth.permissions table does not
+    exist (CASSANDRA-10168)
   * (cqlsh) Allow encoding to be set through command line (CASSANDRA-10004)
   * Add new JMX methods to change local compaction strategy (CASSANDRA-9965)
   * Write hints for paxos commits (CASSANDRA-7342)


[09/10] cassandra git commit: Merge branch 'cassandra-2.2' into cassandra-3.0

Posted by jb...@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/27a97a5c
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/27a97a5c
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/27a97a5c

Branch: refs/heads/trunk
Commit: 27a97a5cfe04f3101e542ad75e2c4e7d1344bb81
Parents: 98f414f e667993
Author: Jonathan Ellis <jb...@apache.org>
Authored: Mon Aug 24 20:00:06 2015 -0500
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Mon Aug 24 20:00:30 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/27a97a5c/CHANGES.txt
----------------------------------------------------------------------
diff --cc CHANGES.txt
index 63387ea,28fe8a2..62ee818
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,36 -1,6 +1,38 @@@
 -2.2.1
 +3.0.0-beta2
 + * Only use batchlog when paired materialized view replica is remote (CASSANDRA-10061)
 + * Reuse TemporalRow when updating multiple MaterializedViews (CASSANDRA-10060)
 + * Validate gc_grace_seconds for batchlog writes and MVs (CASSANDRA-9917)
 + * Fix sstablerepairedset (CASSANDRA-10132)
 +Merged from 2.2:
++ * Avoid returning Permission.None when system_auth.permissions table does not
++   exist (CASSANDRA-10168)
   * add CLEAR cqlsh command (CASSANDRA-10086)
   * Support string literals as Role names for compatibility (CASSANDRA-10135)
 +
 +
 +3.0.0-beta1
 + * Redesign secondary index API (CASSANDRA-9459, 7771, 9041)
 + * Fix throwing ReadFailure instead of ReadTimeout on range queries (CASSANDRA-10125)
 + * Rewrite hinted handoff (CASSANDRA-6230)
 + * Fix query on static compact tables (CASSANDRA-10093)
 + * Fix race during construction of commit log (CASSANDRA-10049)
 + * Add option to only purge repaired tombstones (CASSANDRA-6434)
 + * Change authorization handling for MVs (CASSANDRA-9927)
 + * Add custom JMX enabled executor for UDF sandbox (CASSANDRA-10026)
 + * Fix row deletion bug for Materialized Views (CASSANDRA-10014)
 + * Support mixed-version clusters with Cassandra 2.1 and 2.2 (CASSANDRA-9704)
 + * 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)
 + * Bytecode inspection for Java-UDFs (CASSANDRA-9890)
 + * Use byte to serialize MT hash length (CASSANDRA-9792)
 + * Replace usage of Adler32 with CRC32 (CASSANDRA-8684)
 + * Fix migration to new format from 2.1 SSTable (CASSANDRA-10006)
 + * SequentialWriter should extend BufferedDataOutputStreamPlus (CASSANDRA-9500)
 + * Use the same repairedAt timestamp within incremental repair session (CASSANDRA-9111)
 +Merged from 2.2:
   * Allow count(*) and count(1) to be use as normal aggregation (CASSANDRA-10114)
   * An NPE is thrown if the column name is unknown for an IN relation (CASSANDRA-10043)
   * Apply commit_failure_policy to more errors on startup (CASSANDRA-9749)


[05/10] cassandra git commit: merge from 2.1

Posted by jb...@apache.org.
merge from 2.1


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

Branch: refs/heads/cassandra-3.0
Commit: e667993b9608915d996eeb269791ca49e92b6e0f
Parents: b204803 447d605
Author: Jonathan Ellis <jb...@apache.org>
Authored: Mon Aug 24 19:59:57 2015 -0500
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Mon Aug 24 19:59:57 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/e667993b/CHANGES.txt
----------------------------------------------------------------------
diff --cc CHANGES.txt
index 30f7d30,45e59f7..28fe8a2
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,17 -1,6 +1,19 @@@
 -2.1.9
 +2.2.1
 + * add CLEAR cqlsh command (CASSANDRA-10086)
 + * Support string literals as Role names for compatibility (CASSANDRA-10135)
 + * Allow count(*) and count(1) to be use as normal aggregation (CASSANDRA-10114)
 + * An NPE is thrown if the column name is unknown for an IN relation (CASSANDRA-10043)
 + * Apply commit_failure_policy to more errors on startup (CASSANDRA-9749)
 + * Fix histogram overflow exception (CASSANDRA-9973)
 + * Route gossip messages over dedicated socket (CASSANDRA-9237)
 + * 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:
+  * Avoid returning Permission.None when system_auth.permissions table does not
+    exist (CASSANDRA-10168)
   * (cqlsh) Allow encoding to be set through command line (CASSANDRA-10004)
   * Add new JMX methods to change local compaction strategy (CASSANDRA-9965)
   * Write hints for paxos commits (CASSANDRA-7342)


[08/10] cassandra git commit: Merge branch 'cassandra-2.2' into cassandra-3.0

Posted by jb...@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/27a97a5c
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/27a97a5c
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/27a97a5c

Branch: refs/heads/cassandra-3.0
Commit: 27a97a5cfe04f3101e542ad75e2c4e7d1344bb81
Parents: 98f414f e667993
Author: Jonathan Ellis <jb...@apache.org>
Authored: Mon Aug 24 20:00:06 2015 -0500
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Mon Aug 24 20:00:30 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/27a97a5c/CHANGES.txt
----------------------------------------------------------------------
diff --cc CHANGES.txt
index 63387ea,28fe8a2..62ee818
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,36 -1,6 +1,38 @@@
 -2.2.1
 +3.0.0-beta2
 + * Only use batchlog when paired materialized view replica is remote (CASSANDRA-10061)
 + * Reuse TemporalRow when updating multiple MaterializedViews (CASSANDRA-10060)
 + * Validate gc_grace_seconds for batchlog writes and MVs (CASSANDRA-9917)
 + * Fix sstablerepairedset (CASSANDRA-10132)
 +Merged from 2.2:
++ * Avoid returning Permission.None when system_auth.permissions table does not
++   exist (CASSANDRA-10168)
   * add CLEAR cqlsh command (CASSANDRA-10086)
   * Support string literals as Role names for compatibility (CASSANDRA-10135)
 +
 +
 +3.0.0-beta1
 + * Redesign secondary index API (CASSANDRA-9459, 7771, 9041)
 + * Fix throwing ReadFailure instead of ReadTimeout on range queries (CASSANDRA-10125)
 + * Rewrite hinted handoff (CASSANDRA-6230)
 + * Fix query on static compact tables (CASSANDRA-10093)
 + * Fix race during construction of commit log (CASSANDRA-10049)
 + * Add option to only purge repaired tombstones (CASSANDRA-6434)
 + * Change authorization handling for MVs (CASSANDRA-9927)
 + * Add custom JMX enabled executor for UDF sandbox (CASSANDRA-10026)
 + * Fix row deletion bug for Materialized Views (CASSANDRA-10014)
 + * Support mixed-version clusters with Cassandra 2.1 and 2.2 (CASSANDRA-9704)
 + * 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)
 + * Bytecode inspection for Java-UDFs (CASSANDRA-9890)
 + * Use byte to serialize MT hash length (CASSANDRA-9792)
 + * Replace usage of Adler32 with CRC32 (CASSANDRA-8684)
 + * Fix migration to new format from 2.1 SSTable (CASSANDRA-10006)
 + * SequentialWriter should extend BufferedDataOutputStreamPlus (CASSANDRA-9500)
 + * Use the same repairedAt timestamp within incremental repair session (CASSANDRA-9111)
 +Merged from 2.2:
   * Allow count(*) and count(1) to be use as normal aggregation (CASSANDRA-10114)
   * An NPE is thrown if the column name is unknown for an IN relation (CASSANDRA-10043)
   * Apply commit_failure_policy to more errors on startup (CASSANDRA-9749)


[02/10] cassandra git commit: Avoid returning Permission.None whensystem_auth.permissions table does not exist patch by Vishy Kasar; reviewed by Sankalp for CASSANDRA-10168

Posted by jb...@apache.org.
Avoid returning Permission.None whensystem_auth.permissions table does not exist
patch by Vishy Kasar; reviewed by Sankalp for CASSANDRA-10168


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

Branch: refs/heads/cassandra-2.2
Commit: 447d605b156d5c2048be95d7247e8c297b86b3dc
Parents: 5bee617
Author: Jonathan Ellis <jb...@apache.org>
Authored: Mon Aug 24 19:59:31 2015 -0500
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Mon Aug 24 19:59:31 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/447d605b/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 4626899..45e59f7 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,6 @@
 2.1.9
+ * Avoid returning Permission.None when system_auth.permissions table does not
+   exist (CASSANDRA-10168)
  * (cqlsh) Allow encoding to be set through command line (CASSANDRA-10004)
  * Add new JMX methods to change local compaction strategy (CASSANDRA-9965)
  * Write hints for paxos commits (CASSANDRA-7342)