Accepting request 713180 from home:mcepl:neovim
- Upgrade to 1.30.1: * doc: fix incorrect versionchanged (cjihrig) * test: allow UV_ECONNRESET in tcp_try_write_error (cjihrig) * unix: add uv_get_constrained_memory() cygwin stub (cjihrig) * build: fix android cmake build (Ben Noordhuis) * unix: squelch -Wcast-function-type warning (Ben Noordhuis) * build: fix compile error with uClibc (zlargon)* darwin: fall back to F_BARRIERFSYNC (Ben Noordhuis) * darwin: add 32 bit close$NOCANCEL implementation (ken-cunningham-webuse) * build, core, unix: add support for Haiku (Leorize) * darwin,linux: more conservative minimum stack size (Ben Noordhuis) * threadpool: increase UV_THREADPOOL_SIZE limit (Vlad A) * unix: return actual error from `uv_try_write()` (Anna Henningsen) * darwin: fix build error with macos 10.10 (Ben Noordhuis) * unix: make uv_cwd() report UV_ENOBUFS (Ben Noordhuis) * unix: make uv_fs_read() fill all buffers (Ben Noordhuis) * test: give hrtime test a custom 10s timeout (Ben Noordhuis) * fs: fix uv_fs_copyfile if same src and dst (Santiago Gimeno) * build: add cmake option to skip building tests (Niels Lohmann) * doc: add link to nodejs.org (Jenil Christo) * unix: fix a comment typo in signal.c (Evgeny Ermakov) * unix: remove redundant cast in process.c (gengjiawen) * doc: fix wrong mutex function prototypes (Leo Chung) * unix: simplify uv/posix.h include logic (cjihrig) * test: increase test timeout (cjihrig) * linux: fix sscanf() overflows reading from /proc (Ben Noordhuis) * ibmi: read memory and CPU usage info (Xu Meng) * doc: update the cmake testing instruction (zlargon) * unix: fix race condition in uv_async_send() (Ben Noordhuis) OBS-URL: https://build.opensuse.org/request/show/713180 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=33
This commit is contained in:
@@ -1,3 +1,69 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 3 08:28:41 CEST 2019 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Upgrade to 1.30.1:
|
||||
* doc: fix incorrect versionchanged (cjihrig)
|
||||
* test: allow UV_ECONNRESET in tcp_try_write_error (cjihrig)
|
||||
* unix: add uv_get_constrained_memory() cygwin stub (cjihrig)
|
||||
* build: fix android cmake build (Ben Noordhuis)
|
||||
* unix: squelch -Wcast-function-type warning (Ben Noordhuis)
|
||||
* build: fix compile error with uClibc (zlargon)* darwin: fall
|
||||
back to F_BARRIERFSYNC (Ben Noordhuis)
|
||||
* darwin: add 32 bit close$NOCANCEL implementation
|
||||
(ken-cunningham-webuse)
|
||||
* build, core, unix: add support for Haiku (Leorize)
|
||||
* darwin,linux: more conservative minimum stack size (Ben Noordhuis)
|
||||
* threadpool: increase UV_THREADPOOL_SIZE limit (Vlad A)
|
||||
* unix: return actual error from `uv_try_write()` (Anna Henningsen)
|
||||
* darwin: fix build error with macos 10.10 (Ben Noordhuis)
|
||||
* unix: make uv_cwd() report UV_ENOBUFS (Ben Noordhuis)
|
||||
* unix: make uv_fs_read() fill all buffers (Ben Noordhuis)
|
||||
* test: give hrtime test a custom 10s timeout (Ben Noordhuis)
|
||||
* fs: fix uv_fs_copyfile if same src and dst (Santiago Gimeno)
|
||||
* build: add cmake option to skip building tests (Niels Lohmann)
|
||||
* doc: add link to nodejs.org (Jenil Christo)
|
||||
* unix: fix a comment typo in signal.c (Evgeny Ermakov)
|
||||
* unix: remove redundant cast in process.c (gengjiawen)
|
||||
* doc: fix wrong mutex function prototypes (Leo Chung)
|
||||
* unix: simplify uv/posix.h include logic (cjihrig)
|
||||
* test: increase test timeout (cjihrig)
|
||||
* linux: fix sscanf() overflows reading from /proc (Ben Noordhuis)
|
||||
* ibmi: read memory and CPU usage info (Xu Meng)
|
||||
* doc: update the cmake testing instruction (zlargon)
|
||||
* unix: fix race condition in uv_async_send() (Ben Noordhuis)
|
||||
* linux: use O_CLOEXEC instead of EPOLL_CLOEXEC (Ben Noordhuis)
|
||||
* doc: mark uv_async_send() as async-signal-safe (Ben Noordhuis)
|
||||
* linux: init st_flags and st_gen when using statx (Oscar Waddell)
|
||||
* linux: read free/total memory from /proc/meminfo (Ben Noordhuis)
|
||||
* test: test zero-sized uv_fs_sendfile() writes (Ben Noordhuis)
|
||||
* unix: don't assert on UV_PROCESS_WINDOWS_* flags (Ben Noordhuis)
|
||||
* linux: set correct mac address for IP-aliases (Santiago Gimeno)
|
||||
* win,util: fix null pointer dereferencing (Tobias Nießen)
|
||||
* unix,win: fix `uv_fs_poll_stop()` when active (Anna Henningsen)
|
||||
* doc: add missing uv_fs_type entries (Michele Caini)
|
||||
* doc: fix build with sphinx 2.x (FX Coudert)
|
||||
* unix: don't make statx system call on Android (George Zhao)
|
||||
* unix: fix clang scan-build warning (Kyle Edwards)
|
||||
* unix: fall back to kqueue on older macOS systems (ken-cunningham-webuse)
|
||||
* unix,win: add uv_get_constrained_memory() (Kelvin Jin)
|
||||
* darwin: fix thread cancellation fd leak (Ben Noordhuis)
|
||||
* linux: fix thread cancellation fd leak (Ben Noordhuis)
|
||||
* unix,win: add uv_gettimeofday() (cjihrig)
|
||||
* unix,win: add uv_fs_{open,read,close}dir() (cjihrig)
|
||||
* unix: fix uv_interface_addresses() (Andreas Rohner)
|
||||
* fs: remove macOS-specific copyfile(3) (Rich Trott)
|
||||
* fs: add test for copyfile() respecting permissions (Rich Trott)
|
||||
* build: partially revert 5234b1c (Ben Noordhuis)
|
||||
* zos: fix setsockopt error when using AF_UNIX (Milad Farazmand)
|
||||
* unix: suppress EINTR/EINPROGRESS in uv_fs_close() (Ben Noordhuis)
|
||||
* build: use cmake APPLE variable to detect platform (zlargon)
|
||||
* distcheck: remove duplicate test/ entry (Jameson Nash)
|
||||
* unix: remove unused cmpxchgl() function (Ben Noordhuis)
|
||||
* unix: support sockaddr_un in uv_udp_send() (Yury Selivanov)
|
||||
* unix: guard use of PTHREAD_STACK_MIN (Kamil Rytarowski)
|
||||
* unix,win: introduce uv_timeval64_t (cjihrig)
|
||||
* doc: document uv_timeval_t and uv_timeval64_t (cjihrig)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 21 11:12:46 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
Reference in New Issue
Block a user