Skip to content

deps: upgrade to libuv 1.35.0#62

Merged
sthagen merged 1 commit into
sthagen:masterfrom
nodejs:master
Mar 14, 2020
Merged

deps: upgrade to libuv 1.35.0#62
sthagen merged 1 commit into
sthagen:masterfrom
nodejs:master

Conversation

@sthagen
Copy link
Copy Markdown
Owner

@sthagen sthagen commented Mar 14, 2020

Notable changes:

  • The UV_UDP_MMSG_CHUNK UDP flag has been added.
  • Support has been dropped for FreeBSD < 10.
  • The FreeBSD and Linux system call logic has been simplified to assume the
    presence of features covered by libuv's minimum system requirements.
  • Listening on IPC pipes is no longer allowed.
  • Fix iOS and Android builds.

PR-URL: nodejs#32204
Reviewed-By: Anna Henningsen anna@addaleax.net
Reviewed-By: Santiago Gimeno santiago.gimeno@gmail.com
Reviewed-By: Ben Noordhuis info@bnoordhuis.nl

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Notable changes:

- The UV_UDP_MMSG_CHUNK UDP flag has been added.
- Support has been dropped for FreeBSD < 10.
- The FreeBSD and Linux system call logic has been simplified to assume the
  presence of features covered by libuv's minimum system requirements.
- Listening on IPC pipes is no longer allowed.
- Fix iOS and Android builds.

PR-URL: #32204
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
@sthagen sthagen merged commit 3d6aea8 into sthagen:master Mar 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants