This repository was archived by the owner on Apr 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +29
-1
lines changed Expand file tree Collapse file tree 3 files changed +29
-1
lines changed Original file line number Diff line number Diff line change @@ -431,3 +431,6 @@ JeongHoon Byun <outsideris@gmail.com>
431
431
Iskren Ivov Chernev <iskren.chernev@gmail.com>
432
432
Alexey Kupershtokh <alexey.kupershtokh@gmail.com>
433
433
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>
Original file line number Diff line number Diff line change
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
+
1
26
2013.03.28, Version 0.10.2 (Stable)
2
27
3
28
* npm: Upgrade to 1.2.15
Original file line number Diff line number Diff line change 30
30
# define NODE_TAG ""
31
31
#endif
32
32
33
- #define NODE_VERSION_IS_RELEASE 0
33
+ #define NODE_VERSION_IS_RELEASE 1
34
34
35
35
#ifndef NODE_STRINGIFY
36
36
#define NODE_STRINGIFY (n ) NODE_STRINGIFY_HELPER(n)
You can’t perform that action at this time.
0 commit comments