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 2022/05/01 21:26:13 UTC

[cassandra] branch trunk updated: Create release branch cassandra-4.1, increment trunk version to 4.2

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 413f1aed27 Create release branch cassandra-4.1, increment trunk version to 4.2
413f1aed27 is described below

commit 413f1aed27baee6e543ad2992f7a829deaef670a
Author: Mick Semb Wever <mc...@apache.org>
AuthorDate: Sun May 1 23:22:08 2022 +0200

    Create release branch cassandra-4.1, increment trunk version to 4.2
---
 CHANGES.txt      |  6 ++++++
 NEWS.txt         | 14 ++++++++++++++
 build.xml        |  2 +-
 debian/changelog |  2 +-
 4 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 050767a943..dc7f81eec7 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,9 @@
+4.2
+Merged from 4.0:
+Merged from 3.11:
+Merged from 3.0:
+
+
 4.1
  * Add auto_snapshot_ttl configuration (CASSANDRA-16790)
  * List snapshots of dropped tables (CASSANDRA-16843)
diff --git a/NEWS.txt b/NEWS.txt
index 1280d02379..5695e16f4b 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -51,6 +51,20 @@ restore snapshots created with the previous major version using the
 'sstableloader' tool. You can upgrade the file format of your snapshots
 using the provided 'sstableupgrade' tool.
 
+
+4.2
+===
+
+New features
+------------
+
+Upgrading
+---------
+
+Deprecation
+-----------
+
+
 4.1
 ===
 
diff --git a/build.xml b/build.xml
index 343f7e87a0..d0466578ac 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="4.1"/>
+    <property name="base.version" value="4.2"/>
     <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 53ea788890..b2397e52fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-cassandra (4.1) UNRELEASED; urgency=medium
+cassandra (4.2) UNRELEASED; urgency=medium
 
   * New release
 


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