Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Aug 22, 2009
1 parent a8813fc commit 9c97b1d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 52 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2009.08.21, Version 0.1.6

* Bugfix: Ignore SIGPIPE.

2009.08.21, Version 0.1.5 2009.08.21, Version 0.1.5


* Bugfix: Buggy connections could crash node.js. Now check connection * Bugfix: Buggy connections could crash node.js. Now check connection
Expand Down
2 changes: 1 addition & 1 deletion src/node.h
Expand Up @@ -10,7 +10,7 @@


namespace node { namespace node {


#define NODE_VERSION "0.1.5" #define NODE_VERSION "0.1.6"


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




== NAME == NAME
Expand Down
54 changes: 4 additions & 50 deletions website/index.html
Expand Up @@ -154,56 +154,10 @@ <h2 id="download">Download</h2>
<p> <p>
<a href="http://github.com/ry/node/tree/master">git repo</a> <a href="http://github.com/ry/node/tree/master">git repo</a>
</p> </p>
<ul> <p>
<li> 2009.08.22
2009.08.21 <a href="http://s3.amazonaws.com/four.livejournal/20090822/node-0.1.6.tar.gz">node-0.1.6.tar.gz</a>
<a href="http://s3.amazonaws.com/four.livejournal/20090821/node-0.1.5.tar.gz">node-0.1.5.tar.gz</a> </p>
</li>
<li>
2009.08.13
<a href="http://s3.amazonaws.com/four.livejournal/20090813/node-0.1.4.tar.gz">node-0.1.4.tar.gz</a>
</li>
<li>
2009.08.06
<a href="http://s3.amazonaws.com/four.livejournal/20090806/node-0.1.3.tar.gz">node-0.1.3.tar.gz</a>
</li>
<li>
2009.08.01
<a href="http://s3.amazonaws.com/four.livejournal/20090801/node-0.1.2.tar.gz">node-0.1.2.tar.gz</a>
</li>
<li>
2009.07.27
<a href="http://s3.amazonaws.com/four.livejournal/20090727/node-0.1.1.tar.gz">node-0.1.1.tar.gz</a>
</li>
<li>
2009.06.30
<a href="http://s3.amazonaws.com/four.livejournal/20090630/node-0.1.0.tar.gz">node-0.1.0.tar.gz</a>
</li>
<li>
2009.06.24
<a href="http://s3.amazonaws.com/four.livejournal/20090624/node-0.0.6.tar.gz">node-0.0.6.tar.gz</a>
</li>
<li>
2009.06.18
<a href="http://s3.amazonaws.com/four.livejournal/20090618/node-0.0.5.tar.gz">node-0.0.5.tar.gz</a>
</li>
<li>
2009.06.13
<a href="http://s3.amazonaws.com/four.livejournal/20090613/node-0.0.4.tar.gz">node-0.0.4.tar.gz</a>
</li>
<li>
2009.06.11
<a href="http://s3.amazonaws.com/four.livejournal/20090611/node-0.0.3.tar.gz">node-0.0.3.tar.gz</a>
</li>
<li>
2009.05.31
<a href="http://s3.amazonaws.com/four.livejournal/20090531/node-0.0.2.tar.gz">node-0.0.2.tar.gz</a>
</li>
<li>
2009.05.27
<a href="http://s3.amazonaws.com/four.livejournal/20090527/node-0.0.1.tar.gz">node-0.0.1.tar.gz</a>
</li>
</ul>


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


Expand Down

0 comments on commit 9c97b1d

Please sign in to comment.