Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit d4982f6

Browse files
committed
2013.04.03, Version 0.10.3 (Stable)
* npm: Upgrade to 1.2.17 * child_process: acknowledge sent handles (Fedor Indutny) * etw: update prototypes to match dtrace provider (Timothy J Fontaine) * dtrace: pass more arguments to probes (Dave Pacheco) * build: allow building with dtrace on osx (Dave Pacheco) * http: Remove legacy ECONNRESET workaround code (isaacs) * http: Ensure socket cleanup on client response end (isaacs) * tls: Destroy socket when encrypted side closes (isaacs) * repl: isSyntaxError() catches "strict mode" errors (Nathan Rajlich) * crypto: Pass options to ctor calls (isaacs) * src: tie process.versions.uv to uv_version_string() (Ben Noordhuis)
1 parent 88686aa commit d4982f6

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

AUTHORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,3 +431,6 @@ JeongHoon Byun <outsideris@gmail.com>
431431
Iskren Ivov Chernev <iskren.chernev@gmail.com>
432432
Alexey Kupershtokh <alexey.kupershtokh@gmail.com>
433433
Benjamin Ruston <benjy.ruston@gmail.com>
434+
Mitar Milutinovic <mitar.git@tnode.com>
435+
Michael Hart <michael.hart.au@gmail.com>
436+
Andrew Hart <hartandrewr@gmail.com>

ChangeLog

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
2013.04.03, Version 0.10.3 (Stable)
2+
3+
* npm: Upgrade to 1.2.17
4+
5+
* child_process: acknowledge sent handles (Fedor Indutny)
6+
7+
* etw: update prototypes to match dtrace provider (Timothy J Fontaine)
8+
9+
* dtrace: pass more arguments to probes (Dave Pacheco)
10+
11+
* build: allow building with dtrace on osx (Dave Pacheco)
12+
13+
* http: Remove legacy ECONNRESET workaround code (isaacs)
14+
15+
* http: Ensure socket cleanup on client response end (isaacs)
16+
17+
* tls: Destroy socket when encrypted side closes (isaacs)
18+
19+
* repl: isSyntaxError() catches "strict mode" errors (Nathan Rajlich)
20+
21+
* crypto: Pass options to ctor calls (isaacs)
22+
23+
* src: tie process.versions.uv to uv_version_string() (Ben Noordhuis)
24+
25+
126
2013.03.28, Version 0.10.2 (Stable)
227

328
* npm: Upgrade to 1.2.15

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# define NODE_TAG ""
3131
#endif
3232

33-
#define NODE_VERSION_IS_RELEASE 0
33+
#define NODE_VERSION_IS_RELEASE 1
3434

3535
#ifndef NODE_STRINGIFY
3636
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)