Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Oct 9, 2009
1 parent e7096fd commit d79b6e9
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 5 deletions.
29 changes: 28 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@
2009.09.30, Version 0.1.13
2009.10.09, Version 0.1.14

* Feature: Improved addon builds with node-waf

* Feature: node.SignalHandler (Brandon Beacher)

* Feature: Enable V8 debugging (but still need to make a debugger)

* API: Rename library /utils.js to /sys.js

* Clean up Node's build system

* Don't use parseUri for HTTP server

* Remove node.pc

* Don't use /bin/sh to create child process except with exec()

* API: Add __module to reference current module

* API: Remove include() add node.mixin()

* Normalize http headers; "Content-Length" becomes "content-length"

* Upgrade V8 to 1.3.15


2009.09.30, Version 0.1.13, 58493bb05b3da3dc8051fabc0bdea9e575c1a107

* Feature: Multipart stream parser (Felix Geisendörfer)

Expand Down
2 changes: 1 addition & 1 deletion doc/api.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NODE(1)
=======
Ryan Dahl <ry@tinyclouds.org>
Version, 0.1.13, 2009.09.30
Version, 0.1.14, 2009.10.09


== NAME
Expand Down
4 changes: 2 additions & 2 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ <h2 id="download">Download</h2>
<a href="http://github.com/ry/node/tree/master">git repo</a>
</p>
<p>
2009.09.30
<a href="http://s3.amazonaws.com/four.livejournal/20090930/node-0.1.13.tar.gz">node-0.1.13.tar.gz</a>
2009.10.09
<a href="http://s3.amazonaws.com/four.livejournal/20091009/node-v0.1.14.tar.gz">node-v0.1.14.tar.gz</a>
</p>

<h2 id="build">Build</h2>
Expand Down
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ from os.path import join, dirname, abspath
from logging import fatal

cwd = os.getcwd()
VERSION="0.1.13"
VERSION="0.1.14"
APPNAME="node.js"

import js2c
Expand Down

0 comments on commit d79b6e9

Please sign in to comment.