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 libuv to 1.20.0 #19758

Merged
merged 1 commit into from Apr 5, 2018
Merged

deps: upgrade libuv to 1.20.0 #19758

merged 1 commit into from Apr 5, 2018

Commits on Apr 5, 2018

  1. deps: upgrade libuv to 1.20.0

    Notable changes:
    - uv_fs_copyfile() adds support for copy-on-write behavior.
    - uv_relative_path() now uses the long directory name
      for handle->dirw.
    - File operations on files > 2 GB on 32-bit platforms are
      working again.
    - uv_fs_fchmod() on Windows works on files with the
      Archive flag cleared.
    
    Fixes: nodejs#19170
    Fixes: nodejs#19455
    Fixes: nodejs#12803
    PR-URL: nodejs#19758
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    cjihrig committed Apr 5, 2018
    Copy the full SHA
    ae2b5bc View commit details
    Browse the repository at this point in the history