[ 
https://issues.apache.org/jira/browse/CASSANDRA-17976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17628637#comment-17628637
 ] 

Erick Ramirez edited comment on CASSANDRA-17976 at 11/4/22 5:04 AM:
--------------------------------------------------------------------

Committed:
||Branch||PR||Commit||
|{{cassandra-4.1}}|[#1969|https://github.com/apache/cassandra/pull/1969]|[a4b90fb|https://github.com/apache/cassandra/commit/a4b90fbc011f2cfab464f375c564af67720a0a1d]|
|{{trunk}}|[#1970|https://github.com/apache/cassandra/pull/1970]|[e027229|https://github.com/apache/cassandra/commit/e027229238cafc105fd7913d0aab7e95b6930a34]|

For {{cassandra-4.1}} branch:

{noformat}
$ curl -L 
https://github.com/apache/cassandra/commit/5140ca260260d053cb315d431a534746882462cc.patch
 -o ~/17976-4.1.patch

$ git checkout cassandra-4.1
Switched to branch 'cassandra-4.1'
Your branch is up to date with 'origin/cassandra-4.1'.

$ git am -3 ~/17976-4.1.patch 
Applying: WEBSITE - Updated What's New page for 4.1

$ git commit --amend
[cassandra-4.1 a4b90fbc01] WEBSITE - Updated What's New page for 4.1
 Date: Fri Nov 4 11:33:04 2022 +1100
 1 file changed, 20 insertions(+), 12 deletions(-)
 rewrite doc/modules/cassandra/pages/new/index.adoc (99%)

$ git push origin cassandra-4.1
Enumerating objects: 15, done.
Counting objects: 100% (15/15), done.
Delta compression using up to 12 threads
Compressing objects: 100% (8/8), done.
Writing objects: 100% (8/8), 1.21 KiB | 1.21 MiB/s, done.
Total 8 (delta 5), reused 0 (delta 0)
remote: Resolving deltas: 100% (5/5), completed with 5 local objects.
To https://github.com/apache/cassandra.git
   756aeed1f4..a4b90fbc01  cassandra-4.1 -> cassandra-4.1
{noformat}

For {{trunk}}:

{noformat}
$ curl -L 
https://github.com/apache/cassandra/commit/7a116c170a2f65dd23aba269c85875dd84a56d6a.patch
 -o ~/17976-trunk.patch

$ git checkout trunk
Switched to branch 'trunk'
Your branch is up to date with 'origin/trunk'.

$ git am -3 ~/17976-trunk.patch 
Applying: WEBSITE - Updated What's New page for 5.0 in trunk

$ git commit --amend
[trunk e027229238] WEBSITE - Updated What's New page for 5.0 in trunk
 Date: Fri Nov 4 11:58:12 2022 +1100
 1 file changed, 11 insertions(+), 12 deletions(-)
 rewrite doc/modules/cassandra/pages/new/index.adoc (99%)

$ git push origin trunk
Enumerating objects: 15, done.
Counting objects: 100% (15/15), done.
Delta compression using up to 12 threads
Compressing objects: 100% (8/8), done.
Writing objects: 100% (8/8), 1.02 KiB | 1.02 MiB/s, done.
Total 8 (delta 5), reused 0 (delta 0)
remote: Resolving deltas: 100% (5/5), completed with 5 local objects.
To https://github.com/apache/cassandra.git
   7278db376e..e027229238  trunk -> trunk
{noformat}


was (Author: JIRAUSER285101):
Committed:
||Branch||PR||Commit||
|{{cassandra-4.1}}|[#1969|https://github.com/apache/cassandra/pull/1969]|[a4b90fb|https://github.com/apache/cassandra/commit/a4b90fbc011f2cfab464f375c564af67720a0a1d]|
|{{trunk}}|[#1970|https://github.com/apache/cassandra/pull/1970]|[e027229|https://github.com/apache/cassandra/commit/e027229238cafc105fd7913d0aab7e95b6930a34]|

> WEBSITE - Update What's New Page for 4.1 and trunk
> --------------------------------------------------
>
>                 Key: CASSANDRA-17976
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17976
>             Project: Cassandra
>          Issue Type: Task
>          Components: Documentation/Website
>            Reporter: Ekaterina Dimitrova
>            Assignee: Michael Semb Wever
>            Priority: Low
>             Fix For: 4.1.x, 4.x
>
>         Attachments: Screenshot 2022-11-02 at 22.22.48.png, Screenshot 
> 2022-11-02 at 22.40.13.png, c17976-01-doc-whats_new-4.1.png, 
> c17976-02-doc-whats_new-trunk.png
>
>
> [https://cassandra.apache.org/doc/4.1/cassandra/new/index.html]
> The page still says 4.0 and lists 4.0 new developments.
> We need to point to 4.1 and list latest developments blog posts, docs; 
> probably we can also link NEWS.txt and CHANGES.txt



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to