bump version
This commit is contained in:
parent
b29f78772e
commit
618296ef57
4
AUTHORS
4
AUTHORS
@ -59,3 +59,7 @@ Kris Kowal <kris.kowal@cixar.com>
|
||||
Jacek Becela <jacek.becela@gmail.com>
|
||||
Rob Ellis <kazoomer@gmail.com>
|
||||
Tim-Smart <timehAndGod@gmail.com>
|
||||
Herbert Vojčík <herby@mailbox.sk>
|
||||
Krishna Rajendran <krishna@emptybox.org>
|
||||
pyrotechnick <pyrotechnick@feistystudios.com>
|
||||
Carson McDonald <carson@ioncannon.net>
|
||||
|
13
ChangeLog
13
ChangeLog
@ -1,4 +1,15 @@
|
||||
2010.03.12, Version 0.1.32
|
||||
2010.03.19, Version 0.1.33
|
||||
|
||||
* Include lib/ directory in node executable. Compile on demand.
|
||||
|
||||
* evalcx clean ups (Isaac Z. Schlueter, Tim-Smart)
|
||||
|
||||
* Various fixes, clean ups
|
||||
|
||||
* V8 upgraded to 2.1.5
|
||||
|
||||
|
||||
2010.03.12, Version 0.1.32, 61c801413544a50000faa7f58376e9b33ba6254f
|
||||
|
||||
* Optimize event emitter for single listener
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
NODE(1)
|
||||
=======
|
||||
Ryan Dahl <ry@tinyclouds.org>
|
||||
Version, 0.1.32, 2010.03.12
|
||||
Version, 0.1.33, 2010.03.19
|
||||
|
||||
|
||||
== NAME
|
||||
|
@ -96,8 +96,8 @@ server.listen(7000, "localhost");</pre>
|
||||
<a href="http://github.com/ry/node/tree/master">git repo</a>
|
||||
</p>
|
||||
<p>
|
||||
2010.03.12
|
||||
<a href="http://nodejs.org/dist/node-v0.1.32.tar.gz">node-v0.1.32.tar.gz</a>
|
||||
2010.03.19
|
||||
<a href="http://nodejs.org/dist/node-v0.1.33.tar.gz">node-v0.1.33.tar.gz</a>
|
||||
</p>
|
||||
|
||||
<h2 id="build">Build</h2>
|
||||
|
Loading…
x
Reference in New Issue
Block a user