Skip to content

Commit

Permalink
Cassandra 3.11.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Zemek committed Oct 23, 2020
1 parent 376f001 commit db8a3bc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
3.11.4.1
* Reject empty options and invalid DC names in replication configuration while creating or altering a keyspace (CASSANDRA-12681)

3.11.4
* Make stop-server.bat wait for Cassandra to terminate (CASSANDRA-14829)
* Correct sstable sorting for garbagecollect and levelled compaction (CASSANDRA-14870)
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.4"/>
<property name="base.version" value="3.11.4.1"/>
<property name="scm.connection" value="scm:git://git.apache.org/cassandra.git"/>
<property name="scm.developerConnection" value="scm:git://git.apache.org/cassandra.git"/>
<property name="scm.url" value="http://git-wip-us.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.4.1) unstable; urgency=medium

* New release

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

cassandra (3.11.4) unstable; urgency=medium

* New release
Expand Down

0 comments on commit db8a3bc

Please sign in to comment.