Skip to content

Commit 642c277

Browse files
committed
bump version
1 parent 9553503 commit 642c277

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed

ChangeLog

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
2009.12.22, Version 0.1.23
1+
2009.12.31, Version 0.1.24
2+
3+
* Bugfix: don't chunk responses to HTTP/1.0 clients, even if
4+
they send Connection: Keep-Alive (e.g. wget)
5+
6+
* Bugfix: libeio race condition
7+
8+
* Bugfix: Don't segfault on unknown http method
9+
10+
* Simplify exception reporting
11+
12+
* Upgrade V8 to 2.0.5.4
13+
14+
15+
2009.12.22, Version 0.1.23, f91e347eeeeac1a8bd6a7b462df0321b60f3affc
216

317
* Bugfix: require("../blah") issues (isaacs)
418

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.23, 2009.12.22
4+
Version, 0.1.24, 2009.12.31
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-
2009.12.19
100+
2009.12.31
101101
<a
102-
href="http://s3.amazonaws.com/four.livejournal/20091222/node-v0.1.23.tar.gz">node-v0.1.23.tar.gz</a>
102+
href="http://s3.amazonaws.com/four.livejournal/20091231/node-v0.1.24.tar.gz">node-v0.1.24.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.23"
10+
VERSION="0.1.24"
1111
APPNAME="node.js"
1212

1313
import js2c

0 commit comments

Comments
 (0)