Skip to content

Commit

Permalink
Cassandra 3.11.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Zemek committed Oct 23, 2020
1 parent 253437d commit 532be92
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.6.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.6
* Fix bad UDT sstable metadata serialization headers written by C* 3.0 on upgrade and in sstablescrub (CASSANDRA-15035)
* Fix nodetool compactionstats showing extra pending task for TWCS - patch implemented (CASSANDRA-15409)
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.6"/>
<property name="base.version" value="3.11.6.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.6.1) unstable; urgency=medium

* New release

-- Cameron Zemek <cameron@instaclustr.com> Fri, 23 Oct 2020 10:50:00 +1000

cassandra (3.11.6) unstable; urgency=medium

* New release
Expand Down

0 comments on commit 532be92

Please sign in to comment.