Skip to content

Commit 618296e

Browse files
committed
bump version
1 parent b29f787 commit 618296e

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-5
lines changed

AUTHORS

+4
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,7 @@ Kris Kowal <[email protected]>
5959
Jacek Becela <[email protected]>
6060
Rob Ellis <[email protected]>
6161
Tim-Smart <[email protected]>
62+
Herbert Vojčík <[email protected]>
63+
Krishna Rajendran <[email protected]>
64+
pyrotechnick <[email protected]>
65+
Carson McDonald <[email protected]>

ChangeLog

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
2010.03.12, Version 0.1.32
1+
2010.03.19, Version 0.1.33
2+
3+
* Include lib/ directory in node executable. Compile on demand.
4+
5+
* evalcx clean ups (Isaac Z. Schlueter, Tim-Smart)
6+
7+
* Various fixes, clean ups
8+
9+
* V8 upgraded to 2.1.5
10+
11+
12+
2010.03.12, Version 0.1.32, 61c801413544a50000faa7f58376e9b33ba6254f
213

314
* Optimize event emitter for single listener
415

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.32, 2010.03.12
4+
Version, 0.1.33, 2010.03.19
55

66

77
== NAME

doc/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ <h2 id="download">Download</h2>
9696
<a href="http://github.com/ry/node/tree/master">git repo</a>
9797
</p>
9898
<p>
99-
2010.03.12
100-
<a href="http://nodejs.org/dist/node-v0.1.32.tar.gz">node-v0.1.32.tar.gz</a>
99+
2010.03.19
100+
<a href="http://nodejs.org/dist/node-v0.1.33.tar.gz">node-v0.1.33.tar.gz</a>
101101
</p>
102102

103103
<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.32"
10+
VERSION="0.1.33"
1111
APPNAME="node.js"
1212

1313
import js2c

0 commit comments

Comments
 (0)