diff --git a/AUTHORS b/AUTHORS index ee6595d79..6929fff22 100644 --- a/AUTHORS +++ b/AUTHORS @@ -180,3 +180,4 @@ Alexey Melnichuk Johan Bergström Alex Mo Luis Martinez de Bartolome +Michael Penick diff --git a/ChangeLog b/ChangeLog index de6ecc17f..79b1ac716 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2015.02.25, Version 1.4.1 (Stable) + +Changes since version 1.4.0: + +* win: don't use inline keyword in thread.c (Ben Noordhuis) + +* windows: fix setting dirent types on uv_fs_scandir_next (Saúl Ibarra + Corretgé) + +* unix,windows: make uv_thread_create() return errno (Ben Noordhuis) + +* tty: fix build for SmartOS (Julien Gilli) + +* unix: fix for uv_async data race (Michael Penick) + +* unix, windows: map EHOSTDOWN errno (Ben Noordhuis) + +* stream: use SO_OOBINLINE on OS X (Fedor Indutny) + + 2015.02.10, Version 1.4.0 (Stable), 19fb8a90648f3763240db004b77ab984264409be Changes since version 1.3.0: diff --git a/configure.ac b/configure.ac index 56c6baedc..b52330f0f 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.4.0], [https://github.com/libuv/libuv/issues]) +AC_INIT([libuv], [1.4.1], [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 9dc34a4e0..c1a69532a 100644 --- a/include/uv-version.h +++ b/include/uv-version.h @@ -32,7 +32,7 @@ #define UV_VERSION_MAJOR 1 #define UV_VERSION_MINOR 4 -#define UV_VERSION_PATCH 0 +#define UV_VERSION_PATCH 1 #define UV_VERSION_IS_RELEASE 1 #define UV_VERSION_SUFFIX ""