Browse Source

bump version

v0.7.4-release v0.1.33
Ryan Dahl 15 years ago
parent
commit
618296ef57
  1. 4
      AUTHORS
  2. 13
      ChangeLog
  3. 2
      doc/api.txt
  4. 4
      doc/index.html
  5. 2
      wscript

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

@ -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

2
doc/api.txt

@ -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

4
doc/index.html

@ -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>

2
wscript

@ -7,7 +7,7 @@ from os.path import join, dirname, abspath
from logging import fatal
cwd = os.getcwd()
VERSION="0.1.32"
VERSION="0.1.33"
APPNAME="node.js"
import js2c

Loading…
Cancel
Save