Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Feb 9, 2010
1 parent 3aca908 commit 49de41e
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 5 deletions.
21 changes: 20 additions & 1 deletion ChangeLog
@@ -1,4 +1,23 @@
2010.02.03, Version 0.1.27
2010.02.09, Version 0.1.28

* Use Google's jsmin.py which can be used for evil.

* Add posix.truncate()

* Throw errors from server.listen()

* stdio bugfix (test by Mikeal Rogers)

* Module system refactor (Felix Geisendörfer, Blaine Cook)

* Add process.setuid(), getuid() (Michael Carter)

* sys.inspect refactor (Tim Caswell)

* Multipart library rewrite (isaacs)


2010.02.03, Version 0.1.27, 0cfa789cc530848725a8cb5595224e78ae7b9dd0

* Implemented __dirname (Felix Geisendörfer)

Expand Down
2 changes: 1 addition & 1 deletion doc/api.txt
@@ -1,7 +1,7 @@
NODE(1)
=======
Ryan Dahl <ry@tinyclouds.org>
Version, 0.1.27, 2010.02.03
Version, 0.1.28, 2010.02.09


== NAME
Expand Down
4 changes: 2 additions & 2 deletions doc/index.html
Expand Up @@ -97,9 +97,9 @@ <h2 id="download">Download</h2>
<a href="http://github.com/ry/node/tree/master">git repo</a>
</p>
<p>
2010.02.03
2010.02.09
<a
href="http://s3.amazonaws.com/four.livejournal/20100203/node-v0.1.27.tar.gz">node-v0.1.27.tar.gz</a>
href="http://s3.amazonaws.com/four.livejournal/20100209/node-v0.1.28.tar.gz">node-v0.1.28.tar.gz</a>
</p>

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

cwd = os.getcwd()
VERSION="0.1.27"
VERSION="0.1.28"
APPNAME="node.js"

import js2c
Expand Down

0 comments on commit 49de41e

Please sign in to comment.