Commit 4ced23d 1 parent 711ecdd commit 4ced23d Copy full SHA for 4ced23d
File tree 2 files changed +19
-2
lines changed
2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
- 2012.04.30 Version 0.6.16 (stable)
1
+ 2012.05.04 Version 0.6.17 (stable)
2
+
3
+ * Upgrade npm to 1.1.21
4
+
5
+ * uv: Add support for EROFS errors (Ben Noordhuis, Maciej Małecki)
6
+
7
+ * uv: Add support for EIO and ENOSPC errors (Fedor Indutny)
8
+
9
+ * windows: Add support for EXDEV errors (Bert Belder)
10
+
11
+ * http: Fix client memory leaks (isaacs, Vincent Voyer)
12
+
13
+ * fs: fix file descriptor leak in sync functions (Ben Noordhuis)
14
+
15
+ * fs: fix ReadStream / WriteStream double close bug (Ben Noordhuis)
16
+
17
+
18
+ 2012.04.30 Version 0.6.16 (stable), a1d193963ddc80a27da5da01b59751e14e33d1d6
2
19
3
20
* Upgrade V8 to 3.6.6.25
4
21
Original file line number Diff line number Diff line change 29
29
#define NODE_MAJOR_VERSION 0
30
30
#define NODE_MINOR_VERSION 6
31
31
#define NODE_PATCH_VERSION 17
32
- #define NODE_VERSION_IS_RELEASE 0
32
+ #define NODE_VERSION_IS_RELEASE 1
33
33
34
34
#ifndef NODE_STRINGIFY
35
35
#define NODE_STRINGIFY (n ) NODE_STRINGIFY_HELPER(n)
You can’t perform that action at this time.
0 commit comments