mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-2.2' into cassandra-3.0
This commit is contained in:
commit
0eaed71d1d
|
|
@ -1,3 +1,5 @@
|
|||
3.0.23:
|
||||
|
||||
3.0.22:
|
||||
* Fix gossip shutdown order (CASSANDRA-15816)
|
||||
* Remove broken 'defrag-on-read' optimization (CASSANDRA-15432)
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
<property name="debuglevel" value="source,lines,vars"/>
|
||||
|
||||
<!-- default version and SCM information -->
|
||||
<property name="base.version" value="3.0.22"/>
|
||||
<property name="base.version" value="3.0.23"/>
|
||||
<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"/>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
cassandra (3.0.23) unstable; urgency=medium
|
||||
|
||||
* New release
|
||||
|
||||
--
|
||||
|
||||
cassandra (3.0.22) unstable; urgency=medium
|
||||
|
||||
* New release
|
||||
|
|
|
|||
Loading…
Reference in New Issue