3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -277,3 +277,4 @@ Dane Springmeyer <dane@dbsgeo.com>
277
277
Sambasiva Suda <sambasivarao@gmail.com>
278
278
Vincent Voyer <v@fasterize.com>
279
279
ANDO Takahiro <takahiro.ando@gmail.com>
280
+ Erwin van der Koogh <github@koogh.com>
Original file line number Diff line number Diff line change 1
- 2012.05.15 Version 0.6.18 (stable)
1
+ 2012.06.06 Version 0.6.19 (stable)
2
+
3
+ * npm: upgrade to 1.1.24
4
+
5
+ * fs: no end emit after createReadStream.pause() (Andreas Madsen)
6
+
7
+ * vm: cleanup module memory leakage (Marcel Laverdet)
8
+
9
+ * unix: fix loop starvation under high network load (Ben Noordhuis)
10
+
11
+ * unix: remove abort() in ev_unref() (Ben Noordhuis)
12
+
13
+ * windows/tty: never report error after forcibly aborting line-buffered read (Bert Belder)
14
+
15
+ * windows: skip GetFileAttributes call when opening a file (Bert Belder)
16
+
17
+
18
+ 2012.05.15 Version 0.6.18 (stable), 4bc1d395de6abed2cf1e4d0b7b3a1480a21c368f
2
19
3
20
* windows: skip GetFileAttributes call when opening a file (Bert Belder)
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 19
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)
0 commit comments