Skip to content

Commit

Permalink
Cassandra 3.11.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Zemek committed Oct 23, 2020
1 parent db7ed09 commit 39314c0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
3.11.8.1
* Reject empty options and invalid DC names in replication configuration while creating or altering a keyspace (CASSANDRA-12681)
* Wait for schema agreement rather than in flight schema requests when bootstrapping (CASSANDRA-15158)

3.11.8
* Correctly interpret SASI's `max_compaction_flush_memory_in_mb` setting in megabytes not bytes (CASSANDRA-16071)
* Fix short read protection for GROUP BY queries (CASSANDRA-15459)
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<property name="debuglevel" value="source,lines,vars"/>

<!-- default version and SCM information -->
<property name="base.version" value="3.11.8"/>
<property name="base.version" value="3.11.8.1"/>
<property name="scm.connection" value="scm:https://gitbox.apache.org/repos/asf/cassandra.git"/>
<property name="scm.developerConnection" value="scm:https://gitbox.apache.org/repos/asf/cassandra.git"/>
<property name="scm.url" value="https://gitbox.apache.org/repos/asf?p=cassandra.git;a=tree"/>
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
cassandra (3.11.8.1) unstable; urgency=medium

* New release

-- Cameron Zemek <[email protected]> Fri, 23 Oct 2020 10:50:00 +1000

cassandra (3.11.8) unstable; urgency=medium

* New release
Expand Down

0 comments on commit 39314c0

Please sign in to comment.