From 4d13a013fcfa72311f0102751fdc7951873f466c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Mon, 24 Aug 2015 23:26:27 +0200 Subject: [PATCH] 2015.08.25, Version 1.7.2 (Stable) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes since version 1.7.1: * unix, win: make uv_loop_init return on error (Willem Thiart) * win: reset pipe handle for pipe servers (Saúl Ibarra Corretgé) * win: fix replacing pipe handle for pipe servers (Saúl Ibarra Corretgé) * win: fix setting pipe pending instances after bind (Saúl Ibarra Corretgé) --- AUTHORS | 1 + ChangeLog | 13 +++++++++++++ appveyor.yml | 2 +- configure.ac | 2 +- include/uv-version.h | 2 +- 5 files changed, 17 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index 0b640e22c..2c12c1412 100644 --- a/AUTHORS +++ b/AUTHORS @@ -218,3 +218,4 @@ Corbin Simpson Zachary Hamm Karl Skomski Jeremy Whitlock +Willem Thiart diff --git a/ChangeLog b/ChangeLog index c06b6f086..ed0f5feee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2015.08.25, Version 1.7.2 (Stable) + +Changes since version 1.7.1: + +* unix, win: make uv_loop_init return on error (Willem Thiart) + +* win: reset pipe handle for pipe servers (Saúl Ibarra Corretgé) + +* win: fix replacing pipe handle for pipe servers (Saúl Ibarra Corretgé) + +* win: fix setting pipe pending instances after bind (Saúl Ibarra Corretgé) + + 2015.08.20, Version 1.7.1 (Stable), 44f4b6bd82d8ae4583ccc4768a83af778ef69f85 Changes since version 1.7.0: diff --git a/appveyor.yml b/appveyor.yml index e4672bee0..88ce1fc1a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: v1.7.1.build{build} +version: v1.7.2.build{build} install: - cinst -y nsis diff --git a/configure.ac b/configure.ac index dfda0b197..d05970d41 100644 --- a/configure.ac +++ b/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.7.1], [https://github.com/libuv/libuv/issues]) +AC_INIT([libuv], [1.7.2], [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]) diff --git a/include/uv-version.h b/include/uv-version.h index a210c16bb..d708941f1 100644 --- a/include/uv-version.h +++ b/include/uv-version.h @@ -32,7 +32,7 @@ #define UV_VERSION_MAJOR 1 #define UV_VERSION_MINOR 7 -#define UV_VERSION_PATCH 1 +#define UV_VERSION_PATCH 2 #define UV_VERSION_IS_RELEASE 1 #define UV_VERSION_SUFFIX ""