This is an automated email from the ASF dual-hosted git repository.
mck pushed a commit to branch cassandra-5.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/cassandra-5.0 by this push:
new a58fa2ce7f increment to version 5.0.3
a58fa2ce7f is described below
commit a58fa2ce7f2ae150d23418c5cfa26dc1321205bd
Author: Mick Semb Wever <[email protected]>
AuthorDate: Sat Oct 19 14:40:24 2024 +0200
increment to version 5.0.3
---
.build/docker/ubuntu2004_test.docker | 2 +-
CHANGES.txt | 9 +++++++--
build.xml | 2 +-
3 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/.build/docker/ubuntu2004_test.docker
b/.build/docker/ubuntu2004_test.docker
index b7ba92eb35..8ffd24d18a 100644
--- a/.build/docker/ubuntu2004_test.docker
+++ b/.build/docker/ubuntu2004_test.docker
@@ -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
diff --git a/CHANGES.txt b/CHANGES.txt
index ca86077ed3..e9cc7672b9 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -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)
diff --git a/build.xml b/build.xml
index fdebf135ac..c8370f76c0 100644
--- a/build.xml
+++ b/build.xml
@@ -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"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]