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.37.0 #32866

Merged
merged 2 commits into from Apr 20, 2020
Merged

deps: upgrade to libuv 1.37.0 #32866

merged 2 commits into from Apr 20, 2020

Commits on Apr 20, 2020

  1. deps: upgrade to libuv 1.36.0

    Notable changes:
    
    - gyp support has been removed.
    - recvmmsg messages are returned in the correct order.
    - IBMi cmake support has been added.
    - uv_fs_lutime() has been added.
    - uv_fs_statfs() on Windows properly handles file paths.
    
    PR-URL: nodejs#32866
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: David Carlier <devnexen@gmail.com>
    Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
    cjihrig committed Apr 20, 2020
    Copy the full SHA
    df8cf44 View commit details
    Browse the repository at this point in the history
  2. deps: upgrade to libuv 1.37.0

    Notable changes:
    
    - The UV_UDP_RECVMMSG flag has been added. This flag is now
      required in order to utilize recvmmsg(). This was added in
      response to a regression introduced in 1.35.0 and 1.36.0.
    
    PR-URL: nodejs#32866
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: David Carlier <devnexen@gmail.com>
    Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
    cjihrig committed Apr 20, 2020
    Copy the full SHA
    4af0598 View commit details
    Browse the repository at this point in the history