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

+5
Original file line numberDiff line numberDiff line change
@@ -442,3 +442,8 @@ Kelly Gerber <[email protected]>
442442
Ryan Doenges <[email protected]>
443443
Sean Silva <[email protected]>
444444
Miroslav Bajtoš <[email protected]>
445+
Sam Roberts <[email protected]>
446+
Kevin Locke <[email protected]>
447+
Daniel Moore <[email protected]>
448+
Robert Kowalski <[email protected]>
449+
Benoit Vallée <[email protected]>

ChangeLog

+14-1
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

+1-1
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)