Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,7 @@ Kris Kowal <kris.kowal@cixar.com>
5959
Jacek Becela <jacek.becela@gmail.com>
6060
Rob Ellis <kazoomer@gmail.com>
6161
Tim-Smart <timehAndGod@gmail.com>
62+
Herbert Vojčík <herby@mailbox.sk>
63+
Krishna Rajendran <krishna@emptybox.org>
64+
pyrotechnick <pyrotechnick@feistystudios.com>
65+
Carson McDonald <carson@ioncannon.net>

ChangeLog

Lines changed: 12 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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)