Skip to content

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 [email protected]
Reviewed-By: Santiago Gimeno [email protected]
Reviewed-By: Ben Noordhuis [email protected]

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 <[email protected]>
Reviewed-By: Santiago Gimeno <[email protected]>
Reviewed-By: Ben Noordhuis <[email protected]>
@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

Development

Successfully merging this pull request may close these issues.

2 participants