diff --git a/.mailmap b/.mailmap index 357de01c..2ca07c83 100644 --- a/.mailmap +++ b/.mailmap @@ -18,6 +18,7 @@ Maciej Małecki Marc Schlaich Rasmus Christian Pedersen Rasmus Christian Pedersen +Rasmus Christian Pedersen Rasmus Christian Pedersen Rasmus Pedersen Robert Mustacchi diff --git a/AUTHORS b/AUTHORS index 4e3d815b..19f911f1 100644 --- a/AUTHORS +++ b/AUTHORS @@ -153,3 +153,5 @@ Graham Lee Andrew Low Pavel Platto Tony Kelman +John Firebaugh +lilohuang diff --git a/ChangeLog b/ChangeLog index 1a103af1..db13f188 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +2014.08.08, Version 0.11.28 (Unstable) + +Changes since version 0.11.27: + +* unix, windows: const-ify handle in uv_udp_getsockname (Rasmus Pedersen) + +* windows: use UV_ECANCELED for aborted TCP writes (Saúl Ibarra Corretgé) + +* windows: add more required environment variables (Jameson Nash) + +* windows: sort environment variables before calling CreateProcess (Jameson + Nash) + +* unix, windows: move uv_loop_close out of assert (John Firebaugh) + +* windows: fix buffer overflow on uv__getnameinfo_work() (lilohuang) + +* windows: add uv_backend_timeout (Jameson Nash) + +* test: disable tcp_close_accept on Windows (Saúl Ibarra Corretgé) + +* windows: read the PATH env var of the child (Alex Crichton) + +* include: avoid using C++ 'template' reserved word (Iñaki Baz Castillo) + +* include: fix version number (Saúl Ibarra Corretgé) + + 2014.07.32, Version 0.11.27 (Unstable), ffe24f955032d060968ea0289af365006afed55e Changes since version 0.11.26: diff --git a/include/uv-version.h b/include/uv-version.h index d4c4e177..d33c8f8b 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 28 -#define UV_VERSION_IS_RELEASE 0 +#define UV_VERSION_IS_RELEASE 1 #endif /* UV_VERSION_H */