Changes between Initial Version and Version 3 of Ticket #13162


Ignore:
Timestamp:
02/20/2020 01:22:25 AM (4 years ago)
Author:
ken@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13162

    • Property Milestone 9.29.1
    • Property Owner changed from blfs-book to ken@…
    • Property Status newassigned
    • Property Summary node.js-12.16.1node.js-12.18
  • Ticket #13162 – Description

    initial v3  
    1 New point version.
     1was: New point version (12.16.1). Bumping to 12.18 since we need to update to at least 12.17. The security link says "While this is not a critical update, all users of these release lines should upgrade at their earliest convenience."
     2
     32016-12-21, Version 0.12.18 (Maintenance), @rvagg
     4
     5Notable changes:
     6
     7    npm: upgrade from v2.15.1 to v2.15.11, including accurate updated license (Jeremiah Senkpiel)
     8    process: process.versions.ares now outputs the c-ares version (Johan Bergström)
     9
     10Commits:
     11
     12    [a47fd4549d] - build: add working lint-ci make target (Rod Vagg) https://github.com/nodejs/node/pull/9151
     13    [830584ca59] - deps: define missing operator delete functions (John Barboza) https://github.com/nodejs/node/pull/10356
     14    [c130b31cba] - deps: upgrade npm to 2.15.11 (Jeremiah Senkpiel) https://github.com/nodejs/node/pull/9619
     15    [bc6766d847] - doc: update npm license in main LICENSE file (Rod Vagg) https://github.com/nodejs/node/pull/10352
     16    [0cdf344c80] - (SEMVER-MINOR) process: reintroduce ares to versions (Johan Bergström) https://github.com/nodejs/node/pull/9191
     17    [d8e27ec30a] - test: mark dgram-multicast-multi-process as flaky (Rod Vagg) https://github.com/nodejs/node/pull/9150
     18    [c722335ead] - tls: fix minor jslint failure (Rod Vagg) https://github.com/nodejs/node/pull/9107
     19
     202016-10-18, Version 0.12.17 (Maintenance), @rvagg
     21
     22This is a security release. All Node.js users should consult the security release summary at https://nodejs.org/en/blog/vulnerability/october-2016-security-releases/ for details on patched vulnerabilities.
     23
     24Notable changes:
     25
     26    c-ares: fix for single-byte buffer overwrite, CVE-2016-5180, more information at https://c-ares.haxx.se/adv_20160929.html (Daniel Stenberg)