Commit 31db4f1 1 parent 00a03df commit 31db4f1 Copy full SHA for 31db4f1
File tree 4 files changed +29
-5
lines changed
4 files changed +29
-5
lines changed Original file line number Diff line number Diff line change 1
- 2009.08.21, Version 0.1.6, 9c97b1db3099d61cd292aa59ec2227a619f3a7ab
1
+ 2009.08.27, Version 0.1.7
2
+
3
+ * Feature: global 'process' object. Emits "exit".
4
+
5
+ * Feature: promise.wait()
6
+
7
+ * Feature: node.stdio
8
+
9
+ * Feature: EventEmitters emit "newListener" when listeners are added
10
+
11
+ * API: Use flat object instead of array-of-arrays for HTTP headers.
12
+
13
+ * API: Remove buffered file object (node.File)
14
+
15
+ * API: require(), include() are synchronous. (Uses continuations.)
16
+
17
+ * API: Deprecate onLoad and onExit.
18
+
19
+ * API: Rename node.Process to node.ChildProcess
20
+
21
+ * Refactor node.Process to take advantage of evcom_reader/writer.
22
+
23
+ * Upgrade v8 to 1.3.7
24
+
25
+ 2009.08.22, Version 0.1.6, 9c97b1db3099d61cd292aa59ec2227a619f3a7ab
2
26
3
27
* Bugfix: Ignore SIGPIPE.
4
28
Original file line number Diff line number Diff line change 10
10
11
11
namespace node {
12
12
13
- #define NODE_VERSION " 0.1.6 "
13
+ #define NODE_VERSION " 0.1.7 "
14
14
15
15
#define NODE_DEFINE_CONSTANT (target, constant ) \
16
16
(target)->Set (v8::String::NewSymbol(#constant), \
Original file line number Diff line number Diff line change 1
1
NODE(1)
2
2
=======
3
3
Ryan Dahl <ry @tinyclouds.org >
4
- Version, 0.1.6 , 2009.08.22
4
+ Version, 0.1.7 , 2009.08.27
5
5
6
6
7
7
== Name
Original file line number Diff line number Diff line change @@ -154,8 +154,8 @@ <h2 id="download">Download</h2>
154
154
< a href ="http://github.com/ry/node/tree/master "> git repo</ a >
155
155
</ p >
156
156
< p >
157
- 2009.08.22
158
- < a href ="http://s3.amazonaws.com/four.livejournal/20090822 /node-0.1.6 .tar.gz "> node-0.1.6 .tar.gz</ a >
157
+ 2009.08.27
158
+ < a href ="http://s3.amazonaws.com/four.livejournal/20090827 /node-0.1.7 .tar.gz "> node-0.1.7 .tar.gz</ a >
159
159
</ p >
160
160
161
161
< h2 id ="build "> Build</ h2 >
You can’t perform that action at this time.
0 commit comments