This repository was archived by the owner on Apr 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +51
-2
lines changed Expand file tree Collapse file tree 3 files changed +51
-2
lines changed Original file line number Diff line number Diff line change @@ -287,3 +287,11 @@ Ming Liu <vmliu1@gmail.com>
287
287
Shea Levy <shea@shealevy.com>
288
288
Nao Iizuka <iizuka@kyu-mu.net>
289
289
Christian Ress <christian@ressonline.de>
290
+ Rod Vagg <rod@vagg.org>
291
+ Matt Ezell <ezell.matt@gmail.com>
292
+ Charlie McConnell <charlie@charlieistheman.com>
293
+ Farid Neshat <FaridN_SOAD@yahoo.com>
294
+ Johannes Wüller <johanneswueller@gmail.com>
295
+ Erik Lundin <mjor.himself@gmail.com>
296
+ Mikael Bourges-Sevenier <mikeseven@gmail.com>
297
+ Yosef Dinerstein <yosefd@microsoft.com>
Original file line number Diff line number Diff line change 1
- 2012.03.13, Version 0.7.6 (unstable)
1
+ 2012.03.30, Version 0.7.7 (unstable)
2
+
3
+ * Upgrade V8 to 3.9.24.7
4
+
5
+ * Upgrade npm to 1.1.15
6
+
7
+ * Handle Emoji characters properly (Erik Corry, Bert Belder)
8
+
9
+ * readline: migrate ansi/vt100 logic from tty to readline (Nathan Rajlich)
10
+
11
+ * readline: Fix multiline handling (Alex Kocharin)
12
+
13
+ * add a -i/--interactive flag to force the REPL (Nathan Rajlich)
14
+
15
+ * debugger: add breakOnException command (Fedor Indutny)
16
+
17
+ * cluster: kill workers when master dies (Andreas Madsen)
18
+
19
+ * cluster: add graceful disconnect support (Andreas Madsen)
20
+
21
+ * child_process: Separate 'close' event from 'exit' (Charlie McConnell)
22
+
23
+ * typed arrays: add Uint8ClampedArray (Mikael Bourges-Sevenier)
24
+
25
+ * buffer: Fix byte alignment issues (Ben Noordhuis, Erik Lundin)
26
+
27
+ * tls: fix CryptoStream.setKeepAlive() (Shigeki Ohtsu)
28
+
29
+ * Expose http parse error codes (Felix Geisendörfer)
30
+
31
+ * events: don't delete the listeners array (Ben Noordhuis, Nathan Rajlich)
32
+
33
+ * process: add process.config to view node's ./configure settings (Nathan Rajlich)
34
+
35
+ * process: process.execArgv to see node's arguments (Micheil Smith)
36
+
37
+ * process: fix process.title setter (Ben Noordhuis)
38
+
39
+ * timers: handle negative or non-numeric timeout values (Ben Noordhuis)
40
+
41
+
42
+ 2012.03.13, Version 0.7.6 (unstable), f06abda6f58e517349d1b63a2cbf5a8d04a03505
2
43
3
44
* Upgrade v8 to 3.9.17
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 7
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