From 311d7dee19034ff1c6bc9098c36973b8d687eaba Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 15 Apr 2010 01:54:20 -0700 Subject: bump version --- ChangeLog | 24 +++++++++++++++++++++++- doc/api_header.html | 2 +- doc/index.html | 4 ++-- wscript | 2 +- 4 files changed, 27 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9eef860976d..d36033a8cbe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,26 @@ -2010.04.09, Version 0.1.90 +2010.04.15, Version 0.1.91 + + * Add incoming.httpVersion + + * Object.prototype problem with C-Ares binding + + * REPL can be run from multiple different streams. (Matt Ranney) + + * After V8 heap is compact, don't use a timer every 2 seconds. + + * Improve nextTick implementation. + + * Add primative support for Upgrading HTTP connections. + (See commit log for docs 760bba5) + + * Add timeout and maxBuffer options to child_process.exec + + * Fix bugs. + + * Upgrade V8 to 2.2.3.1 + + +2010.04.09, Version 0.1.90, 07e64d45ffa1856e824c4fa6afd0442ba61d6fd8 * Merge writing of networking system (net2) - New Buffer object for binary data. diff --git a/doc/api_header.html b/doc/api_header.html index 498bc9ebd3a..7340bdbbde8 100644 --- a/doc/api_header.html +++ b/doc/api_header.html @@ -130,7 +130,7 @@
-
Node v0.1.90
+
Node v0.1.91
diff --git a/doc/index.html b/doc/index.html index e9c96c94935..338798cbf83 100644 --- a/doc/index.html +++ b/doc/index.html @@ -95,8 +95,8 @@ server.listen(7000, "localhost"); git repo

- 2010.04.09 - node-v0.1.90.tar.gz + 2010.04.15 + node-v0.1.91.tar.gz

Build

diff --git a/wscript b/wscript index bafc139f4e4..e04b68515c6 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.90" +VERSION="0.1.91" APPNAME="node.js" import js2c -- cgit v1.2.3