#49 Add #14 and #17 'Separate Subpackage and Source Debuginfo'
Merged 6 years ago by sclark. Opened 6 years ago by sclark.
fedora-docs/ sclark/release-notes iss17  into  f27

@@ -5,5 +5,5 @@ 

  == 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.

@@ -3,3 +3,14 @@ 

  

  [[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].

Draft Release Notes text covering both #14 and #17, as per the change owner's instructions in #17.

rebased onto 13cf2e6

6 years ago

Updated following the Change Owner's review comments in Issue #17.

Pull-Request has been merged by sclark

6 years ago