From 3ef958158ae1019e027ebaa93114160099db5206 Mon Sep 17 00:00:00 2001 From: Timothy J Fontaine Date: Wed, 26 Feb 2014 18:04:23 -0800 Subject: [PATCH] 2014.02.28, Version 0.11.21 (Unstable) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes since version 0.11.20: * unix: fix uv_fs_write when using an empty buffer (Saúl Ibarra Corretgé) * unix, windows: add assertion in uv_loop_delete (Saúl Ibarra Corretgé) --- ChangeLog | 9 +++++++++ include/uv-version.h | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index feb7c9e9..a37b0e47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2014.02.28, Version 0.11.21 (Unstable) + +Changes since version 0.11.20: + +* unix: fix uv_fs_write when using an empty buffer (Saúl Ibarra Corretgé) + +* unix, windows: add assertion in uv_loop_delete (Saúl Ibarra Corretgé) + + 2014.02.27, Version 0.11.20 (Unstable), 88355e081b51c69ee1e2b6b0015a4e3d38bd0579 Changes since version 0.11.19: diff --git a/include/uv-version.h b/include/uv-version.h index 6bfc6019..e48082fb 100644 --- a/include/uv-version.h +++ b/include/uv-version.h @@ -33,6 +33,6 @@ #define UV_VERSION_MAJOR 0 #define UV_VERSION_MINOR 11 #define UV_VERSION_PATCH 21 -#define UV_VERSION_IS_RELEASE 0 +#define UV_VERSION_IS_RELEASE 1 #endif /* UV_VERSION_H */