File tree 3 files changed +34
-2
lines changed
3 files changed +34
-2
lines changed Original file line number Diff line number Diff line change @@ -428,3 +428,4 @@ Scott Blomquist <github@scott.blomqui.st>
428
428
Henry Chin <hheennrryy@gmail.com>
429
429
Julian Gruber <julian@juliangruber.com>
430
430
JeongHoon Byun <outsideris@gmail.com>
431
+ Iskren Ivov Chernev <iskren.chernev@gmail.com>
Original file line number Diff line number Diff line change 1
- 2013.03.11, Version 0.10.0 (Stable)
1
+ 2013.03.21, Version 0.10.1 (Stable)
2
+
3
+ * npm: upgrade to 1.2.15
4
+
5
+ * crypto: Improve performance of non-stream APIs (Fedor Indutny)
6
+
7
+ * tls: always reset this.ssl.error after handling (Fedor Indutny)
8
+
9
+ * tls: Prevent mid-stream hangs (Fedor Indutny, isaacs)
10
+
11
+ * net: improve arbitrary tcp socket support (Ben Noordhuis)
12
+
13
+ * net: handle 'finish' event only after 'connect' (Fedor Indutny)
14
+
15
+ * http: Don't hot-path end() for large buffers (isaacs)
16
+
17
+ * fs: Missing cb errors are deprecated, not a throw (isaacs)
18
+
19
+ * fs: make write/appendFileSync correctly set file mode (Raymond Feng)
20
+
21
+ * stream: Return self from readable.wrap (isaacs)
22
+
23
+ * stream: Never call decoder.end() multiple times (Gil Pedersen)
24
+
25
+ * windows: enable watching signals with process.on('SIGXYZ') (Bert Belder)
26
+
27
+ * node: revert removal of MakeCallback (Trevor Norris)
28
+
29
+ * node: Unwrap without aborting in handle fd getter (isaacs)
30
+
31
+
32
+ 2013.03.11, Version 0.10.0 (Stable), 163ca274230fce536afe76c64676c332693ad7c1
2
33
3
34
* npm: Upgrade to 1.2.14
4
35
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