Skip to content

Commit 39314c0

Browse files
author
Cameron Zemek
committed
Cassandra 3.11.8.1 release
1 parent db7ed09 commit 39314c0

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
3.11.8.1
2+
* Reject empty options and invalid DC names in replication configuration while creating or altering a keyspace (CASSANDRA-12681)
3+
* Wait for schema agreement rather than in flight schema requests when bootstrapping (CASSANDRA-15158)
4+
15
3.11.8
26
* Correctly interpret SASI's `max_compaction_flush_memory_in_mb` setting in megabytes not bytes (CASSANDRA-16071)
37
* Fix short read protection for GROUP BY queries (CASSANDRA-15459)

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<property name="debuglevel" value="source,lines,vars"/>
2626

2727
<!-- default version and SCM information -->
28-
<property name="base.version" value="3.11.8"/>
28+
<property name="base.version" value="3.11.8.1"/>
2929
<property name="scm.connection" value="scm:https://gitbox.apache.org/repos/asf/cassandra.git"/>
3030
<property name="scm.developerConnection" value="scm:https://gitbox.apache.org/repos/asf/cassandra.git"/>
3131
<property name="scm.url" value="https://gitbox.apache.org/repos/asf?p=cassandra.git;a=tree"/>

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
cassandra (3.11.8.1) unstable; urgency=medium
2+
3+
* New release
4+
5+
-- Cameron Zemek <[email protected]> Fri, 23 Oct 2020 10:50:00 +1000
6+
17
cassandra (3.11.8) unstable; urgency=medium
28

39
* New release

0 commit comments

Comments
 (0)