bump version v0.1.33
authorRyan Dahl <ry@tinyclouds.org>
Sat, 20 Mar 2010 04:07:03 +0000 (21:07 -0700)
committerRyan Dahl <ry@tinyclouds.org>
Sat, 20 Mar 2010 04:07:03 +0000 (21:07 -0700)
AUTHORS
ChangeLog
doc/api.txt
doc/index.html
wscript

diff --git a/AUTHORS b/AUTHORS
index d1c94dd..f6199ec 100644 (file)
--- a/AUTHORS
+++ b/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>
index 3532eda..c5dce40 100644 (file)
--- a/ChangeLog
+++ b/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
 
index 38b4c85..0885b67 100644 (file)
@@ -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
index 431dabb..e93e036 100644 (file)
@@ -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>
diff --git a/wscript b/wscript
index ab998d3..1dc666e 100644 (file)
--- a/wscript
+++ b/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