Browse Source

Merge branch 'v0.10.6-release' into v0.10

v0.10.7-release
isaacs 12 years ago
parent
commit
d855e9b125
  1. 5
      AUTHORS
  2. 15
      ChangeLog
  3. 2
      src/node_version.h

5
AUTHORS

@ -442,3 +442,8 @@ Kelly Gerber <kellygerber22@yahoo.com>
Ryan Doenges <rhdoenges@gmail.com> Ryan Doenges <rhdoenges@gmail.com>
Sean Silva <chisophugis@gmail.com> Sean Silva <chisophugis@gmail.com>
Miroslav Bajtoš <miro.bajtos@gmail.com> Miroslav Bajtoš <miro.bajtos@gmail.com>
Sam Roberts <vieuxtech@gmail.com>
Kevin Locke <kevin@kevinlocke.name>
Daniel Moore <polaris@northhorizon.net>
Robert Kowalski <rok@kowalski.gd>
Benoit Vallée <github@benoitvallee.net>

15
ChangeLog

@ -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) * uv: Upgrade to 0.10.5 (isaacs)

2
src/node_version.h

@ -26,7 +26,7 @@
#define NODE_MINOR_VERSION 10 #define NODE_MINOR_VERSION 10
#define NODE_PATCH_VERSION 6 #define NODE_PATCH_VERSION 6
#define NODE_VERSION_IS_RELEASE 0 #define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_TAG #ifndef NODE_TAG
# define NODE_TAG "" # define NODE_TAG ""

Loading…
Cancel
Save