- Update to version 1.18.0
* unix,win: add uv_os_getpid()
* unix: remove incorrect assertion in uv_shutdown()
* aix: fix -Wmaybe-uninitialized warning
* win,doc: remove note about SIGWINCH on Windows
* doc: fix IRC URL in CONTRIBUTING.md
- 1.17.0
* ibmi: add support for new platform
* unix: keep track of bound sockets sent via spawn
* unix: avoid malloc() call in uv_spawn()
* zos: add strnlen() implementation
* test: add threadpool init/teardown test
* test: avoid malloc() in threadpool test
* test: lower number of tasks in threadpool test
* test: fix test-spawn compilation
* doc: clarify the description of uv_loop_alive()
* win: issue memory barrier in uv_thread_join()
* win: map UV_FS_O_EXLOCK to a share mode of 0
* win: fix build on case-sensitive file systems
* win: fix test runner build with mingw64
* win: remove unused variable in test/test-fs.c
- 1.16.1
* unix: move net/if.h include
* win: fix undeclared NDIS_IF_MAX_STRING_SIZE
- 1.16.0
* unix,win: add fs open flags, map O_DIRECT|O_DSYNC
* win, fs: fix non-symlink reparse points
* test: fix -Wstrict-prototypes warnings
* unix, windows: map ENOTTY errno
* unix: fall back to fsync() if F_FULLFSYNC fails
* unix: do not close invalid kqueue fd after fork
* zos: reset epoll data after fork
* zos: skip fork_threadpool_queue_work_simple
* test: keep platform_output as first test
* unix,win: add uv_os_getppid()
* test: fix const qualification compiler warning
* doc: mark uv_default_loop() as not thread safe
* win, pipe: null-initialize stream->shutdown_req
* tty, win: get SetWinEventHook pointer at startup
* test: no extra new line in skipped test output
* pipe: allow access from other users
* unix,win: add uv_if_{indextoname,indextoiid}
* win: fix non-English dlopen error message
* win: change st_blksize from `2048` to `4096`
- Small spec file cleanup
OBS-URL: https://build.opensuse.org/request/show/560211
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=23
- Update to version 1.15.0:
* win: fix buffer size in uv__getpwuid_r()
* unix: use fchmod() in uv_fs_copyfile()
* unix: support copying empty files
* unix: truncate destination in uv_fs_copyfile()
* linux: increase thread stack size with musl libc
* test: clean up semaphore after use
* unix: check for NULL in uv_os_unsetenv for parameter name
* For extensive list of changes since last release see provided
ChangeLog
- Small spec file cleanup
OBS-URL: https://build.opensuse.org/request/show/535145
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=20