Increment version to 3.11.11

This commit is contained in:
Alex Petrov 2021-02-01 16:02:21 +01:00
parent d6beecd5a2
commit ed51d02f7c
3 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,6 @@
3.11.11
3.11.10
* Fix digest computation for queries with fetched but non queried columns (CASSANDRA-15962)
* Reduce amount of allocations during batch statement execution (CASSANDRA-16201)

View File

@ -25,7 +25,7 @@
<property name="debuglevel" value="source,lines,vars"/>
<!-- default version and SCM information -->
<property name="base.version" value="3.11.10"/>
<property name="base.version" value="3.11.11"/>
<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"/>

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
cassandra (3.11.11) UNRELEASED; urgency=medium
* New release
-- Alex Petrov <ifesdjeen@apache.org> Mon, 1 Feb 2021 16:01:13 +0100
cassandra (3.11.10) unstable; urgency=medium
* New release