Accepting request 833908 from home:AndreasStieger:branches:devel:libraries:c_c++

libuv 1.39.0

OBS-URL: https://build.opensuse.org/request/show/833908
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=46
This commit is contained in:
2020-09-15 16:40:53 +00:00
committed by Git OBS Bridge
parent e6b7e4dd04
commit c718898921
7 changed files with 47 additions and 30 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Sep 12 07:39:33 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 1.39.0:
* unix: use relaxed loads/stores for clock id
* unix: squelch harmless valgrind warning
* linux: use copy_file_range for uv_fs_copyfile when possible
* udp: add uv_udp_using_recvmmsg query
* include: add internal fields struct to uv_loop_t
* core: add API to measure event loop idle time
* unix: handle src, dest same in uv_fs_copyfile()
* unix: error when uv_setup_args() is not called
* fs: clobber req->path on uv_fs_mkstemp() error
* tcp: fail instantly if local port is unbound
* unix: don't use _POSIX_PATH_MAX
* build system fixes, documentation updates, updates to tests
-------------------------------------------------------------------
Sat Aug 15 21:52:48 UTC 2020 - Dirk Mueller <dmueller@suse.com>