Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit d9d5bc4

Browse files
committed
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)
1 parent 9a4e593 commit d9d5bc4

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,3 +453,4 @@ Nathan Zadoks <nathan@nathan7.eu>
453453
Rafael Henrique Moreira <rafadev7@gmail.com>
454454
Daniel G. Taylor <dan@programmer-art.org>
455455
Kiyoshi Nomo <tokyoincidents.g@gmail.com>
456+
Veres Lajos <vlajos@gmail.com>

ChangeLog

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
2013.06.04, Version 0.10.10 (Stable)
1+
2013.06.13, Version 0.10.11 (Stable)
2+
3+
* uv: upgrade to 0.10.11
4+
5+
* npm: Upgrade to 1.2.30
6+
7+
* openssl: add missing configuration pieces for MIPS (Andrei Sedoi)
8+
9+
* Revert "http: remove bodyHead from 'upgrade' events" (isaacs)
10+
11+
* v8: fix pointer arithmetic undefined behavior (Trevor Norris)
12+
13+
* crypto: fix utf8/utf-8 encoding check (Ben Noordhuis)
14+
15+
* net: Fix busy loop on POLLERR|POLLHUP on older linux kernels (Ben Noordhuis, isaacs)
16+
17+
18+
19+
2013.06.04, Version 0.10.10 (Stable), 25e51c396aa23018603baae2b1d9390f5d9db496
220

321
* uv: Upgrade to 0.10.10
422

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#define NODE_MINOR_VERSION 10
2727
#define NODE_PATCH_VERSION 11
2828

29-
#define NODE_VERSION_IS_RELEASE 0
29+
#define NODE_VERSION_IS_RELEASE 1
3030

3131
#ifndef NODE_TAG
3232
# define NODE_TAG ""

0 commit comments

Comments
 (0)