From 53415d23902af066a5dfaef031212e7bb1698656 Mon Sep 17 00:00:00 2001 From: Petr Bokoc Date: Oct 22 2020 16:37:17 +0000 Subject: [PATCH 1/4] Fix broken translations due to wrong component version --- diff --git a/antora.yml b/antora.yml index 72e7fc1..d70d031 100644 --- a/antora.yml +++ b/antora.yml @@ -1,5 +1,5 @@ --- name: fedora -version: master +version: rawhide # Navigation is in the main 'fedora' component: # https://pagure.io/fedora-docs/release-docs-home From a784a7622adca34d52c6d03edc218e320343db77 Mon Sep 17 00:00:00 2001 From: rafzal30 Date: Oct 26 2020 21:44:14 +0000 Subject: [PATCH 2/4] This fixes Issue 511 Signed-off-by: rafzal30 --- diff --git a/modules/release-notes/pages/developers/Development_Web.adoc b/modules/release-notes/pages/developers/Development_Web.adoc index 7b8324d..dcea2fe 100644 --- a/modules/release-notes/pages/developers/Development_Web.adoc +++ b/modules/release-notes/pages/developers/Development_Web.adoc @@ -3,3 +3,23 @@ include::{partialsdir}/entities.adoc[] [[sect-web-development]] = Web Development + +== Node.js 14.x by Default + +Fedora 33 will carry the latest LTS version 14.x as the default Node.js interpreter for the system. + +== Benefit to Fedora + +As Node.js is a popular JavaScript server-side engine, keepig Fedora updated with the latest Node.js relases will allow it to track the state-of-the-art in that space. + +Fedora 33 will also have the 12.x release available as a selectable module stream for users who are runnng software that does not support 14.x. + +== User Experience + +Users will have the 14.x release of Node.js by defailt available in Fedora 33. However, if your applications are not compatible with the newer version, you can revert to the 12.x. release by running the following commands + +`dnf remove node.js` + +`dnf module reset nodejs` + +`dnf module install nodejs:12` From 22581fa7f113697782fec8cdd15f294e2ebd49de Mon Sep 17 00:00:00 2001 From: rafzal30 Date: Oct 26 2020 22:53:56 +0000 Subject: [PATCH 3/4] Edited Signed-off-by: rafzal30 --- diff --git a/modules/release-notes/pages/developers/Development_Web.adoc b/modules/release-notes/pages/developers/Development_Web.adoc index dcea2fe..a149780 100644 --- a/modules/release-notes/pages/developers/Development_Web.adoc +++ b/modules/release-notes/pages/developers/Development_Web.adoc @@ -16,10 +16,10 @@ Fedora 33 will also have the 12.x release available as a selectable module strea == User Experience -Users will have the 14.x release of Node.js by defailt available in Fedora 33. However, if your applications are not compatible with the newer version, you can revert to the 12.x. release by running the following commands +Users will have the 14.x release of Node.js by default available in Fedora 33. However, if your applications are not compatible with the newer version, you can revert to the 12.x. release by running the following commands: -`dnf remove node.js` +dnf remove node.js -`dnf module reset nodejs` +dnf module reset nodejs -`dnf module install nodejs:12` +dnf module install nodejs:12 From a0667ade3656936e7fa4a99375a7f1176b6f5f22 Mon Sep 17 00:00:00 2001 From: rafzal30 Date: Oct 26 2020 23:16:02 +0000 Subject: [PATCH 4/4] Code block edited Signed-off-by: rafzal30 --- diff --git a/modules/release-notes/pages/developers/Development_Web.adoc b/modules/release-notes/pages/developers/Development_Web.adoc index a149780..84a614c 100644 --- a/modules/release-notes/pages/developers/Development_Web.adoc +++ b/modules/release-notes/pages/developers/Development_Web.adoc @@ -18,8 +18,8 @@ Fedora 33 will also have the 12.x release available as a selectable module strea Users will have the 14.x release of Node.js by default available in Fedora 33. However, if your applications are not compatible with the newer version, you can revert to the 12.x. release by running the following commands: +---- dnf remove node.js - dnf module reset nodejs - dnf module install nodejs:12 +---- \ No newline at end of file