Skip to content

Commit

Permalink
Cassandra 3.11.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Zemek committed Oct 23, 2020
1 parent 8e259f3 commit b6a695c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
3.11.5.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)
* LegacyLayout does not have same behavior as 2.x when handling unknown column names (CASSANDRA-15081)

3.11.5
* Fix SASI non-literal string comparisons (range operators) (CASSANDRA-15169)
* Make sure user defined compaction transactions are always closed (CASSANDRA-15123)
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.5"/>
<property name="base.version" value="3.11.5.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.5.1) unstable; urgency=medium

* New release

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

cassandra (3.11.5) unstable; urgency=medium

* New release
Expand Down

0 comments on commit b6a695c

Please sign in to comment.