Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 605912 - net-libs/nodejs-6.9.4 version bump
Summary: net-libs/nodejs-6.9.4 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Johan Bergström
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-16 15:49 UTC by Tomáš Mózes
Modified: 2017-02-03 11:40 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Mózes 2017-01-16 15:49:00 UTC
2017-01-05, Version 6.9.4 'Boron' (LTS), @MylesBorins

This is a special release that contains 0 commits. While promoting additional platforms for v6.9.3 after the release, the tarballs on the release server were overwritten and now have different shasums. In order to remove any ambiguity around the release we have opted to do a semver patch release with no changes.
Notable Changes


2017-01-03, Version 6.9.3 'Boron' (LTS), @MylesBorins

This LTS release comes with 312 commits. This includes 229 that are test related, 62 that are docs related, 17 which are build / tools related, and 4 commits which are updates to dependencies.
Notable Changes

    build: shared library support is now working for AIX builds (Stewart Addison) #9675
    deps:
        npm: upgrade npm to 3.10.10 (Rebecca Turner) #9847
        V8: Destructuring of arrow function arguments via computed property no longer throws (Michaël Zasso) #10386
    inspector: /json/version returns object, not an object wrapped in an array (Ben Noordhuis) #9762
    module: using --debug-brk and --eval together now works as expected (Kelvin Jin) #8876
    process: improve performance of nextTick up to 20% (Evan Lucas) #8932
    repl:
        the division operator will no longer be accidentally parsed as regex (Teddy Katz) #10103
        improved support for generator functions (Teddy Katz) #9852
    timers: Re canceling a cancelled timers will no longer throw (Jeremiah Senkpiel) #9685