Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Aug 27, 2009
1 parent 00a03df commit 31db4f1
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 5 deletions.
26 changes: 25 additions & 1 deletion ChangeLog
@@ -1,4 +1,28 @@
2009.08.21, Version 0.1.6, 9c97b1db3099d61cd292aa59ec2227a619f3a7ab
2009.08.27, Version 0.1.7

* Feature: global 'process' object. Emits "exit".

* Feature: promise.wait()

* Feature: node.stdio

* Feature: EventEmitters emit "newListener" when listeners are added

* API: Use flat object instead of array-of-arrays for HTTP headers.

* API: Remove buffered file object (node.File)

* API: require(), include() are synchronous. (Uses continuations.)

* API: Deprecate onLoad and onExit.

* API: Rename node.Process to node.ChildProcess

* Refactor node.Process to take advantage of evcom_reader/writer.

* Upgrade v8 to 1.3.7

2009.08.22, Version 0.1.6, 9c97b1db3099d61cd292aa59ec2227a619f3a7ab

* Bugfix: Ignore SIGPIPE.

Expand Down
2 changes: 1 addition & 1 deletion src/node.h
Expand Up @@ -10,7 +10,7 @@

namespace node {

#define NODE_VERSION "0.1.6"
#define NODE_VERSION "0.1.7"

#define NODE_DEFINE_CONSTANT(target, constant) \
(target)->Set(v8::String::NewSymbol(#constant), \
Expand Down
2 changes: 1 addition & 1 deletion website/api.txt
@@ -1,7 +1,7 @@
NODE(1)
=======
Ryan Dahl <ry@tinyclouds.org>
Version, 0.1.6, 2009.08.22
Version, 0.1.7, 2009.08.27


== Name
Expand Down
4 changes: 2 additions & 2 deletions website/index.html
Expand Up @@ -154,8 +154,8 @@ <h2 id="download">Download</h2>
<a href="http://github.com/ry/node/tree/master">git repo</a>
</p>
<p>
2009.08.22
<a href="http://s3.amazonaws.com/four.livejournal/20090822/node-0.1.6.tar.gz">node-0.1.6.tar.gz</a>
2009.08.27
<a href="http://s3.amazonaws.com/four.livejournal/20090827/node-0.1.7.tar.gz">node-0.1.7.tar.gz</a>
</p>

<h2 id="build">Build</h2>
Expand Down

0 comments on commit 31db4f1

Please sign in to comment.