From 618296ef571e873976f608d91a3d6b9e65fe8284 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 19 Mar 2010 21:07:03 -0700 Subject: [PATCH] bump version --- AUTHORS | 4 ++++ ChangeLog | 13 ++++++++++++- doc/api.txt | 2 +- doc/index.html | 4 ++-- wscript | 2 +- 5 files changed, 20 insertions(+), 5 deletions(-) diff --git a/AUTHORS b/AUTHORS index d1c94ddb0cf..f6199ecfbd2 100644 --- a/AUTHORS +++ b/AUTHORS @@ -59,3 +59,7 @@ Kris Kowal Jacek Becela Rob Ellis Tim-Smart +Herbert Vojčík +Krishna Rajendran +pyrotechnick +Carson McDonald diff --git a/ChangeLog b/ChangeLog index 3532eda34e9..c5dce40bb4d 100644 --- 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 diff --git a/doc/api.txt b/doc/api.txt index 38b4c854697..0885b679971 100644 --- a/doc/api.txt +++ b/doc/api.txt @@ -1,7 +1,7 @@ NODE(1) ======= Ryan Dahl -Version, 0.1.32, 2010.03.12 +Version, 0.1.33, 2010.03.19 == NAME diff --git a/doc/index.html b/doc/index.html index 431dabbe2ff..e93e036cedb 100644 --- a/doc/index.html +++ b/doc/index.html @@ -96,8 +96,8 @@

Download

git repo

- 2010.03.12 - node-v0.1.32.tar.gz + 2010.03.19 + node-v0.1.33.tar.gz

Build

diff --git a/wscript b/wscript index ab998d367fa..1dc666e9b90 100644 --- 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