Skip to content

Commit

Permalink
2013.05.14, Version 0.10.6 (Stable)
Browse files Browse the repository at this point in the history
* 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)
  • Loading branch information
isaacs committed May 14, 2013
1 parent a241deb commit 5deb167
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
5 changes: 5 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -442,3 +442,8 @@ Kelly Gerber <[email protected]>
Ryan Doenges <[email protected]>
Sean Silva <[email protected]>
Miroslav Bajtoš <[email protected]>
Sam Roberts <[email protected]>
Kevin Locke <[email protected]>
Daniel Moore <[email protected]>
Robert Kowalski <[email protected]>
Benoit Vallée <[email protected]>
15 changes: 14 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
2013.04.23, Version 0.10.5 (Stable)
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)


2013.04.23, Version 0.10.5 (Stable), deeaf8fab978e3cadb364e46fb32dafdebe5f095

* uv: Upgrade to 0.10.5 (isaacs)

Expand Down
2 changes: 1 addition & 1 deletion src/node_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define NODE_MINOR_VERSION 10
#define NODE_PATCH_VERSION 6

#define NODE_VERSION_IS_RELEASE 0
#define NODE_VERSION_IS_RELEASE 1

#ifndef NODE_TAG
# define NODE_TAG ""
Expand Down

0 comments on commit 5deb167

Please sign in to comment.