From d9d5bc465450ae5d60da32e9ffcf71c2767f1fad Mon Sep 17 00:00:00 2001 From: isaacs Date: Thu, 13 Jun 2013 10:35:30 -0700 Subject: [PATCH] 2013.06.13, Version 0.10.11 (Stable) * uv: upgrade to 0.10.11 * npm: Upgrade to 1.2.30 * openssl: add missing configuration pieces for MIPS (Andrei Sedoi) * Revert "http: remove bodyHead from 'upgrade' events" (isaacs) * v8: fix pointer arithmetic undefined behavior (Trevor Norris) * crypto: fix utf8/utf-8 encoding check (Ben Noordhuis) * net: Fix busy loop on POLLERR|POLLHUP on older linux kernels (Ben Noordhuis, isaacs) --- AUTHORS | 1 + ChangeLog | 20 +++++++++++++++++++- src/node_version.h | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index dc1f547263d538..f9eabfd18433c9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -453,3 +453,4 @@ Nathan Zadoks Rafael Henrique Moreira Daniel G. Taylor Kiyoshi Nomo +Veres Lajos diff --git a/ChangeLog b/ChangeLog index 25410aaf71c36d..573fde36eddc20 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,22 @@ -2013.06.04, Version 0.10.10 (Stable) +2013.06.13, Version 0.10.11 (Stable) + +* uv: upgrade to 0.10.11 + +* npm: Upgrade to 1.2.30 + +* openssl: add missing configuration pieces for MIPS (Andrei Sedoi) + +* Revert "http: remove bodyHead from 'upgrade' events" (isaacs) + +* v8: fix pointer arithmetic undefined behavior (Trevor Norris) + +* crypto: fix utf8/utf-8 encoding check (Ben Noordhuis) + +* net: Fix busy loop on POLLERR|POLLHUP on older linux kernels (Ben Noordhuis, isaacs) + + + +2013.06.04, Version 0.10.10 (Stable), 25e51c396aa23018603baae2b1d9390f5d9db496 * uv: Upgrade to 0.10.10 diff --git a/src/node_version.h b/src/node_version.h index 5490e9d0cb1648..ee36be95cc60c1 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -26,7 +26,7 @@ #define NODE_MINOR_VERSION 10 #define NODE_PATCH_VERSION 11 -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_TAG # define NODE_TAG ""