Skip to content

Commit 5deb167

Browse files
committed
2013.05.14, Version 0.10.6 (Stable)
* module: Deprecate require.extensions (isaacs) * stream: make Readable.wrap support objectMode, empty streams (Daniel Moore) * child_process: fix handle delivery (Ben Noordhuis) * crypto: Fix performance regression (isaacs) * src: DRY string encoding/decoding (isaacs)
1 parent a241deb commit 5deb167

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

AUTHORS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,3 +442,8 @@ Kelly Gerber <kellygerber22@yahoo.com>
442442
Ryan Doenges <rhdoenges@gmail.com>
443443
Sean Silva <chisophugis@gmail.com>
444444
Miroslav Bajtoš <miro.bajtos@gmail.com>
445+
Sam Roberts <vieuxtech@gmail.com>
446+
Kevin Locke <kevin@kevinlocke.name>
447+
Daniel Moore <polaris@northhorizon.net>
448+
Robert Kowalski <rok@kowalski.gd>
449+
Benoit Vallée <github@benoitvallee.net>

ChangeLog

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
2013.04.23, Version 0.10.5 (Stable)
1+
2013.05.14, Version 0.10.6 (Stable)
2+
3+
* module: Deprecate require.extensions (isaacs)
4+
5+
* stream: make Readable.wrap support objectMode, empty streams (Daniel Moore)
6+
7+
* child_process: fix handle delivery (Ben Noordhuis)
8+
9+
* crypto: Fix performance regression (isaacs)
10+
11+
* src: DRY string encoding/decoding (isaacs)
12+
13+
14+
2013.04.23, Version 0.10.5 (Stable), deeaf8fab978e3cadb364e46fb32dafdebe5f095
215

316
* uv: Upgrade to 0.10.5 (isaacs)
417

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 6
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)