Skip to content

deps: upgrade to libuv 1.26.0 - #26037

Merged
cjihrig merged 1 commit into
nodejs:masterfrom
cjihrig:libuv
Feb 13, 2019
Merged

deps: upgrade to libuv 1.26.0#26037
cjihrig merged 1 commit into
nodejs:masterfrom
cjihrig:libuv

Conversation

@cjihrig

Copy link
Copy Markdown
Contributor

Notable changes:

Fixes: #26013
Fixes: #25875

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-botnodejs-github-bot added the libuv Issues and PRs related to the libuv dependency or the uv binding. label Feb 10, 2019
@cjihrigcjihrig mentioned this pull request Feb 10, 2019
2 tasks
@danbev

Copy link
Copy Markdown
Contributor

@cjihrig

Copy link
Copy Markdown
ContributorAuthor

@addaleaxaddaleax added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Feb 11, 2019
Notable changes:
- A bug that could result in 100% CPU utilization in Node
has been fixed (libuv/libuv#2162)
- Node's report module will now include the entire Windows
product name (libuv/libuv#2170)
PR-URL: nodejs#26037Fixes: nodejs#26013Fixes: nodejs#25875
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
@cjihrig
cjihrig merged commit 0109e12 into nodejs:masterFeb 13, 2019
@cjihrig
cjihrig deleted the libuv branch February 13, 2019 13:18
addaleax pushed a commit that referenced this pull request Feb 13, 2019
Notable changes:
- A bug that could result in 100% CPU utilization in Node
has been fixed (libuv/libuv#2162)
- Node's report module will now include the entire Windows
product name (libuv/libuv#2170)
PR-URL: #26037Fixes: #26013Fixes: #25875
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
@targostargos mentioned this pull request Feb 14, 2019
MylesBorins pushed a commit to MylesBorins/node that referenced this pull request May 16, 2019
Notable changes:
- A bug that could result in 100% CPU utilization in Node
has been fixed (libuv/libuv#2162)
- Node's report module will now include the entire Windows
product name (libuv/libuv#2170)
PR-URL: nodejs#26037Fixes: nodejs#26013Fixes: nodejs#25875
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
MylesBorins pushed a commit that referenced this pull request May 16, 2019
Notable changes:
- A bug that could result in 100% CPU utilization in Node
has been fixed (libuv/libuv#2162)
- Node's report module will now include the entire Windows
product name (libuv/libuv#2170)
Backport-PR-URL: #27728
PR-URL: #26037Fixes: #26013Fixes: #25875
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
@BethGriggsBethGriggs mentioned this pull request May 16, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.libuvIssues and PRs related to the libuv dependency or the uv binding.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

11.9.0 console history is missing "the just-run command" Double keypress in readline / process.stdin

6 participants

@cjihrig@nodejs-github-bot@danbev@bnoordhuis@addaleax@Fishrock123