Skip to content

Commit fdf57f8

Browse files
committed
2013.07.25, Version 0.10.14 (Stable)
* uv: Upgrade to v0.10.13 * npm: Upgrade to v1.3.5 * os: Don't report negative times in cpu info (Ben Noordhuis) * fs: Handle large UID and GID (Ben Noordhuis) * url: Fix edge-case when protocol is non-lowercase (Shuan Wang) * doc: Streams API Doc Rewrite (isaacs) * node: call MakeDomainCallback in all domain cases (Trevor Norris) * crypto: fix memory leak in LoadPKCS12 (Fedor Indutny)
1 parent 5c81f41 commit fdf57f8

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,3 +456,4 @@ Kiyoshi Nomo <tokyoincidents.g@gmail.com>
456456
Veres Lajos <vlajos@gmail.com>
457457
Yuan Chuan <yuanchuan23@gmail.com>
458458
Peter Rust <peter@cornerstonenw.com>
459+
Shuan Wang <shuanwang@gmail.com>

ChangeLog

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
1-
2013.07.09, Version 0.10.13 (Stable)
1+
2013.07.25, Version 0.10.14 (Stable)
2+
3+
* uv: Upgrade to v0.10.13
4+
5+
* npm: Upgrade to v1.3.5
6+
7+
* os: Don't report negative times in cpu info (Ben Noordhuis)
8+
9+
* fs: Handle large UID and GID (Ben Noordhuis)
10+
11+
* url: Fix edge-case when protocol is non-lowercase (Shuan Wang)
12+
13+
* doc: Streams API Doc Rewrite (isaacs)
14+
15+
* node: call MakeDomainCallback in all domain cases (Trevor Norris)
16+
17+
* crypto: fix memory leak in LoadPKCS12 (Fedor Indutny)
18+
19+
20+
2013.07.09, Version 0.10.13 (Stable), e32660a984427d46af6a144983cf7b8045b7299c
221

322
* uv: Upgrade to v0.10.12
423

@@ -23,7 +42,7 @@
2342
* src: fix memory leak in UsingDomains() (Ben Noordhuis)
2443

2544

26-
2013.06.18, Version 0.10.12 (Stable)
45+
2013.06.18, Version 0.10.12 (Stable), a088cf4f930d3928c97d239adf950ab43e7794aa
2746

2847
* npm: Upgrade to 1.2.32
2948

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