summaryrefslogtreecommitdiff
path: root/deps/uv/ChangeLog
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2019-07-02 11:07:43 -0400
committercjihrig <cjihrig@gmail.com>2019-07-02 13:25:23 -0400
commitea736668500d640783242186334c38a144501961 (patch)
tree63bc97088e26005076fcbe70a5470668c1929946 /deps/uv/ChangeLog
parent5ab24edb025f8433d6f971d1cf8f9c51023a4f63 (diff)
downloadandroid-node-v8-ea736668500d640783242186334c38a144501961.tar.gz
android-node-v8-ea736668500d640783242186334c38a144501961.tar.bz2
android-node-v8-ea736668500d640783242186334c38a144501961.zip
deps: upgrade to libuv 1.30.1
This upgrade is a small patch release, fixing compilation errors on Android, Cygwin, and uClibc - none of which are tested in the CI. PR-URL: https://github.com/nodejs/node/pull/28511 Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'deps/uv/ChangeLog')
-rw-r--r--deps/uv/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/deps/uv/ChangeLog b/deps/uv/ChangeLog
index b9ed7484a5..a6e2786b0e 100644
--- a/deps/uv/ChangeLog
+++ b/deps/uv/ChangeLog
@@ -1,3 +1,20 @@
+2019.07.03, Version 1.30.1 (Stable), 1551969c84c2f546a429dac169c7fdac3e38115e
+
+Changes since version 1.30.0:
+
+* 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)
+
+
2019.06.28, Version 1.30.0 (Stable), 365b6f2a0eacda1ff52be8e57ab9381cfddc5dbb
Changes since version 1.29.1: