Skip to content

Commit f91e347

Browse files
committed
bump version
1 parent 5de04da commit f91e347

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

ChangeLog

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
2009.12.19, Version 0.1.22
1+
2009.12.22, Version 0.1.23
2+
3+
* Bugfix: require("../blah") issues (isaacs)
4+
5+
* Bugfix: posix.cat (Jonas Pfenniger)
6+
7+
* Do not pause request for multipart parsing (Felix Geisendörfer)
8+
9+
10+
2009.12.19, Version 0.1.22, a2d809fe902f6c4102dba8f2e3e9551aad137c0f
211

312
* Bugfix: child modules get wrong id with "index.js" (isaacs)
413

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.22, 2009.12.19
4+
Version, 0.1.23, 2009.12.22
55

66

77
== NAME

doc/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ <h2 id="download">Download</h2>
9999
<p>
100100
2009.12.19
101101
<a
102-
href="http://s3.amazonaws.com/four.livejournal/20091219/node-v0.1.22.tar.gz">node-v0.1.22.tar.gz</a>
102+
href="http://s3.amazonaws.com/four.livejournal/20091222/node-v0.1.23.tar.gz">node-v0.1.23.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.22"
10+
VERSION="0.1.23"
1111
APPNAME="node.js"
1212

1313
import js2c

0 commit comments

Comments
 (0)