Skip to content

Commit 49de41e

Browse files
committed
bump version
1 parent 3aca908 commit 49de41e

File tree

4 files changed

+24
-5
lines changed

4 files changed

+24
-5
lines changed

ChangeLog

+20-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
1-
2010.02.03, Version 0.1.27
1+
2010.02.09, Version 0.1.28
2+
3+
* Use Google's jsmin.py which can be used for evil.
4+
5+
* Add posix.truncate()
6+
7+
* Throw errors from server.listen()
8+
9+
* stdio bugfix (test by Mikeal Rogers)
10+
11+
* Module system refactor (Felix Geisendörfer, Blaine Cook)
12+
13+
* Add process.setuid(), getuid() (Michael Carter)
14+
15+
* sys.inspect refactor (Tim Caswell)
16+
17+
* Multipart library rewrite (isaacs)
18+
19+
20+
2010.02.03, Version 0.1.27, 0cfa789cc530848725a8cb5595224e78ae7b9dd0
221

322
* Implemented __dirname (Felix Geisendörfer)
423

doc/api.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
NODE(1)
22
=======
33
Ryan Dahl <ry@tinyclouds.org>
4-
Version, 0.1.27, 2010.02.03
4+
Version, 0.1.28, 2010.02.09
55

66

77
== NAME

doc/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ <h2 id="download">Download</h2>
9797
<a href="http://github.com/ry/node/tree/master">git repo</a>
9898
</p>
9999
<p>
100-
2010.02.03
100+
2010.02.09
101101
<a
102-
href="http://s3.amazonaws.com/four.livejournal/20100203/node-v0.1.27.tar.gz">node-v0.1.27.tar.gz</a>
102+
href="http://s3.amazonaws.com/four.livejournal/20100209/node-v0.1.28.tar.gz">node-v0.1.28.tar.gz</a>
103103
</p>
104104

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

wscript

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ from os.path import join, dirname, abspath
77
from logging import fatal
88

99
cwd = os.getcwd()
10-
VERSION="0.1.27"
10+
VERSION="0.1.28"
1111
APPNAME="node.js"
1212

1313
import js2c

0 commit comments

Comments
 (0)