From 4e7d82945dfc3f9e264c258ef29c45910b7fd8bc Mon Sep 17 00:00:00 2001 From: cjihrig Date: Thu, 16 Aug 2018 22:14:55 -0400 Subject: deps: upgrade to libuv 1.23.0 Notable changes: - Restores compatibility with the old IPC protocol. - Adds uv_open_osfhandle(). - Adds uv_os_{get,set}priority(). PR-URL: https://github.com/nodejs/node/pull/22365 Fixes: https://github.com/nodejs/node/issues/21671 Fixes: https://github.com/nodejs/node/issues/15433 Refs: https://github.com/nodejs/node/pull/21675 Refs: https://github.com/nodejs/node-addon-api/issues/304 Refs: https://github.com/nodejs/abi-stable-node/issues/318 Reviewed-By: Ruben Bridgewater Reviewed-By: James M Snell Reviewed-By: Anna Henningsen --- deps/uv/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deps/uv/configure.ac') diff --git a/deps/uv/configure.ac b/deps/uv/configure.ac index aa6e6d16a8..6e084fd04d 100644 --- a/deps/uv/configure.ac +++ b/deps/uv/configure.ac @@ -13,7 +13,7 @@ # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. AC_PREREQ(2.57) -AC_INIT([libuv], [1.22.0], [https://github.com/libuv/libuv/issues]) +AC_INIT([libuv], [1.23.0], [https://github.com/libuv/libuv/issues]) AC_CONFIG_MACRO_DIR([m4]) m4_include([m4/libuv-extra-automake-flags.m4]) m4_include([m4/as_case.m4]) -- cgit v1.2.3