Skip to content

Commit d2fdae1

Browse files
committed
2013.05.17, Version 0.10.7 (Stable)
* uv: upgrade to v0.10.7 * npm: Upgrade to 1.2.21 * crypto: Don't ignore verify encoding argument (isaacs) * buffer, crypto: fix default encoding regression (Ben Noordhuis) * timers: fix setInterval() assert (Ben Noordhuis)
1 parent 49300a4 commit d2fdae1

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,3 +447,5 @@ Kevin Locke <kevin@kevinlocke.name>
447447
Daniel Moore <polaris@northhorizon.net>
448448
Robert Kowalski <rok@kowalski.gd>
449449
Benoit Vallée <github@benoitvallee.net>
450+
Ryuichi Okumura <okuryu@okuryu.com>
451+
Brandon Frohs <bfrohs@gmail.com>

ChangeLog

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
2013.05.14, Version 0.10.6 (Stable)
1+
2013.05.17, Version 0.10.7 (Stable)
2+
3+
* uv: upgrade to v0.10.7
4+
5+
* npm: Upgrade to 1.2.21
6+
7+
* crypto: Don't ignore verify encoding argument (isaacs)
8+
9+
* buffer, crypto: fix default encoding regression (Ben Noordhuis)
10+
11+
* timers: fix setInterval() assert (Ben Noordhuis)
12+
13+
14+
2013.05.14, Version 0.10.6 (Stable), 5deb1672f2b5794f8be19498a425ea4dc0b0711f
215

316
* module: Deprecate require.extensions (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 7
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)