You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2020/12/30 11:48:33 UTC

[cassandra] branch trunk updated: Increment version to 4.0-beta5

This is an automated email from the ASF dual-hosted git repository.

mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 200615d  Increment version to 4.0-beta5
200615d is described below

commit 200615ded576ef474ed11453d083e821b041e21a
Author: Mick Semb Wever <mc...@apache.org>
AuthorDate: Wed Dec 30 12:44:23 2020 +0100

    Increment version to 4.0-beta5
---
 CHANGES.txt                                | 4 +++-
 build.xml                                  | 2 +-
 debian/changelog                           | 6 ++++++
 doc/source/development/release_process.rst | 7 ++-----
 4 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 1232fe8..e1d1d8c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,7 @@
-4.0-beta4
+4.0-beta5
  * Fix DecimalDeserializer#toString OOM (CASSANDRA-14925)
+
+4.0-beta4
  * DROP COMPACT STORAGE should invalidate prepared statements still using CompactTableMetadata (CASSANDRA-16361)
  * Update default num_tokens to 16 and allocate_tokens_for_local_replication_factor to 3 (CASSANDRA-13701)
  * Remove use of String.intern() (CASSANDRA-15810)
diff --git a/build.xml b/build.xml
index 2c6988f..4537f20 100644
--- a/build.xml
+++ b/build.xml
@@ -27,7 +27,7 @@
     <property name="debuglevel" value="source,lines,vars"/>
 
     <!-- default version and SCM information -->
-    <property name="base.version" value="4.0-beta4"/>
+    <property name="base.version" value="4.0-beta5"/>
     <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"/>
diff --git a/debian/changelog b/debian/changelog
index 71f5786..aa86263 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cassandra (4.0~beta5) UNRELEASED; urgency=medium
+
+  * New release
+
+ -- Mick Semb Wever <mc...@apache.org>  Fri, 18 Dec 2020 18:32:45 +0100
+
 cassandra (4.0~beta4) unstable; urgency=medium
 
   * New release
diff --git a/doc/source/development/release_process.rst b/doc/source/development/release_process.rst
index fd86238..a2bcf48 100644
--- a/doc/source/development/release_process.rst
+++ b/doc/source/development/release_process.rst
@@ -188,7 +188,7 @@ Update the codebase to point to the next development version::
     git checkout cassandra-<version-branch>
     edit build.xml          # update `<property name="base.version" value="…"/> `
     edit debian/changelog   # add entry for new version
-    edit CHANGES.txt        # add entry for new version
+    edit CHANGES.txt        # add entry for new version, move up any entries that were added after the release was cut and staged
     git commit -m "Increment version to <next-version>" build.xml debian/changelog CHANGES.txt
 
     # …and forward merge and push per normal procedure
@@ -245,7 +245,4 @@ As described in `When to Archive <http://www.apache.org/dev/release.html#when-to
 
 An example of removing old releases::
 
-    svn co https://dist.apache.org/repos/dist/release/cassandra/ cassandra-dist
-    svn rm <previous_version> debian/pool/main/c/cassandra/<previous_version>*
-    svn st
-    # check and commit
\ No newline at end of file
+    svn rm https://dist.apache.org/repos/dist/release/cassandra/<previous_version>
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org