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 2021/07/08 21:47:17 UTC

[cassandra] branch cassandra-4.0 updated (bff4e54 -> 80fd439)

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

mck pushed a change to branch cassandra-4.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git.


    from bff4e54  Merge branch cassandra-3.11 into cassandra-4.0
     new 09a387b  Change version from 4.0-rc3 to 4.0.0
     new 80fd439  Merge branch 'cassandra-4.0.0' into cassandra-4.0

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.xml        | 2 +-
 debian/changelog | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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


[cassandra] 01/02: Change version from 4.0-rc3 to 4.0.0

Posted by mc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 09a387bd3d2fe0177ac96ad591181c5263eef8dc
Author: Mick Semb Wever <mc...@apache.org>
AuthorDate: Thu Jul 8 23:04:31 2021 +0200

    Change version from 4.0-rc3 to 4.0.0
---
 CHANGES.txt      | 2 +-
 build.xml        | 2 +-
 debian/changelog | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index a093977..c35d594 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,4 @@
-4.0-rc3
+4.0.0
  * BinLog does not close chronicle queue leaving this to GC to cleanup (CASSANDRA-16774)
 Merged from 3.11:
 Merged from 3.0:
diff --git a/build.xml b/build.xml
index 6ee62a1..40419c0 100644
--- a/build.xml
+++ b/build.xml
@@ -24,7 +24,7 @@
     <property name="debuglevel" value="source,lines,vars"/>
 
     <!-- default version and SCM information -->
-    <property name="base.version" value="4.0-rc3"/>
+    <property name="base.version" value="4.0.0"/>
     <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 9267cec..acfda35 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-cassandra (4.0~rc3) UNRELEASED; urgency=medium
+cassandra (4.0.0) UNRELEASED; urgency=medium
 
   * New release
 
- -- Mick Semb Wever <mc...@apache.org>  Sun, 27 Jun 2021 16:36:29 +0200
+ -- Mick Semb Wever <mc...@apache.org>  Thu, 08 Jul 2021 23:03:54 +0200
 
 cassandra (4.0~rc2) unstable; urgency=medium
 

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


[cassandra] 02/02: Merge branch 'cassandra-4.0.0' into cassandra-4.0

Posted by mc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 80fd439be1ddf49d3d6fbfb9a67486e72d75bca4
Merge: bff4e54 09a387b
Author: Mick Semb Wever <mc...@apache.org>
AuthorDate: Thu Jul 8 23:41:21 2021 +0200

    Merge branch 'cassandra-4.0.0' into cassandra-4.0

 build.xml        | 2 +-
 debian/changelog | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --cc build.xml
index 0b4dd13,40419c0..6d15381
--- a/build.xml
+++ b/build.xml
@@@ -24,7 -24,7 +24,7 @@@
      <property name="debuglevel" value="source,lines,vars"/>
  
      <!-- default version and SCM information -->
-     <property name="base.version" value="4.0-rc3"/>
 -    <property name="base.version" value="4.0.0"/>
++    <property name="base.version" value="4.0.1"/>
      <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 --cc debian/changelog
index 9267cec,acfda35..be04d8d
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,4 -1,4 +1,4 @@@
- cassandra (4.0~rc3) UNRELEASED; urgency=medium
 -cassandra (4.0.0) UNRELEASED; urgency=medium
++cassandra (4.0.1) UNRELEASED; urgency=medium
  
    * New release
  

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