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 +38
-3
lines changed Expand file tree Collapse file tree 3 files changed +38
-3
lines changed Original file line number Diff line number Diff line change @@ -434,3 +434,5 @@ Benjamin Ruston <benjy.ruston@gmail.com>
434
434
Mitar Milutinovic <mitar.git@tnode.com>
435
435
Michael Hart <michael.hart.au@gmail.com>
436
436
Andrew Hart <hartandrewr@gmail.com>
437
+ Rafael Garcia <rgarcia2009@gmail.com>
438
+ Tobias Müllerleile <tobias@muellerleile.net>
Original file line number Diff line number Diff line change 1
- 2013.04.03, Version 0.10.3 (Stable)
1
+ 2013.04.11, Version 0.10.4 (Stable)
2
+
3
+ * uv: Upgrade to 0.10.4
4
+
5
+ * npm: Upgrade to 1.2.18
6
+
7
+ * v8: Avoid excessive memory growth in JSON.parse (Fedor Indutny)
8
+
9
+ * child_process, cluster: fix O(n*m) scan of cmd string (Ben Noordhuis)
10
+
11
+ * net: fix socket.bytesWritten Buffers support (Fedor Indutny)
12
+
13
+ * buffer: fix offset checks (Łukasz Walukiewicz)
14
+
15
+ * stream: call write cb before finish event (isaacs)
16
+
17
+ * http: Support write(data, 'hex') (isaacs)
18
+
19
+ * crypto: dh secret should be left-padded (Fedor Indutny)
20
+
21
+ * process: expose NODE_MODULE_VERSION in process.versions (Rod Vagg)
22
+
23
+ * crypto: fix constructor call in crypto streams (Andreas Madsen)
24
+
25
+ * net: account for encoding in .byteLength (Fedor Indutny)
26
+
27
+ * net: fix buffer iteration in bytesWritten (Fedor Indutny)
28
+
29
+ * crypto: zero is not an error if writing 0 bytes (Fedor Indutny)
30
+
31
+ * tls: Re-enable check of CN-ID in cert verification (Tobias Müllerleile)
32
+
33
+
34
+ 2013.04.03, Version 0.10.3 (Stable), d4982f6f5e4a9a703127489a553b8d782997ea43
2
35
3
36
* npm: Upgrade to 1.2.17
4
37
Original file line number Diff line number Diff line change 26
26
#define NODE_MINOR_VERSION 10
27
27
#define NODE_PATCH_VERSION 4
28
28
29
+ #define NODE_VERSION_IS_RELEASE 1
30
+
29
31
#ifndef NODE_TAG
30
32
# define NODE_TAG ""
31
33
#endif
32
34
33
- #define NODE_VERSION_IS_RELEASE 0
34
-
35
35
#ifndef NODE_STRINGIFY
36
36
#define NODE_STRINGIFY (n ) NODE_STRINGIFY_HELPER(n)
37
37
#define NODE_STRINGIFY_HELPER (n ) #n
You can’t perform that action at this time.
0 commit comments