File tree 3 files changed +39
-2
lines changed
3 files changed +39
-2
lines changed Original file line number Diff line number Diff line change @@ -429,3 +429,5 @@ Henry Chin <hheennrryy@gmail.com>
429
429
Julian Gruber <julian@juliangruber.com>
430
430
JeongHoon Byun <outsideris@gmail.com>
431
431
Iskren Ivov Chernev <iskren.chernev@gmail.com>
432
+ Alexey Kupershtokh <alexey.kupershtokh@gmail.com>
433
+ Benjamin Ruston <benjy.ruston@gmail.com>
Original file line number Diff line number Diff line change 1
- 2013.03.21, Version 0.10.1 (Stable)
1
+ 2013.03.28, Version 0.10.2 (Stable)
2
+
3
+ * npm: Upgrade to 1.2.15
4
+
5
+ * uv: Upgrade to 0.10.3
6
+
7
+ * tls: handle SSL_ERROR_ZERO_RETURN (Fedor Indutny)
8
+
9
+ * tls: handle errors before calling C++ methods (Fedor Indutny)
10
+
11
+ * tls: remove harmful unnecessary bounds checking (Marcel Laverdet)
12
+
13
+ * crypto: make getCiphers() return non-SSL ciphers (Ben Noordhuis)
14
+
15
+ * crypto: check randomBytes() size argument (Ben Noordhuis)
16
+
17
+ * timers: do not calculate Timeout._when property (Alexey Kupershtokh)
18
+
19
+ * timers: fix off-by-one ms error (Alexey Kupershtokh)
20
+
21
+ * timers: handle signed int32 overflow in enroll() (Fedor Indutny)
22
+
23
+ * stream: Fix stall in Transform under very specific conditions (Gil Pedersen)
24
+
25
+ * stream: Handle late 'readable' event listeners (isaacs)
26
+
27
+ * stream: Fix early end in Writables on zero-length writes (isaacs)
28
+
29
+ * domain: fix domain callback from MakeCallback (Trevor Norris)
30
+
31
+ * child_process: don't emit same handle twice (Ben Noordhuis)
32
+
33
+ * child_process: fix sending utf-8 to child process (Ben Noordhuis)
34
+
35
+
36
+ 2013.03.21, Version 0.10.1 (Stable), c274d1643589bf104122674a8c3fd147527a667d
2
37
3
38
* npm: upgrade to 1.2.15
4
39
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