From 13cf2e66b61cc8ae5a01a8366221ad32df508d8b Mon Sep 17 00:00:00 2001 From: Simon Clark Date: Oct 12 2017 04:03:43 +0000 Subject: [PATCH 1/2] Merge branch 'f27' into iss17 --- diff --git a/en-US/developers/Development_Web.adoc b/en-US/developers/Development_Web.adoc index 1cd77ce..924f16e 100644 --- a/en-US/developers/Development_Web.adoc +++ b/en-US/developers/Development_Web.adoc @@ -3,3 +3,14 @@ include::en-US/entities.adoc[] [[sect-web-development]] == Web Development + +[[sect-web-development-node]] +=== Node.js 8 +Fedora 27 includes Node.js 8, which is the current version of the platform. This release line will become a Node.js Long Term Support (LTS) release at the end of October 2017. Some of the highlights of Node.js 8 include: + +* http2 support +* experimental support for Node API (N-API) +* a significant update to the V8 JavaScript runtime that includes major improvements in performance and developer-facing APIs +* version 5 of the npm client + +For more information about the range of updates and new features introduced in Node.js 8, please see the https://medium.com/the-node-js-collection/node-js-8-big-improvements-for-the-debugging-and-native-module-ecosystem-58454861f2fc[release announcement]. From ac8370e70793a7dd5503a4a2ae1fc8474d7a2584 Mon Sep 17 00:00:00 2001 From: Simon Clark Date: Oct 12 2017 04:07:19 +0000 Subject: [PATCH 2/2] Update #17 after review feedback --- diff --git a/en-US/developers/Development_Tools.adoc b/en-US/developers/Development_Tools.adoc index db6bb29..d493b0c 100644 --- a/en-US/developers/Development_Tools.adoc +++ b/en-US/developers/Development_Tools.adoc @@ -5,5 +5,5 @@ include::en-US/entities.adoc[] == Development Tools [[sect-development-tools-debuginfo]] -=== Parallel Installable Debuginfo +=== Debuginfo Package Improvements To observe what a program is doing, Fedora provides additional meta-data about code that is installed and runs on your system. These can be used together with tracers, profilers and debuggers to better understand what is running on your system (or to understand crashes or failures better). Previously, these debug info meta-data packages were fairly large, containing lots of information about multiple sub-packages together. With Fedora 27, these debug info meta-data packages have been split up into smaller sub-packages, making it possible to install just the debuginfo for one specific sub-package or library. The source files needed for debuggers (but not necessarily for tracers and profilers) have been separated out into their own debugsource package and it is now possible to install multiple, different versions or architectures of the debug info packages at the same time. For example, when trying to introspect a program installed in a container or virtual machine that is a different version of the package installed on the host, or when both a 32 bit and 64 bit version of a library is available.