From a58fa2ce7f2ae150d23418c5cfa26dc1321205bd Mon Sep 17 00:00:00 2001 From: Mick Semb Wever Date: Sat, 19 Oct 2024 14:40:24 +0200 Subject: [PATCH] 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 @@ - +