Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: upgrade to libuv 1.35.0 #62

Merged
merged 1 commit into from Mar 14, 2020
Merged

deps: upgrade to libuv 1.35.0 #62

merged 1 commit into from Mar 14, 2020

Conversation

sthagen
Copy link
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
Projects
None yet
2 participants