File tree 3 files changed +48
-2
lines changed
3 files changed +48
-2
lines changed Original file line number Diff line number Diff line change @@ -295,3 +295,8 @@ Johannes Wüller <johanneswueller@gmail.com>
295
295
Erik Lundin <mjor.himself@gmail.com>
296
296
Mikael Bourges-Sevenier <mikeseven@gmail.com>
297
297
Yosef Dinerstein <yosefd@microsoft.com>
298
+ Nathan Friedly <nathan@nfriedly.com>
299
+ Aaron Jacobs <jacobsa@google.com>
300
+ Mustansir Golawala <mgolawala@gmail.com>
301
+ fukayatsu <fukayatsu@gmail.com>
302
+ Domenic Denicola <domenic@domenicdenicola.com>
Original file line number Diff line number Diff line change 1
- 2012.03.30, Version 0.7.7 (unstable)
1
+ 2012.04.18, Version 0.7.8, (unstable)
2
+
3
+ * Upgrade V8 to 3.9.24.9
4
+
5
+ * Upgrade OpenSSL to 1.0.0f
6
+
7
+ * Upgrade npm to 1.1.18
8
+
9
+ * Show licenses in Binary installers
10
+
11
+ * Domains (isaacs)
12
+
13
+ * readline: rename "end" to "close" (Nathan Rajlich)
14
+
15
+ * tcp: make getsockname() return address family as string (Shigeki Ohtsu)
16
+
17
+ * http, https: fix .setTimeout() (ssuda)
18
+
19
+ * os: add cross platform EOL character (Mustansir Golawala)
20
+
21
+ * typed arrays: unexport SizeOfArrayElementForType() (Aaron Jacobs)
22
+
23
+ * net: honor 'enable' flag in .setNoDelay() (Ben Noordhuis)
24
+
25
+ * child_process: emit error when .kill fails (Andreas Madsen)
26
+
27
+ * gyp: fix 'argument list too long' build error (Ben Noordhuis)
28
+
29
+ * fs.WriteStream: Handle modifications to fs.open (isaacs)
30
+
31
+ * repl, readline: Handle newlines better (Nathan Rajlich, Nathan Friedly)
32
+
33
+ * build: target OSX 10.5 when building on darwin (Nathan Rajlich)
34
+
35
+ * Fix #3052 Handle errors properly in zlib (isaacs)
36
+
37
+ * build: add support for DTrace and postmortem (Dave Pacheco)
38
+
39
+ * core: add reusable Slab allocator (Ben Noordhuis)
40
+
41
+
42
+ 2012.03.30, Version 0.7.7 (unstable), 5cda2542fdb086f9fe5de889bea435a65e377dea
2
43
3
44
* Upgrade V8 to 3.9.24.7
4
45
Original file line number Diff line number Diff line change 29
29
#define NODE_MAJOR_VERSION 0
30
30
#define NODE_MINOR_VERSION 7
31
31
#define NODE_PATCH_VERSION 8
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