mirror of https://github.com/apache/cassandra
increment to version 5.0.3
This commit is contained in:
parent
2801ed3366
commit
a58fa2ce7f
|
@ -139,7 +139,7 @@ RUN rm -fr ${BUILD_HOME}/.ccm/repository/_git_cache_apache
|
|||
RUN /bin/bash -c 'source ${BUILD_HOME}/env3.8/bin/activate && \
|
||||
ccm create --quiet -n 1 -v git:cassandra-5.0 test && ccm remove test && \
|
||||
ccm create --quiet -n 1 -v git:trunk test && ccm remove test && \
|
||||
for i in {1..1} ; do echo $i ; ccm create --quiet -n 1 -v binary:5.0.$i test && ccm remove test ; done'
|
||||
for i in {1..2} ; do echo $i ; ccm create --quiet -n 1 -v binary:5.0.$i test && ccm remove test ; done'
|
||||
|
||||
# the .git subdirectories to pip installed cassandra-driver breaks virtualenv-clone, so just remove them
|
||||
# and other directories we don't need in image
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
5.0.3
|
||||
Merged from 4.1:
|
||||
Merged from 4.0:
|
||||
* Add configurable batchlog endpoint strategies: random_remote, prefer_local, dynamic_remote, and dynamic (CASSANDRA-18120)
|
||||
* Fix bash-completion for debian distro (CASSANDRA-19999)
|
||||
|
||||
|
||||
5.0.2
|
||||
* Use SinglePartitionReadCommand for index queries that use strict filtering (CASSANDRA-19968)
|
||||
* Always write local expiration time as an int to LivenessInfo digest (CASSANDRA-19989)
|
||||
|
@ -7,8 +14,6 @@
|
|||
Merged from 4.1:
|
||||
* Fix race condition in DecayingEstimatedHistogramReservoir during rescale (CASSANDRA-19365)
|
||||
Merged from 4.0:
|
||||
* Add configurable batchlog endpoint strategies: random_remote, prefer_local, dynamic_remote, and dynamic (CASSANDRA-18120)
|
||||
* Fix bash-completion for debian distro (CASSANDRA-19999)
|
||||
* Ensure thread-safety for CommitLogArchiver in CommitLog (CASSANDRA-19960)
|
||||
* Fix text containing "/*" being interpreted as multiline comment in cqlsh (CASSANDRA-17667)
|
||||
* Fix indexing of a frozen collection that is the clustering key and reversed (CASSANDRA-19889)
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
<property name="debuglevel" value="source,lines,vars"/>
|
||||
|
||||
<!-- default version and SCM information -->
|
||||
<property name="base.version" value="5.0.2"/>
|
||||
<property name="base.version" value="5.0.3"/>
|
||||
<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"/>
|
||||
|
|
Loading…
Reference in New Issue